summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-25 23:25:40 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-25 23:25:40 +0200
commit3cae2310f5e0ef52c40570cab1f59a56816b55b0 (patch)
tree6b9b105eb4ad5c3d9c1c2f5a3285dbb833f470af
parent822621f79239fadd232243a38120b4673efe60fe (diff)
downloadminetest-3cae2310f5e0ef52c40570cab1f59a56816b55b0.tar.gz
minetest-3cae2310f5e0ef52c40570cab1f59a56816b55b0.tar.bz2
minetest-3cae2310f5e0ef52c40570cab1f59a56816b55b0.zip
main.cpp before viewing range stuff redoing
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0cb16c033..d22da3ff7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -187,6 +187,9 @@ Doing now:
TODO: When server sees that client is removing an inexistent block or
adding a block to an existent position, resend the MapBlock.
+TODO: Fix viewing range updater's oscillation when there is large non-
+ linearity in range-speed relation
+
======================================================================
*/