summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-01-30 00:25:58 +0200
committerAndrei Karas <akaras@inbox.ru>2011-01-30 00:25:58 +0200
commit92e6445f5e045c1e0c17b938826e22c67bd72f79 (patch)
treecf5775fb688384e59b7c08b6d8ac9566accf5515
parentafece3f6acd9a7a4a009b73883d4c2d27ac1b8ce (diff)
downloadplus-92e6445f5e045c1e0c17b938826e22c67bd72f79.tar.gz
plus-92e6445f5e045c1e0c17b938826e22c67bd72f79.tar.bz2
plus-92e6445f5e045c1e0c17b938826e22c67bd72f79.tar.xz
plus-92e6445f5e045c1e0c17b938826e22c67bd72f79.zip
Change version to 1.1.1.30
-rw-r--r--ChangeLog15
-rw-r--r--README2
-rw-r--r--data/help/header.txt4
-rwxr-xr-xpackwin2
-rw-r--r--src/main.h4
5 files changed, 21 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b50c5323..b9b255eea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index 01296ee44..150579b05 100644
--- a/README
+++ b/README
@@ -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/
diff --git a/packwin b/packwin
index a53c2fc75..2b5996e27 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.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 \