home · contact · privacy
Alarm about / don't start on finding temp file filesaving leftovers.
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 85282def52fa92671d94e55476487e4bdfc6ba33..276d56f003e7369af6da8ffef5953bf302691688 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,26 +1,25 @@
 Next planned steps in plomrogue development:
 
-BOTH SERVER/CLIENT:
+IN GENERAL:
 
-- make server and client communicate by specific world state info requests 
-  in server/out, replacing server/worldstate
+- expand use of hardcoded_strings module(s)
 
-- check for return values of *printf()
+ROGUELIKE SKRIPT
 
-- make config files format more readable / self-explanatory
+- do something about the invisibility of error messages
 
-- be more strict and humble when allocating memory from the stack
-
-SERVER:
+BOTH SERVER/CLIENT:
 
-- implement field of view / line of sight and obstacles for those on the map
+- make server and client communicate by specific world state info requests 
+  in server/out, replacing server/worldstate
 
-- is it actually useful to define map object action ids in the config file?
+SERVER:
 
-- make shape of map (and diagonal movement penalty) configurable in config file
+- consider
+  <http://www.plomlompom.de/PlomRogue/plomwiki.php?title=TheCreationOfSpace#comment_0>
 
-- for game continuation, replace re-playing of whole record files with loading
-  game state snapshots / save files
+- save confserver/world data in record and save file, too; handle them like god
+  commands
 
 CLIENT: