forked from oerkki/voxelands
1402.00
This commit is contained in:
parent
e336223964
commit
920e727955
|
@ -8,9 +8,9 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
|
|||
project(minetest-classic)
|
||||
|
||||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||
set(VERSION_MAJOR 1401)
|
||||
set(VERSION_MINOR 01)
|
||||
set(VERSION_EXTRA ":next")
|
||||
set(VERSION_MAJOR 1402)
|
||||
set(VERSION_MINOR 00)
|
||||
set(VERSION_EXTRA "")
|
||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
|
||||
|
||||
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
|
||||
|
|
|
@ -1,8 +1,28 @@
|
|||
Minetest-c55 changelog
|
||||
Minetest-Classic changelog
|
||||
----------------------
|
||||
This should contain all the major changes.
|
||||
For minor stuff, refer to the commit log of the repository.
|
||||
|
||||
1402.00: (release 2014-02-16)
|
||||
- new textures, skyboxes, and fog (sdzen)
|
||||
- new chest and furnace textures (Menche)
|
||||
- farm expansion: add pumpkin, cotton, wheat, carrot, beetroot, melon,
|
||||
grapes
|
||||
- add rotten fruit, and fertilizer
|
||||
- add trellis node, let vines only grow on them
|
||||
- add Jack O' Lanterns (sdzen)
|
||||
- add apple and pumpkin pies, bread, dough, carrot cake
|
||||
- make craft guide into a book (Menche)
|
||||
- make sponge less rare and junglegrass growth more rare
|
||||
- make cactus grow flowers and fruit
|
||||
- fix texture coords on wielded nodeboxes
|
||||
- replace only_peace_mobs with max_mob_level
|
||||
- .desktop file for app launching (tiemay)
|
||||
- new digging properties calculation
|
||||
- make special tools not dig in client either
|
||||
- add ToolType to ToolItemFeatures, streamline some code
|
||||
- add /setpassword command
|
||||
|
||||
1401.01: (release 2014-01-13)
|
||||
- add models to install files
|
||||
- add furnace back into craft guide
|
||||
|
|
|
@ -455,7 +455,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize)
|
|||
"http://www.minetest-classic.com/\n"
|
||||
"\n"
|
||||
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
|
||||
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS\n"
|
||||
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay\n"
|
||||
"\n"
|
||||
"Based on Minetest-C55\n"
|
||||
"by Perttu Ahola <celeron55@gmail.com>\n"
|
||||
|
|
Loading…
Reference in New Issue