summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-06 01:42:37 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-06 01:42:37 +0300
commit212f34db82c0a3ce5ee6dad3c45c3cc3ec9f8890 (patch)
tree7f3ab1029d50ba7fdad7c7238bc5096c0df4f490 /src/main.cpp
parent5b72b224092eec3d839cd337ad9fbb3c2683a6c6 (diff)
downloadminetest-212f34db82c0a3ce5ee6dad3c45c3cc3ec9f8890.tar.gz
minetest-212f34db82c0a3ce5ee6dad3c45c3cc3ec9f8890.tar.bz2
minetest-212f34db82c0a3ce5ee6dad3c45c3cc3ec9f8890.zip
fixed the bug of disabled removal of empty chests
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7ec542533..b5247b907 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -113,6 +113,10 @@ Gaming ideas:
- Random NPC traders. what else?
+Game content:
+-------------
+- Glass blocks
+
Documentation:
--------------
@@ -163,6 +167,8 @@ TODO: Flowing water animation
SUGG: Draw cubes in inventory directly with 3D drawing commands, so that
animating them is easier.
+SUGG: Option for enabling proper alpha channel for textures
+
Configuration:
--------------