summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-30 15:37:15 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-30 20:36:05 +0300
commit2df881133cad90c6eace9b49153a9becc5c604a4 (patch)
treedadcca5734088c111815f2c24e0122ba9d9db6b6
parent722328ae2284a666ef1bb46f3e769a7f3a294e1f (diff)
downloadplus-2df881133cad90c6eace9b49153a9becc5c604a4.tar.gz
plus-2df881133cad90c6eace9b49153a9becc5c604a4.tar.bz2
plus-2df881133cad90c6eace9b49153a9becc5c604a4.tar.xz
plus-2df881133cad90c6eace9b49153a9becc5c604a4.zip
Change version to 1.6.1.30.v1.6.1.30
-rw-r--r--ChangeLog16
-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, 25 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 196dad6da..60f892b6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2016-01-30 New release 1.6.1.30
+fix: not allow add equipped items into craft.
+fix: /who command (hercules)
+fix: commands for remove moster from attack lists.
+fix: not allow walking by mouse if npc dialog is open.
+fix: undress in hercules.
+add: support for adding cards in item links.
+add: not move chat messages with links to debug tab.
+add: support for xml library pugixml (disabled by default).
+add: multy file help search index.
+add: in char create dialog hide fields if values not allow change it.
+add: move items by one to craft with stop attack key pressed.
+add: quick shortcuts for move current item to each craft slot (unasisgned).
+add: item menu for move current item to each craft slot (unasisgned).
+add: char commands for add/remove pickups in list.
+
2016-01-16 New release 1.6.1.16
fix: removing monster from attack list.
fix: dye palette parsing with GIMP colors.
diff --git a/README b/README
index 99d1461e9..e6b68def7 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.1.16 Date: 2016-01-16
+ Version: 1.6.1.30 Date: 2016-01-30
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index b7f6f78a3..37d36f315 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.6.1.16 Date: 2016-01-16
+Version: 1.6.1.30 Date: 2016-01-30
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index ea72b04c6..9b60fe644 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.1.16 Date: 2016-01-16
+ Version: 1.6.1.30 Date: 2016-01-30
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index a74700676..adc23a50d 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.6.1.16" \
+ -DPRODUCT_VERSION="1.6.1.30" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index c22cfe7d6..348347212 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.6.1.16" \
+ -DPRODUCT_VERSION="1.6.1.30" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index c5b1bbce9..8a4f75cff 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.6.1.16" \
+ -DPRODUCT_VERSION="1.6.1.30" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 4be07f13a..56446973f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.6.1.16], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.1.30], [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 bfae6b7ea..990e2518e 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.6.1.16"
-#define CHECK_VERSION "01.06.01.16"
+#define SMALL_VERSION "1.6.1.30"
+#define CHECK_VERSION "01.06.01.30"
#ifdef HAVE_CONFIG_H
#include "../config.h"