From b8481150e89c7335bc4ca17f680879777792885f Mon Sep 17 00:00:00 2001 From: darkrose Date: Sat, 30 May 2015 01:22:20 +1000 Subject: [PATCH] 1505.01 --- CMakeLists.txt | 4 ++-- doc/changelog.txt | 7 +++++++ src/mapblock.cpp | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8552c91..b4d3ef8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ project(voxelands) # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing set(VERSION_MAJOR 1505) -set(VERSION_MINOR 00) -set(VERSION_EXTRA ":next") +set(VERSION_MINOR 01) +set(VERSION_EXTRA "") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") diff --git a/doc/changelog.txt b/doc/changelog.txt index 1716b5d..3fbb48b 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,13 @@ Voxelands changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +1505.01: (release 2015-05-30) + - fix dig miss sound not working + - fix sunlight propogation + - fix tree growth breaking lighting + - add hack to unbreak already broken lighting + - fix compiling problem with dynamic array + 1505.00: (release 2015-05-25) - make wearing a jacket without a shirt also safe from exposure damage - change some crowbar behaviour diff --git a/src/mapblock.cpp b/src/mapblock.cpp index 315166a..f985791 100644 --- a/src/mapblock.cpp +++ b/src/mapblock.cpp @@ -506,11 +506,11 @@ void MapBlock::deSerialize(std::istream &is, u8 version) // deserialize nodes from buffer for (u32 i=0; i buf(sl); for (u32 k=0; k