summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-01 01:32:17 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-01 05:04:05 +0300
commit17489dd53a4c094e351c4de1a48c1ff20417f375 (patch)
tree2294cacb19141a80c8067a2b4aa0d0b358fe1392
parent091ee55284482caab0cd179a3ba1eacd665cb6a0 (diff)
downloadplus-17489dd53a4c094e351c4de1a48c1ff20417f375.tar.gz
plus-17489dd53a4c094e351c4de1a48c1ff20417f375.tar.bz2
plus-17489dd53a4c094e351c4de1a48c1ff20417f375.tar.xz
plus-17489dd53a4c094e351c4de1a48c1ff20417f375.zip
Change version to 1.1.10.2.
-rw-r--r--ChangeLog17
-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, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f75c08c1..ea6a84ead 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+2011-10-02 New release 1.1.10.2
+ManaPlus:
+fix: inactive state.
+fix: hide inventory filter if window too small.
+fix: mouse selection.
+fix: speed in targeting monsters.
+fix: move to target in attack range.
+add: comment for spells/commands.
+add: split keyboard keys to groups.
+add: chat or other windows scrolling with dragging mouse.
+add: limits for stop attack packet.
+add: show current experience after max level (for tmw after 99 level).
+add: untarget key. it not stop attack but remove selection from current target.
+add: amount field in buy dialog.
+
2011-09-18 New release 1.1.9.18
-Manaplus:
+ManaPlus:
fix: restore windows visible state after restart.
fix: players sorting in relation and party tab.
fix: configuration settings in first start.
diff --git a/README b/README
index 796236435..6956d4ef0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.9.18 Date: 2011-09-18
+ Version: 1.1.10.2 Date: 2011-10-02
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 1585d5e0f..758408520 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.9.18 Date: 2011-09-18
+ Version: 1.1.10.2 Date: 2011-10-02
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index af9707059..c234fcbe5 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.9.18], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.10.2], [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 ae5398119..633f895b8 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.18" \
+ -DPRODUCT_VERSION="1.1.10.2" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/src/main.h b/src/main.h
index 0348d2700..95a1b1698 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.18"
-#define CHECK_VERSION "01.01.09.18"
+#define SMALL_VERSION "1.1.10.2"
+#define CHECK_VERSION "01.01.10.02"
#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \