Updated CMakeLists, changelog and example config for release

This commit is contained in:
Perttu Ahola 2011-07-31 01:07:31 +03:00
parent 149875607c
commit 88a266db12
3 changed files with 17 additions and 1 deletions

View File

@ -9,7 +9,7 @@ project(minetest)
set(VERSION_MAJOR 0) set(VERSION_MAJOR 0)
set(VERSION_MINOR 2) set(VERSION_MINOR 2)
set(VERSION_PATCH 20110730_rc2) set(VERSION_PATCH 20110731_0)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Configuration options # Configuration options

View File

@ -3,6 +3,20 @@ Minetest-c55 changelog
This should contain all the major changes. This should contain all the major changes.
For minor stuff, refer to the commit log of the repository. 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: 2011-07-04:
- Many small fixes - Many small fixes
- Code reorganizing to aid further development - Code reorganizing to aid further development

View File

@ -95,6 +95,8 @@ screenH# = 600
#invert_mouse = false #invert_mouse = false
# FarMesh thingy # FarMesh thingy
#enable_farmesh = false #enable_farmesh = false
#farmesh_trees = true
#farmesh_distance = 40
# Enable/disable clouds # Enable/disable clouds
#enable_clouds = true #enable_clouds = true
# Don't draw stone (for testing) # Don't draw stone (for testing)