home · contact · privacy
Add to TODO
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 6ac09aac9b5754e3f67e0781cd2ee79cada5879b..c48735b63846d6411b64d60baa94a6ecb213c9dd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -15,14 +15,20 @@ BOTH SERVER/CLIENT:
 
 SERVER:
 
-- optimize too-slow AI / FOV algorithms; maybe use
-  <http://forums.roguetemple.com/index.php?topic=3675.0>?
+- 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
+
+- FOV algorithm is buggy in large maps
+
 CLIENT:
 
 - enable toggling of window borders
 
 - make log scrollable
+
+- do something about a growing log slowing down the client