From bb7bb82b2279c458e827841a38fe82bc6e2531b6 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 26 Sep 2022 13:24:49 -0400 Subject: [PATCH] Add TODO.md --- TODO.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..fcb159b --- /dev/null +++ b/TODO.md @@ -0,0 +1,23 @@ +# TODO + +## General +- [] use matrix thing for UVManager (linear algebra is hard) + +## Rewrite +- [] fix pings +- [] reimplement avatar settings +- [] fix action wheel +- [] fix sound +- [] fix Blockbench animations +- [] fix or disable custom commands (can probably use `/figura run`) +- [] fix armor, can't re-enable until cleanup + +## Cleanup +- [] remove partial vanilla support, completely broken with inability to manipulate vanilla parts + - [] remove partial_vanilla stuff from PartsManager +- [] split off large snippets of code into separate files + - [] PartsManager + - [] UVManager + - [] utility functions +- [] cleanup tick functions, timers +- [] cleanup armor code to make less redundant