Updated CMakeLists, changelog and example config for release
authorPerttu Ahola <celeron55@gmail.com>
Sat, 30 Jul 2011 22:07:31 +0000 (01:07 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 30 Jul 2011 22:07:31 +0000 (01:07 +0300)
CMakeLists.txt
doc/changelog.txt
minetest.conf.example

index 514175e9ec69f5b79e775088f7e37bbc11890d8f..b0bc4796cafd2e53663754738a595927eee30274 100644 (file)
@@ -9,7 +9,7 @@ project(minetest)
 
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 2)
-set(VERSION_PATCH 20110730_rc2)
+set(VERSION_PATCH 20110731_0)
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # Configuration options
index 58d28d23690c80eafcc5d06c0c3c8187f3c24077..a7ab817b736a6c175cf5fcce1ba3240c03e986d7 100644 (file)
@@ -3,6 +3,20 @@ Minetest-c55 changelog
 This should contain all the major changes.
 For minor stuff, refer to the commit log of the repository.
 
+2011-07-31:
+- A number of small fixes, build system stuff and such (refer to version control log)
+- Map generator no longer crashes at generation limit
+- Fixed mapgen producing lots of cut-down trees
+- Some minor tweaks in map generator (some contributed)
+- Volumetric clouds (contributed)
+- Icon added (graphic contributed)
+- Key configuration menu (contributed)
+- Decorative blocks and items: bookshelf, sandstone, cactus, clay, brick, papyrus, rail, paper, book (contributed)
+- Jungles!
+- Hotbar is a bit smaller
+- Health is now enabled by default; You can now eat cooked rats to heal yourself.
+- Finally added sword textures, altough sword is still of no use
+
 2011-07-04:
 - Many small fixes
 - Code reorganizing to aid further development
index 4b1600609fa85f8325790c52f423e4b8e220f4ef..c47ac77ce3e8e03fb568b7d9d7f774aac2872d17 100644 (file)
@@ -95,6 +95,8 @@ screenH# = 600
 #invert_mouse = false
 # FarMesh thingy
 #enable_farmesh = false
+#farmesh_trees = true
+#farmesh_distance = 40
 # Enable/disable clouds
 #enable_clouds = true
 # Don't draw stone (for testing)