From 117f6020a128e6e4b8b1f010d883a999414fd6a0 Mon Sep 17 00:00:00 2001 From: darkrose Date: Mon, 24 Aug 2015 01:34:14 +1000 Subject: [PATCH] 1508.00 --- CMakeLists.txt | 4 ++-- doc/changelog.txt | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4456a13..0729c9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 1507) +set(VERSION_MAJOR 1508) set(VERSION_MINOR 00) -set(VERSION_EXTRA ":next") +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 b31d94e..a097ba9 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,33 @@ Voxelands changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +1508.00: (release 2015-08-24) + - some helpers for converting mese to mithril + - add new controls to readme file + - a possible improvement to the key settings menu + - fix darkened screen with old style HUD + - wolves drop meat + - make far mobs less likely to move, and thus send less data + - add warning about settings not working from the pause menu + - credits screen reorganising + - add ability to disable mobs from gui + - sand should randomly drop saltpeter, rarely + - add all background images in empty inventory slots + - add effects times to HUD + - limestone stairs, slabs, and walls + - allow fast swimming + - different fences and bookshelves for different wood types + - allow farm dirt further from water + - some lighting tweaks + - bookshelves should not disappear when dug + - make it work on bsd again + - make images fit in inventory grids better + - forge and enchantments + - remove MESE + - add levels to tools, randomise mineral drop quantity with max based on tool level + - add extended info to inventory tooltips + - revert C++11 + 1507.00: (release 2015-07-27) - Removed some depricated utility classes (VargaD) - Added C++11 support