SL21W09

From ETM
Jump to navigation Jump to search

◄ 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