summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog30
-rw-r--r--README2
-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
8 files changed, 38 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 02acca097..4a7df50f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2013-10-12 New release 1.3.10.12
+fix: custom update server selection.
+fix: crash with rename map object.
+fix: crash if close game with opened select char dialog.
+fix: players version in online list in ARM systems.
+fix: store button if item was protected.
+fix: not allow drag and drop protected items.
+fix: equipment menu draw order.
+fix: code::blocks project file for windows.
+add: show SDL version in client version.
+add: browser opening with SDL2 on Android.
+add: onscreen buttons 3x3, 4x2, 4x3
+add: legacy target selection images in mana theme.
+add: gm detection in online list on "new" tmw server.
+add: command to dump OpenGL vendor: /dumpgl
+add: support for /me command inside /away command.
+add: sound effect for equip, unequip, use, pickup, drop, take, put events.
+add: allow scrolling listboxes by hold and move mouse/finger.
+add: remember sort order in inventory, storage, buy dialog.
+add: label string cutting in player selection and creation dialogs.
+add: hide "did you know" window on Android by default.
+add: emulate right click on Android and SDL2 by hold two fingers.
+add: invert scrolling on Android.
+add: show numbers on onscreen buttons.
+add: improve header and footer in help window.
+add: improve network performance a bit.
+add: extend browserbox theming.
+add: update liberation font.
+add: help button before connecting to server.
+
2013-09-29 New release 1.3.9.29
fix: closing equipment window.
fix: possible memory leaks.
diff --git a/README b/README
index f50800d4e..0e2ff6e20 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.9.29 Date: 2013-09-29
+ Version: 1.3.10.12 Date: 2013-10-12
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index bb2dbd5a5..44512f0d7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.9.29 Date: 2013-09-29
+ Version: 1.3.10.12 Date: 2013-10-12
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index a3b8c424c..8d4029392 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.3.9.29" \
+ -DPRODUCT_VERSION="1.3.10.12" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index dcad9512b..c6484a08d 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.3.9.29" \
+ -DPRODUCT_VERSION="1.3.10.12" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index b1c80f2db..e57b8d1be 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.3.9.29" \
+ -DPRODUCT_VERSION="1.3.10.12" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 52e95dc2f..c0758d669 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.3.9.29], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.10.12], [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 f8e3f435b..5cbb3e7bf 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.3.9.29"
-#define CHECK_VERSION "01.03.09.29"
+#define SMALL_VERSION "1.3.10.12"
+#define CHECK_VERSION "01.03.10.12"
#ifdef HAVE_CONFIG_H
#include "../config.h"