summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-28 17:15:14 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-28 17:15:14 +0300
commitdb8ea3b0d253d15d296e27c7e4926fd2852bd96a (patch)
treec8684a71a6793681e91083935fa600dc680a7250
parent792c41011b27870504fcc1f9f4f1384918e0b608 (diff)
downloadplus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.gz
plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.bz2
plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.tar.xz
plus-db8ea3b0d253d15d296e27c7e4926fd2852bd96a.zip
Change version to 1.1.5.29
-rw-r--r--ChangeLog16
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xconfigure.ac2
-rwxr-xr-xpackwin2
-rw-r--r--src/main.h4
6 files changed, 22 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f72f91410..e2949753a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2011-05-29 New release 1.1.5.29
+ManaPlus:
+fix: infinite paste.
+fix: remove home location by mouse.
+fix: walk path in special collision.
+fix: restore color hightlight smaller money in trade window.
+add: moved classic theme to default. Default theme renamed to Mana.
+add: support for images in help window.
+add: evol server type (now it works same as tmw)
+add: show other players equipment by context menu item "show items".
+add: updated translations.
+add: complete Finnish translation (Byakushin).
+add: secure trades option to protect trade from some kind of cheats.
+add: show speach popup variable. time depend on message size.
+
+
2011-05-15 New release 1.1.5.15
ManaPlus:
fix: targeting monster if monster added to priority attack list and "cycle mobs select" disabled.
diff --git a/README b/README
index 31db064ab..4e44805d9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.5.15 Date: 2011-05-15
+ Version: 1.1.5.29 Date: 2011-05-29
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 07c7bf7b7..153c3cddf 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.5.15 Date: 2011-05-15
+ Version: 1.1.5.29 Date: 2011-05-29
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index e21df8e57..c3706f474 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.5.15], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.5.29], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
diff --git a/packwin b/packwin
index a07cdc5c1..476d331eb 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.5.15" \
+ -DPRODUCT_VERSION="1.1.5.29" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/src/main.h b/src/main.h
index 0478e4513..b93d363d4 100644
--- a/src/main.h
+++ b/src/main.h
@@ -91,8 +91,8 @@
//define DEBUG_ALPHA_CACHE 1
//define DEBUG_OPENGL_LEAKS 1
-#define SMALL_VERSION "1.1.5.15"
-#define CHECK_VERSION "01.01.05.15"
+#define SMALL_VERSION "1.1.5.29"
+#define CHECK_VERSION "01.01.05.29"
#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \