1309.00 - an actual release!

This commit is contained in:
darkrose 2013-09-01 13:58:07 +10:00
parent de4c7bdc1c
commit 69763dfc1e
3 changed files with 38 additions and 8 deletions

View File

@ -8,10 +8,9 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(minetest)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_PATCH 1)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
set(VERSION_MAJOR 1309)
set(VERSION_MINOR 00)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -7,9 +7,7 @@ Forked from Minetest 0.3.x by Lisa 'darkrose' Milne <lisa@ltmnet.com>
Further documentation:
----------------------
- Website: http://celeron.55.lt/~celeron55/minetest/
- Wiki: http://celeron.55.lt/~celeron55/minetest/wiki/
- Forum: http://celeron.55.lt/~celeron55/minetest/forum/
- Website: http://www.minetest-classic.com/
- doc/ directory of source distribution
This game is not finished:
@ -19,8 +17,18 @@ This game is not finished:
Controls:
---------
- See the in-game pause menu
- Settable in the Settings tab of the main menu
- Settable in the configuration file, see the section below.
- WASD: Walk
- Mouse left: dig/hit
- Mouse right: place/use
- Mouse wheel: select item
- 0...9: select item
- Shift: sneak
- R: Toggle viewing all loaded chunks
- I: Inventory menu
- ESC: This menu
- T: Chat
Map directory:
--------------

View File

@ -3,6 +3,27 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
1309.00: (release 2013-09-01)
- a wide assortment of bugfixes to just about everything
- update license to GPLv3
- kill rats in lava
- add farming and farm dirt
- fix sandstone only dropping 1 sand
- add static_spawnpoint setting
- fix various compiler errors
- add mouse_sensitivity option by EXio4 and kahrl
- fix player getting thrown underground after connecting
- 3D player models -> Stu's improved model -> b3d models
- png shrinkage
- stop too many mobs spawning
- let trees grow through apples
- allow planting of jungle tree
- add random large trees
- borderstone
- implement nodeboxes -> implement stairs and slabs
- ui redesign and new main menu
- switch to new versions that don't conflict with minetest-engine
Classic: (initial fork April 2013)
- Leaf and apple decay, +junglegrass and papyrus now grow
- Fixed inventory cube rendering
@ -10,6 +31,8 @@ Classic: (initial fork April 2013)
- remove CONTENT_CLOUD, replace with CONTENT_COTTON - crafted from
junglegrass
========================================================================
0.3.1: (released on 2011-11-09)
- Fix frustum culling (previous versions have rendered too much stuff
that is not actually visible (about 180 degrees, while should have been