X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=TODO;h=02283ba3462cd27066aafb195733a4f9056d71fd;hb=ea9b56e85af64ae816c5faea045ffdd004d56472;hp=49150b5ad74f160ae79d45610a69c3ceaf622fa4;hpb=8d4de89107cf8e29c45c6375f4299b11d1d01d9a;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