home · contact · privacy
Server/py: Allow working with non-default save file.
[plomrogue] / TODO
diff --git a/TODO b/TODO
index b67ee67445e8f7713ea64193a4071c78104c4731..02283ba3462cd27066aafb195733a4f9056d71fd 100644 (file)
--- 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: