X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=TODO;h=02283ba3462cd27066aafb195733a4f9056d71fd;hb=14ae51ef6b922fd8551f4bb957864f79b6abf748;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