summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-22 20:47:17 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-22 20:47:17 +0200
commit813b6a91b36548532ba4236033369435c5c36017 (patch)
tree45c67e8f04a299787871c09968240c5e01c5d8fb /src/main.cpp
parent78510b49c75560416d1bfd9873322961b8a52054 (diff)
downloadminetest-813b6a91b36548532ba4236033369435c5c36017.tar.gz
minetest-813b6a91b36548532ba4236033369435c5c36017.tar.bz2
minetest-813b6a91b36548532ba4236033369435c5c36017.zip
added fog to players
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cbca1df34..5ffbafb62 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -167,12 +167,13 @@ TODO: Better handling of objects and mobs
- Client should not discriminate between blocks, server should
- Make other players utilize the same framework
-SUGG: Split Inventory into ClientInventory and ServerInventory
+TODO: Draw big amounts of torches better (that is, throw them in the
+ same meshbuffer (can the meshcombiner class be used?))
Doing now:
======================================================================
-TODO: Convert the text input system to use a modal menu
+TODO: Convert the text input system to use a modal menu... or something
======================================================================