SL21W09: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[SL21W08|◄ SL21W08]] | [[SL21W10|SL21W10 ►]]
[[SL21W08|◄ SL21W08]] | [[SL21W10|SL21W10 ►]]


*'''Generalized Popup code implemented as "divs"'''
*Generalized Popup code implemented as "divs"
**'''Todo: Spawn popup at a specific position'''
**Todo: Spawn popup at a specific position
*'''General Problem:'''
*General Problem:
**'''Using the screen to buy something is still difficulty. The default should probably be to buy the whole starter-area? Or it should be pre-selected?'''
**Using the screen to buy something is still difficulty. The default should probably be to buy the whole starter-area? Or it should be pre-selected?
*Some work on FuelChamber Desktop UI
*Some work on FuelChamber Desktop UI
**Added automatic refresh on popup interaction
**Added refresh calls on fuel being burnt
*Switched to java 15 and Spring 2.4.3
*
*CLEANUP Desktop implementation partial rework /
**Special "Background" class
**Optimized coloring look with Graphics2D
**Started complete cleanup of all testing-codes/images
**Item/block names are trimmed (remove "_") to fit more data on signs
***Get-Item .\*.png | Rename-Item -NewName { $($_.BaseName -replace "_","") + $_.Extension }
**
**
 
*Ideas
- Add hotbar info on rocketboots loading
**Add hotbar info on rocketboots startup?
 
**Add Fuelbar-Bootup on starting to fly?
- add fuelbar loading?
**BuySell screen needs a button for all actions - can be right-click opened
 
**
- possibly add "right click content" as a tooltip <nowiki>'''</nowiki>a lot<nowiki>'''</nowiki>
**
 
*JDK 14/15 Testing
- BuySell Screen gets a Button that opens the popup as well. Button will have a "right click" icon. This indicates that the action can be accessed by right clicking as well
**Pattern Matching instanceof
 
**Helpful NullPointerExceptions
- Update streamlog
**Records
 
**Switch Expressions
-
**Shenandoah as GC
 
**Text Blocks """
<nowiki><br /></nowiki>
**Sealed Classes
*Add double logging normal/trace

Latest revision as of 16:18, 2 November 2022

◄ SL21W08 | SL21W10 ►

  • Generalized Popup code implemented as "divs"
    • Todo: Spawn popup at a specific position
  • General Problem:
    • Using the screen to buy something is still difficulty. The default should probably be to buy the whole starter-area? Or it should be pre-selected?
  • Some work on FuelChamber Desktop UI
    • Added automatic refresh on popup interaction
    • Added refresh calls on fuel being burnt
  • Switched to java 15 and Spring 2.4.3
  • CLEANUP Desktop implementation partial rework /
    • Special "Background" class
    • Optimized coloring look with Graphics2D
    • Started complete cleanup of all testing-codes/images
    • Item/block names are trimmed (remove "_") to fit more data on signs
      • Get-Item .\*.png | Rename-Item -NewName { $($_.BaseName -replace "_","") + $_.Extension }
  • Ideas
    • Add hotbar info on rocketboots startup?
    • Add Fuelbar-Bootup on starting to fly?
    • BuySell screen needs a button for all actions - can be right-click opened
  • JDK 14/15 Testing
    • Pattern Matching instanceof
    • Helpful NullPointerExceptions
    • Records
    • Switch Expressions
    • Shenandoah as GC
    • Text Blocks """
    • Sealed Classes
  • Add double logging normal/trace