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