summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-19 02:07:12 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-19 02:07:12 +0200
commit0e0bd87451c6c9f2ec6e93b7de1bb5531be2b809 (patch)
tree93a0226e9a7331118daed8ea043c75a8a70a9197
parent3c714da207c008d0c833cf22ba529acede27f904 (diff)
downloadplus-0e0bd87451c6c9f2ec6e93b7de1bb5531be2b809.tar.gz
plus-0e0bd87451c6c9f2ec6e93b7de1bb5531be2b809.tar.bz2
plus-0e0bd87451c6c9f2ec6e93b7de1bb5531be2b809.tar.xz
plus-0e0bd87451c6c9f2ec6e93b7de1bb5531be2b809.zip
Change version to 1.1.2.20.
-rw-r--r--ChangeLog15
-rw-r--r--README2
-rw-r--r--README.txt2
-rw-r--r--data/help/header.txt5
-rwxr-xr-xpackwin2
-rw-r--r--src/main.h4
6 files changed, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index adf26dbdc..34d28fff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index fd3d627b5..9ba8771cf 100644
--- a/README
+++ b/README
@@ -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/
diff --git a/packwin b/packwin
index 9c681c426..cb18d8a4d 100755
--- a/packwin
+++ b/packwin
@@ -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 \