X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=TODO;h=02283ba3462cd27066aafb195733a4f9056d71fd;hb=8a394c0ef05885ed07212822e7d9aa8329790310;hp=9548c13d266664be30ee952f8ea4633630ae69ae;hpb=508139b82b5468431081ccf63dbaccb57a840f22;p=plomrogue diff --git a/TODO b/TODO index 9548c13..02283ba 100644 --- a/TODO +++ b/TODO @@ -11,12 +11,14 @@ BOTH SERVER/CLIENT: - do something about common crashes caused by server/client miscommunication -SERVER: +- think about refactoring occurrences of "free(...); ... = NULL;" -- fix hardcoded MAGIC MEAT eating message in thing_actions.c +SERVER: - grow amount of possible things from UINT8_MAX to UINT16_MAX +- refactor occurrences of "if(...) { init_empty_map(...); }" + CLIENT: - re-work unnecessary complex command / keybinding / server message mapping