From f884893b186ef6611755f3a78c158254ef890c5d Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 27 May 2025 19:34:25 -0700 Subject: [PATCH] reprioritize to-do list --- TODO.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 922aea30..67d10977 100644 --- a/TODO.md +++ b/TODO.md @@ -1,13 +1,14 @@ ## General -- Make UI strings localizable (e.g. entries in menus, welcome message, etc.) -- Clean up ItemParameterTable implementation (see comment at the top of the class definition) -- Handle MeetUserExtensions properly in 41 and C4 commands on the proxy (rewrite the embedded 19 command and put some metadata in the persistent config, perhaps) - Make a server patch version of story flag fixer quest -- Make proxy server handle all login commands, including sending 9C when needed +- Fix enemy flag mapping in v2/v3 crossplay and test +- Handle items in crossplay - use the replacement table +- Make proxy server handle all login commands on non-BB, including sending 9C when needed - Add $switchit command (activates switch flag(s) for nearest object, e.g. laser fence, door, fog collision) - Add a way to persist flags across connections, at least on v3, because of Meet User + B2 enable quest interactions - maybe update the quest to patch one of the login commands so the server can tell it's enabled -- Handle items in crossplay - use the replacement table +- Handle MeetUserExtensions properly in 41 and C4 commands on the proxy (rewrite the embedded 19 command and put some metadata in the persistent config, perhaps) +- Clean up ItemParameterTable implementation (see comment at the top of the class definition) +- Make UI strings localizable (e.g. entries in menus, welcome message, etc.) ## PSO DC