diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 21 insertions, 7 deletions
@@ -1,3 +1,17 @@ +2011-03-20 New release 1.1.3.20 +ManaPlus: +fix: other players directions while moving. +fix: being direction while attacking. +fix: other players animation while moving. +fix: mouse pickup from big distance. +add: show message in party tab if some on join party. +add: /uptime chat command to show current client update. +add: small optimisation in software drawing mode (SDL). + +Mana: +add: scroll buttons in chat tabs. + + 2011-03-06 New release 1.1.3.6 ManaPlus: fix: remove extra spaces from chat commands. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.3.6 Date: 2011-03-06 + Version: 1.1.3.20 Date: 2011-03-20 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index b7d9d2f40..9e17d3684 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.3.6 Date: 2011-03-06
+ Version: 1.1.3.20 Date: 2011-03-20
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac index ac13f5a8f..2b79d4261 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.3.6], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.3.20], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/data/help/header.txt b/data/help/header.txt index 48cb0d901..238dfd0f7 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,7 +2,7 @@ ##1 M A N A P L U S ##1 ================================ - ##2Version:##6 1.1.3.6 ##2Date:##3 06 # March 2011 + ##2Version:##6 1.1.3.20 ##2Date:##3 20 # March 2011 ##2 Website: http://manaplus.evolonline.org/ ##2 http://tmw.cetki.com/ @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.3.6" \ + -DPRODUCT_VERSION="1.1.3.20" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index 884e13d03..82ff6fed7 100644 --- a/src/main.h +++ b/src/main.h @@ -89,8 +89,8 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.3.6" -#define CHECK_VERSION "01.01.03.06" +#define SMALL_VERSION "1.1.3.20" +#define CHECK_VERSION "01.01.03.20" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |