Updated TODO
parent
7e12a0e26d
commit
876a95e546
6
TODO.md
6
TODO.md
|
@ -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?
|
||||||
|
|
Loading…
Reference in New Issue