diff options
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 35 insertions, 7 deletions
@@ -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. @@ -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" |