diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | data/help/header.txt | 4 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
5 files changed, 21 insertions, 6 deletions
@@ -1,3 +1,18 @@ +2011-01-30 New release 1.1.1.30. +ManaPlus: +fix: stuck on disconnections while opened modal window. +fix: allow use rock knife in auto switching weapons. +fix: issue with invisible items in inventory after moving to and from storage. +add: show job bar in ministatus window. +add: diagonal move animation (need support in client data). +add: recovery on broken server job level and job level max experience. +add: floor item icon different from normal item icon (need support in client data). +add: show unknown skills in skills window. +add: show job xp after mob kill. +add: support for zlib map compression. +add: updated russian translation. + + 2011-01-16 New release 1.1.1.16. ManaPlus: fix: hide own hp bar if dead. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.1.16 Date: 2011-01-16 + Version: 1.1.1.30 Date: 2011-01-30 Development team: - See AUTHORS file for a list diff --git a/data/help/header.txt b/data/help/header.txt index 9cec00d3a..f257f8115 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,10 +2,10 @@ ##1 M A N A P L U S ##1 ================================ - ##2Version:##6 1.1.1.16 ##2Date:##3 16 January 2011 + ##2Version:##6 1.1.1.30 ##2Date:##3 30 January 2011 ##2 Website: http://tmw.cetki.com/ ##2 http://mana.cetki.com/ -##2 http://manasource.org/ +##2 for mana: http://manasource.org/ @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.1.16" \ + -DPRODUCT_VERSION="1.1.1.30" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index 0ed8200bd..f24f93bd7 100644 --- a/src/main.h +++ b/src/main.h @@ -86,8 +86,8 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.1.16" -#define CHECK_VERSION "01.01.01.16" +#define SMALL_VERSION "1.1.1.30" +#define CHECK_VERSION "01.01.01.30" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |