Palladium Dev Overview (Road to 0.4) #12

Open
opened 2025-03-08 20:50:59 +01:00 by tobid7 · 0 comments
Owner

Overview

This Issue will be updated to cover a Short overview of development

UI7

  • Layout class (Layout API) for Menus / PopUps etc 35272687f6
  • Menu Order by Focus System 31a0c3656f
  • Use IO to calculate DeltaTime 35272687f6
  • Use DeltaTime for backscrolling 6738fda55c
  • Add a beter way to unique identify Objects
  • Add Horizontal scrolling (finally)

Bugs

  • Tree Nodes of the Same name will open together (cause same name == same id)
  • DragData Hidbox and Sizecalculation is very inefficient

Lithium

  • Split TTF into multiple Textures to support larger then 64 line height Glyphs
  • Add a More Advanced Drawing API for rounded rects and other stuff 57634cbf4b (actually dont know where it really worked)
  • Revork GetTextDimensions to calculate the correct height of the text
  • Make Lithium be more portable to be ported to other platforms 57634cbf4b
  • Bring Texture into LI namespace 57634cbf4b

Bugs

  • SystemFont Freezeswhen using Performance Overlay
  • Space Positioning of SystemFont doesn't work correctly
## Overview This Issue will be updated to cover a Short overview of development ### UI7 - [X] Layout class (Layout API) for Menus / PopUps etc 35272687f67b66e1c4ac45617980a088b1b956ca - [X] Menu Order by Focus System 31a0c3656fde8fa3b9e06e9b2087a11278e43e9a - [X] Use IO to calculate DeltaTime 35272687f67b66e1c4ac45617980a088b1b956ca - [X] Use DeltaTime for backscrolling 6738fda55c1e46f97753d28ea909f98260492d63 - [ ] Add a beter way to unique identify Objects - [ ] Add Horizontal scrolling (finally) #### Bugs - [ ] Tree Nodes of the Same name will open together (cause same name == same id) - [ ] DragData Hidbox and Sizecalculation is very inefficient ### Lithium - [ ] Split TTF into multiple Textures to support larger then 64 line height Glyphs - [X] Add a More Advanced Drawing API for rounded rects and other stuff 57634cbf4b6661e149861d362bf8c720bb7d3ac2 (actually dont know where it really worked) - [ ] Revork GetTextDimensions to calculate the correct height of the text - [X] Make Lithium be more portable to be ported to other platforms 57634cbf4b6661e149861d362bf8c720bb7d3ac2 - [X] Bring Texture into LI namespace 57634cbf4b6661e149861d362bf8c720bb7d3ac2 #### Bugs - [ ] SystemFont Freezeswhen using Performance Overlay - [ ] Space Positioning of SystemFont doesn't work correctly
tobid7 self-assigned this 2025-03-08 20:50:59 +01:00
Sign in to join this conversation.
No description provided.