SL23W10: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


<br />
<br />
[[File:Jfr2.webm|thumb|600px]]


* Combination of JBR Hotswap and JFR should allow automatic change detection & reloading
*Combination of JBR Hotswap and JFR should allow automatic change detection & reloading
** https://bestsolution-at.github.io/jfr-doc/openjdk-17.html#jdk.ClassRedefinition
**https://bestsolution-at.github.io/jfr-doc/openjdk-17.html#jdk.ClassRedefinition
** [[File:Jfr2.webm|600px]]<br />
**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