summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-13 16:03:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-13 16:03:27 +0300
commitccf90e41053bf1a327939cad1082be05c15a8cde (patch)
tree4fe6f030e44db0e0db20c00f28df354f0017559e
parent47444abfcf2eff6bf352edc7e784fda7c1176403 (diff)
downloadplus-1.2.10.14.tar.gz
plus-1.2.10.14.tar.bz2
plus-1.2.10.14.tar.xz
plus-1.2.10.14.zip
Change version to 1.2.10.14v1.2.10.14
-rw-r--r--ChangeLog16
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
7 files changed, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1686ec949..6bcdb1e70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-10-14 New release 1.2.10.14
+fix: monsters particle effects attacks.
+fix: chat window resize cursor.
+fix: popups sizes.
+fix: chat logs command line paramter.
+fix: shortcuts while buy dialog is open.
+add: texture atlases support.
+add: improve draw speed.
+add: some OpenGL extensions support.
+add: sound effects for open/close windows.
+add: extend theming.
+add: additinal monster attack particle effects.
+add: imporve map draw in fast OpenGL mode.
+add: set additional OpenGL settings from video detection.
+add: double click in buy/sell dialogs.
+
2012-09-30 New release 1.2.9.30
fix: minimap size with long map name.
fix: possible crash.
diff --git a/README b/README
index 93ade2d02..68c69908c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.9.30 Date: 2012-09-30
+ Version: 1.2.10.14 Date: 2012-10-14
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 1bda6a3f9..5e661fd69 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.9.30 Date: 2012-09-30
+ Version: 1.2.10.14 Date: 2012-10-14
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 24ea41d96..a1850379d 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.2.9.30" \
+ -DPRODUCT_VERSION="1.2.10.14" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 80f1a6c86..cb5546099 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.2.9.30" \
+ -DPRODUCT_VERSION="1.2.10.14" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index c58b81e1f..45d285a59 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.9.30], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.10.14], [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 51fb397d7..120dd783b 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.2.9.30"
-#define CHECK_VERSION "01.02.09.30"
+#define SMALL_VERSION "1.2.10.14"
+#define CHECK_VERSION "01.02.10.14"
#ifdef HAVE_CONFIG_H
#include "../config.h"