From 160cf24642e8e16deeb1b795919c6f8c603e4786 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 27 Jun 2023 00:23:57 -0700 Subject: [PATCH] add TODO about extension data in inventories --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8eae102..8f80f6a6 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ Current known issues / missing features / things to do: - Fix some edge cases on the BB proxy server (e.g. make sure Change Ship does the right thing, which is not the same as what it should do on other versions). - There is a function that encodes QST files, but there's no corresponding CLI option. - Figure out what controls BML file data segment alignment. +- Extension data in inventories is not handled properly. - PSOX is not tested at all. - - Deal with item.data2d byteswapping done by the GC client, including in the 6x6D command. - Find a way to silence audio in RunDOL.s. Some old DOLs don't reset audio systems at load time and it's annoying to hear the crash buzz when the GC hasn't actually crashed. - Implement private and overflow lobbies. - Enforce client-side size limits (e.g. for 60/62 commands) on the server side as well. (For 60/62 specifically, perhaps transform them to 6C/6D if needed.)