summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-28 12:34:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-28 12:34:50 +0300
commit0cc662938674c22bb5a3d1e1521fe90eb28121e4 (patch)
tree1a9d2b1f48a2502253462acf585eb642a65e9b12
parent64e91a63c11777db0b77cfd687234c5720d77e56 (diff)
downloadplus-0cc662938674c22bb5a3d1e1521fe90eb28121e4.tar.gz
plus-0cc662938674c22bb5a3d1e1521fe90eb28121e4.tar.bz2
plus-0cc662938674c22bb5a3d1e1521fe90eb28121e4.tar.xz
plus-0cc662938674c22bb5a3d1e1521fe90eb28121e4.zip
Change version to 1.5.2.28.v1.5.2.28
-rw-r--r--ChangeLog14
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
9 files changed, 23 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 01b34050b..91a368181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2015-02-28 New release 1.5.2.28
+fix: dont show empty tooltips in inventory.
+fix: drop/store button in inventory.
+fix: dont hide storage window by h key.
+fix: cart status effect (hercules)
+fix: direction issues (hercules)
+add: buying stores support (hercules)
+add: pet talk, change direction, emote, move (hercules)
+add: mercenary, homunculus talk, emote (hercules)
+add: online list support (hercules)
+add: allow rename pet from menu (hercules)
+add: action for heal most damaged player.
+add: fast pet move in distance. left shift + left click.
+
2015-02-14 New release 1.5.2.14
fix: camera position if npc dialog was closed by server script command closedialog.
fix: make file for android.
diff --git a/README b/README
index f21f6c97c..3eb8881bd 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.2.14 Date: 2015-02-14
+ Version: 1.5.2.28 Date: 2015-02-28
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index fc5f6a612..0162eaa17 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.2.14 Date: 2015-02-14
+Version: 1.5.2.28 Date: 2015-02-28
###Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index a6ab3fe40..7e2815b69 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.2.14 Date: 2015-02-14
+ Version: 1.5.2.28 Date: 2015-02-28
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 8574500f7..9376170c0 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.2.14" \
+ -DPRODUCT_VERSION="1.5.2.28" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index be205b16f..e6a03ae1f 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.2.14" \
+ -DPRODUCT_VERSION="1.5.2.28" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 5fe97fc8a..111bebf70 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.2.14" \
+ -DPRODUCT_VERSION="1.5.2.28" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index cba48d270..f248c8a41 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.2.14], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.2.28], [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 1b73bd3a6..d76409158 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.2.14"
-#define CHECK_VERSION "01.05.02.14"
+#define SMALL_VERSION "1.5.2.28"
+#define CHECK_VERSION "01.05.02.28"
#ifdef HAVE_CONFIG_H
#include "../config.h"