summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-17 18:27:49 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-17 18:27:49 +0300
commit0e3457c5ee8cc6b999817ae1ed5a594bcf2516f8 (patch)
tree823559082203d4154f8e400f7a633a03ac648252
parentd9926d7bb1436d0d624e8abbad2c9166b26e3a25 (diff)
downloadplus-0e3457c5ee8cc6b999817ae1ed5a594bcf2516f8.tar.gz
plus-0e3457c5ee8cc6b999817ae1ed5a594bcf2516f8.tar.bz2
plus-0e3457c5ee8cc6b999817ae1ed5a594bcf2516f8.tar.xz
plus-0e3457c5ee8cc6b999817ae1ed5a594bcf2516f8.zip
Change version to 1.1.9.18.
-rw-r--r--ChangeLog26
-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, 32 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 292dbe556..6f75c08c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2011-09-18 New release 1.1.9.18
+Manaplus:
+fix: restore windows visible state after restart.
+fix: players sorting in relation and party tab.
+fix: configuration settings in first start.
+fix: animation moving animation with mouse and some other.
+fix: reorder sprites if disabled in settings.
+fix: disable config copy from ancient tmw versions.
+fix: chat autocomplete case.
+fix: change player state from sit to stay if under attack.
+fix: whisper errors detection.
+add: options to configure lazy scrolling.
+add: move by minimaps clicks.
+add: copy text to clipboard by CTRL+C.
+add: additional sorting to inventory: by wight, by amount, by type.
+add: inventory filter by item name.
+add: per window visual configuration in themes.
+add: add item move to context menu for party members.
+add: configuration buttons in initial game window.
+add: theme unity (by Freya).
+add: Czech (cs) translation (by Pitriss).
+add: improve game speed.
+
+Mana:
+fix: draw overlay in opengl mode.
+
2011-09-04 New release 1.1.9.4
ManaPlus:
fix: compilation with different flags.
diff --git a/README b/README
index e02d9f4b4..796236435 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.9.4 Date: 2011-09-04
+ Version: 1.1.9.18 Date: 2011-09-18
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 47e9ffa4e..1585d5e0f 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.9.4 Date: 2011-09-04
+ Version: 1.1.9.18 Date: 2011-09-18
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index 76728dbab..af9707059 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.9.4], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.9.18], [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 5593a4af6..ae5398119 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.9.4" \
+ -DPRODUCT_VERSION="1.1.9.18" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/src/main.h b/src/main.h
index f8b6d97ba..0348d2700 100644
--- a/src/main.h
+++ b/src/main.h
@@ -85,8 +85,8 @@
//define DEBUG_ALPHA_CACHE 1
//define DEBUG_OPENGL_LEAKS 1
-#define SMALL_VERSION "1.1.9.4"
-#define CHECK_VERSION "01.01.09.04"
+#define SMALL_VERSION "1.1.9.18"
+#define CHECK_VERSION "01.01.09.18"
#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \