From a035d0001dc0cabeeda48b4cb4bcc53809c18ed8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Oct 2015 15:27:28 +0300 Subject: Change version to 1.5.10.24. --- ChangeLog | 11 +++++++++++ README | 2 +- README.md | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 9 files changed, 20 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index e611e105e..396b623a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2015-10-24 New release 1.5.10.24 +fix: remove useless memory allocations. +fix: status effects (hercules) +add: flag for stay npcs after they going outside of visible range +add: option for show why player disappeared (settings / players / Log players actions) +add: support for change collisions from server side (hercules) +add: support for show tiles from special layes based on tile collision type. +add: protect most actions from executing from server. +add: support for two parts and multy sprites horses. +add: logging for not implimented status effects. + 2015-10-10 New release 1.5.10.10 fix: moving animation lag in moving (hercules) fix: recode buildin sounds to 44100 khz diff --git a/README b/README index 4e51315d8..ac1b19d5e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.5.10.10 Date: 2015-10-10 + Version: 1.5.10.24 Date: 2015-10-24 Development team: - See AUTHORS file for a list diff --git a/README.md b/README.md index 496380561..0c49f098a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![The Mana World logo](data/icons/manaplus.png) -Version: 1.5.10.10 Date: 2015-10-10 +Version: 1.5.10.24 Date: 2015-10-24 ### Development team: - See [AUTHORS](AUTHORS) file for a list diff --git a/README.txt b/README.txt index 16118133a..fb0618b08 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.5.10.10 Date: 2015-10-10 + Version: 1.5.10.24 Date: 2015-10-24 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index b8662d3f0..d2779ee9f 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.5.10.10" \ + -DPRODUCT_VERSION="1.5.10.24" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 392469072..46e005c72 100755 --- a/build/packtmw +++ b/build/packtmw @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.5.10.10" \ + -DPRODUCT_VERSION="1.5.10.24" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 9fdd0b0cd..2ab6c10af 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.5.10.10" \ + -DPRODUCT_VERSION="1.5.10.24" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 6776b2318..22679629c 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.5.10.10], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.5.10.24], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/src/main.h b/src/main.h index 1e3d32015..8d6846514 100644 --- a/src/main.h +++ b/src/main.h @@ -45,8 +45,8 @@ * different interfaces, which have different implementations for each server. */ -#define SMALL_VERSION "1.5.10.10" -#define CHECK_VERSION "01.05.10.10" +#define SMALL_VERSION "1.5.10.24" +#define CHECK_VERSION "01.05.10.24" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-70-g09d2