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