X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=TODO;h=02283ba3462cd27066aafb195733a4f9056d71fd;hb=e5803ff21e0740f80702a313cd7a3a82d0a25347;hp=49150b5ad74f160ae79d45610a69c3ceaf622fa4;hpb=22c397300e7c7aaac4f4ddab243c5bd097d10a24;p=plomrogue diff --git a/TODO b/TODO index 49150b5..02283ba 100644 --- a/TODO +++ b/TODO @@ -11,10 +11,14 @@ BOTH SERVER/CLIENT: - do something about common crashes caused by server/client miscommunication +- think about refactoring occurrences of "free(...); ... = NULL;" + 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