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