SL23W10: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL23W09 | SL23W11 ►")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[SL23W09|◄ SL23W09]] | [[SL23W11|SL23W11 ►]]
[[SL23W09|◄ SL23W09]] | [[SL23W11|SL23W11 ►]]
<br />
[[File:Jfr2.webm|thumb|600px]]
*Combination of JBR Hotswap and JFR should allow automatic change detection & reloading
**https://bestsolution-at.github.io/jfr-doc/openjdk-17.html#jdk.ClassRedefinition
**Allows to view changes without interacting with the game client
**Changing a source-file and saving it will directly affect the ingame content && refresh automatically
*FakesHtml
**Use enum-naming for VariantEntry and PdaEntry
**Keep state of Fake, Variant, Pda, Dropdown-selection boxes in the PageState
**Allow deleting PageState data automatically if a popup is closed via Div.nnClose(PageState psClone);
**Abstract all Fake-Types into a single screen-page for manipulation
**Allow using same Variant/Action-Selection for Fakes and Screens
*Fix bug that could show public-screen images on the desktop when joining the server
*<br />
**

Latest revision as of 18:20, 9 March 2023

◄ SL23W09 | SL23W11 ►


  • Combination of JBR Hotswap and JFR should allow automatic change detection & reloading
  • FakesHtml
    • Use enum-naming for VariantEntry and PdaEntry
    • Keep state of Fake, Variant, Pda, Dropdown-selection boxes in the PageState
    • Allow deleting PageState data automatically if a popup is closed via Div.nnClose(PageState psClone);
    • Abstract all Fake-Types into a single screen-page for manipulation
    • Allow using same Variant/Action-Selection for Fakes and Screens
  • Fix bug that could show public-screen images on the desktop when joining the server