diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-10 23:39:33 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-10 23:39:33 +0300 |
commit | 4934f3d060844aebff397837e5659902962902c2 (patch) | |
tree | 274ef8e746ea37977ac91c77ec9f40dbc528d27d | |
parent | bb39795ab223ffe815d88ec0d0f9dc9a993bef67 (diff) | |
download | minetest-4934f3d060844aebff397837e5659902962902c2.tar.gz minetest-4934f3d060844aebff397837e5659902962902c2.tar.bz2 minetest-4934f3d060844aebff397837e5659902962902c2.zip |
updated changelog and version
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/changelog.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c5baf03f1..2551d58e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(minetest) set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 20110406_0) +set(VERSION_PATCH 20110410_0) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") # Configuration options diff --git a/doc/changelog.txt b/doc/changelog.txt index 5d2e7ac6f..f8fa6b5d7 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,10 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-04-10_0: +- Asynchronous map generation +- New object system + 2011-04-06: - Mesh update of node addition/removal is now done asynchronously on client, removing frametime spike - Node addition/removal is sent directly only to clients that are closer than 100 nodes to the modification. For the others, the modified blocks are set unsent. (and are re-sent when applicable) |