summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-01-19 16:22:53 +0300
committerAndrei Karas <akaras@inbox.ru>2013-01-19 16:22:53 +0300
commit8d7955c4aeeacaf4cb3086744a955ad9749ae886 (patch)
treeedbd4680a9c64282010216c077e391f385d527a5
parent3f3f82ea8c05f8149d65d4cc37b787c9201d9aa2 (diff)
downloadplus-8d7955c4aeeacaf4cb3086744a955ad9749ae886.tar.gz
plus-8d7955c4aeeacaf4cb3086744a955ad9749ae886.tar.bz2
plus-8d7955c4aeeacaf4cb3086744a955ad9749ae886.tar.xz
plus-8d7955c4aeeacaf4cb3086744a955ad9749ae886.zip
Change version to 1.3.1.20.
-rw-r--r--ChangeLog28
-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, 35 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 056819a8a..90f2c3998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2013-01-20 New release 1.3.1.20
+fix: macosx fixes.
+fix: collision masks.
+fix: crash on exit on windows.
+fix: minor changes in black&black theme.
+fix; servers deletion from servers list.
+fix: language selection in last ubuntu.
+fix: environment variables usage.
+fix: different game sound fixes.
+fix: shortcuts window resize issue in software draw mode.
+add: extend theming.
+add: http registrations in register dialog.
+add: updated jewelry theme.
+add: support for outlined texts in some windows and controls.
+add: show flag icons in language selection list.
+add: chat command to dump environment variables (/dumpe)
+add: open broweser in MacOSX.
+add: popup menu for text fields.
+add: for sound "strike" alias "miss".
+add: different sounds from different weapons.
+add: option to show/hide onscreen keyboard.
+add: actions for onscreen buttons (touch tab).
+add: configurable number of onscreen buttons.
+add: talk to very close npc by only talk key (T).
+add: better stats line in copy to chat stats.
+add: context menu for hyper links.
+add: detect joystick button.
+
2012-12-23 New release 1.2.12.23
fix: reset in memory password if password was wrong.
fix: dont show opengl restart mesasge in settings under Android.
diff --git a/README b/README
index 9ef656eda..4efc479b2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.12.23 Date: 2012-12-23
+ Version: 1.3.1.20 Date: 2013-01-20
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 0dcbad42f..9a3c93f5c 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.12.23 Date: 2012-12-23
+ Version: 1.3.1.20 Date: 2013-01-20
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 1397f28d4..ef6a86057 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.12.23" \
+ -DPRODUCT_VERSION="1.3.1.20" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index e48950bba..f1f510ce1 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.12.23" \
+ -DPRODUCT_VERSION="1.3.1.20" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 2433d27cc..b6b5cbc09 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.12.23], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.1.20], [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 9382b2a5c..021090d3c 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.12.23"
-#define CHECK_VERSION "01.02.12.23"
+#define SMALL_VERSION "1.3.1.20"
+#define CHECK_VERSION "01.03.01.20"
#ifdef HAVE_CONFIG_H
#include "../config.h"