diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | data/help/header.txt | 5 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 23 insertions, 7 deletions
@@ -1,3 +1,18 @@ +2011-02-20 New release 1.1.2.20 +ManaPlus: +fix: stop/start playung music after changing option. +add: show/hide buttons in top right corner. +right click on buttons open menu. +add: show/hide bars in top right corner. +right click on bars open menu. +add: extended minimaps (Ben Longbons). +add: npc gender. (only for extended servers) +add: hiding equipment sprites by attributes (need support in client data). +add: weight notice dialogs not modal and auto hiding after 10 seconds. +add: show amount in pickup particles. +add: new bars Weight bar, Inventory slots bar, Money bar, Arrows bar. + + 2011-02-06 New release 1.1.2.6. ManaPlus: fix: crashes. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.2.6 Date: 2011-02-06 + Version: 1.1.2.20 Date: 2011-02-20 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index b3b3db427..ac8a9521a 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.2.6 Date: 2011-02-06
+ Version: 1.1.2.20 Date: 2011-02-20
Development team:
- See AUTHORS file for a list
diff --git a/data/help/header.txt b/data/help/header.txt index c2f405e3b..e424c61dd 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,9 +2,10 @@ ##1 M A N A P L U S ##1 ================================ - ##2Version:##6 1.1.2.6 ##2Date:##3 06 February 2011 + ##2Version:##6 1.1.2.20 ##2Date:##3 20 February 2011 -##2 Website: http://tmw.cetki.com/ +##2 Website: http://manaplus.evolonline.org/ +##2 http://tmw.cetki.com/ ##2 http://mana.cetki.com/ ##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.2.6" \ + -DPRODUCT_VERSION="1.1.2.20" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index b79101978..c8f5371f7 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.2.6" -#define CHECK_VERSION "01.01.02.06" +#define SMALL_VERSION "1.1.2.20" +#define CHECK_VERSION "01.01.02.20" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |