]> git.localhorst.tv Git - blank.git/blobdiff - doc/todo
remove default binding of "Return" in keymap
[blank.git] / doc / todo
index 39cb8a743b85e205ca30d3b9846aafc3ff44ed33..1b7d9b01802bd504521b68e7086cf10f43b4a07a 100644 (file)
--- a/doc/todo
+++ b/doc/todo
@@ -29,6 +29,9 @@ persistence
 
        store some kind of byte order mark?
 
+       world and player names should be normalized so they can safely
+       be used in path names
+
 networking
 
        definitely needs throttling for the internets
@@ -36,6 +39,11 @@ networking
        players stats (who's connected, their ping, and game-relevant
        things) should be sent to clients
 
+       some method for authenticating a player might be nice
+
+       maybe stale and inexistent chunks should be visualized (e.g. by
+       drawing a semi-transparent box around them)
+
 threading
 
        (clientside) networking and disk IO are prime candidates for threading
@@ -69,11 +77,8 @@ lighting
 
 gravity
 
-       maybe like light levels? should also store a direction with it in
-       that case. also, global gravity may be a world option.
-       no, per-block gravity vector is most probably too expensive.
-       better have the chunks store a few point masses (maybe blocks that
-       emit gravitation?) and calculate from that
+       now implemented as optional gravity emitter per block type
+       let's see how that pans out
 
 block attributes