summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-05-29 21:16:15 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-05-29 21:16:15 +0300
commitb3d242ae38af7d4fe93003d2bd1c7faecbb01471 (patch)
treec9065e6dc183c452bc1515e007ea25b178d0c650 /src/main.cpp
parent9f7c21a0b48285fe03bef1060557f6e75976d625 (diff)
downloadminetest-b3d242ae38af7d4fe93003d2bd1c7faecbb01471.tar.gz
minetest-b3d242ae38af7d4fe93003d2bd1c7faecbb01471.tar.bz2
minetest-b3d242ae38af7d4fe93003d2bd1c7faecbb01471.zip
tuned grass growth rate
--HG-- extra : rebase_source : 8ad4d13fc7ab1088ebd18cf968d912949aab8eae
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 11d50bfd1..c6aa439ec 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -308,21 +308,20 @@ Making it more portable:
Stuff to do before release:
---------------------------
- Make grass grow slower; utilize timestamp difference
+
+Stuff to do after release:
+---------------------------
+- Make sure server handles removing grass when a block is placed (etc)
+ - The client should not do it by itself
+- Block cube placement around player's head
- Protocol version field
- Consider getting some textures from cisoun's texture pack
- Ask from Cisoun
- Make sure the fence implementation and data format is good
- Think about using same bits for material for fences and doors, for
example
-- Make sure server handles removing grass when a block is placed (etc)
- - The client should not do it by itself
-- Add mouse inversion in config
-- Block cube placement around player's head
-- Move mineral to param2, increment map serialization version, add conversion
-
-Stuff to do after release:
----------------------------
- Finish the ActiveBlockModifier stuff and use it for something
+- Move mineral to param2, increment map serialization version, add conversion
======================================================================