summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-19 17:04:16 +0200
committerAndrei Karas <akaras@inbox.ru>2011-03-19 17:04:16 +0200
commitf8f86ea8f9a1450f03b2f24c208cea868cc069ce (patch)
tree47fbe36b93ef186b1fe3d76c8d1a5ffa2996b661
parent3a997a849a312f3211f036e5c5d603bf04bd3220 (diff)
downloadplus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.tar.gz
plus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.tar.bz2
plus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.tar.xz
plus-f8f86ea8f9a1450f03b2f24c208cea868cc069ce.zip
Change version to 1.1.3.20.
-rw-r--r--ChangeLog14
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xconfigure.ac2
-rw-r--r--data/help/header.txt2
-rwxr-xr-xpackwin2
-rw-r--r--src/main.h4
7 files changed, 21 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index eb9fcc470..9cb5a5a70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index 65771831b..45d0f7e2f 100644
--- a/README
+++ b/README
@@ -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/
diff --git a/packwin b/packwin
index 3e2ac25a7..81c54f169 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.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 \