summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-27 00:14:16 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-27 00:14:16 +0300
commit8377b5f2a6f310d6b7bcd96223b424b87392102c (patch)
tree36bd3557c336a06ccbb44966086ac9fd1964da9f /src/main.cpp
parent36d299ce5849157ecbd25d8a1e77023fc15e7bba (diff)
downloadminetest-8377b5f2a6f310d6b7bcd96223b424b87392102c.tar.gz
minetest-8377b5f2a6f310d6b7bcd96223b424b87392102c.tar.bz2
minetest-8377b5f2a6f310d6b7bcd96223b424b87392102c.zip
Changed a bit of the code that is and should still be commented out.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1f178ab6e..212298563 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -124,6 +124,10 @@ Game content:
- A bomb
- A spread-items-on-map routine for the bomb, and for dying players
+- Fighting:
+ - Proper sword swing simulation
+ - Player should get damage from colliding to a wall at high speed
+
Documentation:
--------------