This commit is contained in:
darkrose 2014-03-23 13:19:04 +10:00
parent 61431d7475
commit ee0b62e2cb
2 changed files with 20 additions and 2 deletions

View File

@ -8,9 +8,9 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(minetest-classic) project(minetest-classic)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 1402) set(VERSION_MAJOR 1403)
set(VERSION_MINOR 00) set(VERSION_MINOR 00)
set(VERSION_EXTRA ":next") set(VERSION_EXTRA "")
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -3,6 +3,24 @@ Minetest-Classic 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.
1403.00: (release 2014-03-23)
- fix deadvine on trellis causing abort when dug
- tweaks to rooflike lighting
- implement formspec
- new fromspec-based craft guide
- add a creative chest
- some noise tweaks
- add new books system (craft/cooking/decrafting guides, writtable book)
- make the texture atlas bigger, again
- Added paintings (Pentium44)
- fix infinite grapes
- Piearesquare! - square slicable pies (Menche)
- backporting HUD hiding (sdzen)
- Icon in .desktop file (MavJS)
- add starch texture
- fix hatches losing their facedir
- some fiddling with initial and creative inventory items
1402.00: (release 2014-02-16) 1402.00: (release 2014-02-16)
- new textures, skyboxes, and fog (sdzen) - new textures, skyboxes, and fog (sdzen)
- new chest and furnace textures (Menche) - new chest and furnace textures (Menche)