SL21W09: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision 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 automatic refresh on popup interaction
Line 23: Line 23:
**
**
**
**
*'''JDK 14/15 Testing'''
*JDK 14/15 Testing
**'''Pattern Matching instanceof'''
**Pattern Matching instanceof
**'''Helpful NullPointerExceptions'''
**Helpful NullPointerExceptions
**'''Records'''
**Records
**'''Switch Expressions'''
**Switch Expressions
**'''Shenandoah as GC'''
**Shenandoah as GC
**'''Text Blocks """'''
**Text Blocks """
**'''Sealed Classes'''
**Sealed Classes
**<br />
*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