home · contact · privacy
Replace uses of variable-length arrays with try_malloc()/free().
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 00b66b2ed702694a56b220423db14b4afab45476..a5a87c34fd62b8bbd2130eb55e35226ee91d0843 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,8 +4,6 @@ IN GENERAL:
 
 - check for return values of *printf()
 
-- be more strict and humble when allocating memory from the stack
-
 - expand use of hardcoded_strings module(s)
 
 BOTH SERVER/CLIENT:
@@ -15,11 +13,14 @@ BOTH SERVER/CLIENT:
 
 SERVER:
 
-- optimize too-slow AI / FOV algorithms
+- consider
+  <http://www.plomlompom.de/PlomRogue/plomwiki.php?title=TheCreationOfSpace#comment_0>
 
 - save confserver/world data in record and save file, too; handle them like god
   commands
 
+- ensure atomic re-writing of savefile
+
 CLIENT:
 
 - enable toggling of window borders