This commit is contained in:
darkrose 2015-05-25 23:16:30 +10:00
parent 753f7d153a
commit f25e802317
2 changed files with 17 additions and 3 deletions

View File

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

View File

@ -3,6 +3,20 @@ Voxelands changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
1505.00: (release 2015-05-25)
- make wearing a jacket without a shirt also safe from exposure damage
- change some crowbar behaviour
- fix random fence/wall posts appearing in client
- add support for multiple teleport points with coloured oerkki dust
- fix multi-recipe support in the craft guide
- adjust run speed, slower on the ground, faster in the air
- settings menu rewrite
- remove fast_move, and make free_move no longer a setting
- add use key to eat without dropping food on the ground
- new controls
- add energy and tool wear progress rings to HUD
- 16 bit node id's
1504.01: (release 2015-05-01)
- fix standalone server not compiling
- fix windows utf8-multibyte conversion crashing the client