SL23W10: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
**Allows to view changes without interacting with the game client
**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
**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