Updated TODO

master
Mark 2024-01-10 22:44:30 -08:00
parent 7e12a0e26d
commit 876a95e546
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,8 @@
## Specific Jobs ## Specific Jobs
- UI: text arranger
- Start documenting - Start documenting
- Check for handle leaks - Check for handle leaks
- Don't allocate each frame - Don't allocate each frame
- UI: text arranger
- Sound system - Sound system
- Ship death debris - Ship death debris
- Sprite reels - Sprite reels
@ -19,7 +19,6 @@
- GPU limits? (texture size, texture number, particle/sprite limits) - GPU limits? (texture size, texture number, particle/sprite limits)
- Particles when a ship is damaged (events) - Particles when a ship is damaged (events)
- Sticky radar - Sticky radar
- Fix gun points
- Arbitrary size resource names - Arbitrary size resource names
@ -87,7 +86,7 @@
## Internal ## Internal
- Logging/warning system - Logging/warning system
- Frame timings (compute/render/physics/etc) - Only compute timings when necessary
- Elegantly handle lost focus - Elegantly handle lost focus
- Pause game - Pause game
- Clear all `// TODO:` comments littered in the source - Clear all `// TODO:` comments littered in the source
@ -117,7 +116,6 @@
- Non-removable outfits - Non-removable outfits
- Space-converting outfits - Space-converting outfits
- Damage struct and debuffs - Damage struct and debuffs
-
## Camera ## Camera
- Shake/wobble on heavy hits? - Shake/wobble on heavy hits?