From 7854245a4b48e84fade0f3ea036467ad4907e990 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 9 Jan 2024 18:02:11 -0800 Subject: [PATCH] Updated TODO --- TODO.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 42d468f..8edba0b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,12 @@ ## 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 - Sound system - Ship death debris @@ -90,7 +98,6 @@ - Clear all `// TODO:` comments littered in the source - CLI options (debug, save location, content location, check content) - 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 - Documentation site & front page - Random animation delay/fps?