diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 27 insertions, 6 deletions
@@ -1,3 +1,24 @@ +2011-11-12 New release 1.1.11.12 +ManaPlus: +fix: hide death message on reconnect. +fix: stop move after open npc dialog. +fix: disable incomplete hr, hy translations. +fix: self player ignore. +fix: double network error dialog. +fix: joystick support. +fix: random key press loses. +add: pseudo away. +Command: /pseudoaway text +add: enemy relation. (no any ignore, but mark player as enemy) +add: option for attack players in pvp "Switch pvp attack". Default key not assigned +add: interface language selection. +Settings / Theme / Language. +add: Bold text type in chat. (To enable command ##B, to disable ##b) +Example: ##Bbold##b text. +add: update mplus fonts. +add: joystick selection, option for joystick usage only in active game. +add: enable joystick hat (if exists). + 2011-10-30 New release 1.1.10.30 ManaPlus: fix: disable autofix position for archer mode. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.10.30 Date: 2011-10-30 + Version: 1.1.11.12 Date: 2011-11-12 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 846685c60..27db90d2c 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.10.30 Date: 2011-10-30
+ Version: 1.1.11.12 Date: 2011-11-12
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin index a817b5d4b..2d43c0b42 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.10.30" \ + -DPRODUCT_VERSION="1.1.11.12" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index f718e7318..9f68bf2cb 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.10.30], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.11.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 63db481a5..f0f3b8c2c 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.1.10.30" -#define CHECK_VERSION "01.01.10.30" +#define SMALL_VERSION "1.1.11.12" +#define CHECK_VERSION "01.01.11.12" #ifdef HAVE_CONFIG_H #include "../config.h" |