Updated TODO

master
Mark 2024-01-09 18:02:11 -08:00
parent 749cac6442
commit 7854245a4b
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,12 @@
## Specific Jobs ## Specific Jobs
- Check for handle leaks
- Rename and crtl-f comments
- gameobject and world
- behavior and personality
- ship (content) / ship (data) / ship (world)
- Fix ship controllers
- Don't allocate each frame
- UI: text arranger - UI: text arranger
- Sound system - Sound system
- Ship death debris - Ship death debris
@ -90,7 +98,6 @@
- Clear all `// TODO:` comments littered in the source - Clear all `// TODO:` comments littered in the source
- CLI options (debug, save location, content location, check content) - CLI options (debug, save location, content location, check content)
- Config file and compile options, remove all those consts. - Config file and compile options, remove all those consts.
- Sprite optimization: do we need to allocate a new `Vec` every frame? Probably not.
- Better error when run outside of directory - Better error when run outside of directory
- Documentation site & front page - Documentation site & front page
- Random animation delay/fps? - Random animation delay/fps?