From 8a63f20c61e4b9a3a4c39f566a45e87be50e9124 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 22 Jul 2025 13:10:23 +0200 Subject: Simple frag messages and TODO... --- TODO.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..c81eff7 --- /dev/null +++ b/TODO.md @@ -0,0 +1,23 @@ +- General: + 0) Delete more code we don't need. + 1) Remove unused functions. + 2) Remove dumb global variables. + 3) Reformat to Chad coding style. + 4) Remove MD3 and IQM models. + 5) Use TGA instead of PNG? + 6) Optimize for speed instead of size? +- Frag messages: + 0) Clean up and move to a function. + 1) Make it a dynamic array? + 2) Colour the names? + 3) Add ping, accuracy and more? +- Balance: + 0) Playtest current weapons and armours. + 1) Playtest the bots (old AI). +- HUD: + 0) Add accuracy, frags, deaths, suicides and more. + 1) Add accuracy per weapon, with icons. + 2) Add player movement speed. +- Scoreboard: + 0) Add accuracy per client? + 1) Add frags, deaths, suicides and more. -- cgit v1.2.3