summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-30 17:47:54 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-30 17:47:54 +0300
commitbc458a2af8f17d7941d401b701dfdac6ebae0d62 (patch)
tree10a84b0faaaac4b0cbd92462709d98c01594bd19
parent16710be81a55078f31804fc1262a8ff16c0e3f2a (diff)
downloadplus-bc458a2af8f17d7941d401b701dfdac6ebae0d62.tar.gz
plus-bc458a2af8f17d7941d401b701dfdac6ebae0d62.tar.bz2
plus-bc458a2af8f17d7941d401b701dfdac6ebae0d62.tar.xz
plus-bc458a2af8f17d7941d401b701dfdac6ebae0d62.zip
Change version to 1.6.7.30.v1.6.7.30
-rw-r--r--ChangeLog12
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
9 files changed, 21 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index d35f1bfdf..648be0d2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2016-07-30 New release 1.6.7.30
+fix: not allow moving while casting if skill not allow moving.
+fix: update skill in skills window after skill was changed.
+fix: moving desync distance read.
+fix: possible player particles leaks.
+add: show casting effect on ground and on caster and target.
+add: show skill action effects on caster and target.
+add: homunculus and mercenary attributes into status window.
+add: show homunculus and mercenary hp bar.
+remove: support for outdated equipmentwindow.xml format.
+remove: native guilds support (tmwa).
+
2016-07-16 New release 1.6.7.16
fix: invoking complex skill types.
fix: clean statdb on unload.
diff --git a/README b/README
index 77ec16082..f4cccb873 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.7.16 Date: 2016-07-16
+ Version: 1.6.7.30 Date: 2016-07-30
Build status:
https://gitlab.com/manaplus/manaplus/badges/master/build.svg
diff --git a/README.md b/README.md
index e0a380475..10ad4488b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![ManaPlus logo](data/icons/manaplus.png)
-Version: 1.6.7.16 Date: 2016-07-16
+Version: 1.6.7.30 Date: 2016-07-30
### Build status
diff --git a/README.txt b/README.txt
index 5c5ad0a15..efdc3815d 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.7.16 Date: 2016-07-16
+ Version: 1.6.7.30 Date: 2016-07-30
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 2c697ca0a..877ae762d 100755
--- a/build/packevol
+++ b/build/packevol
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.6.7.16" \
+ -DPRODUCT_VERSION="1.6.7.30" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index ea3a38e80..6a27d8d4e 100755
--- a/build/packtmw
+++ b/build/packtmw
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.6.7.16" \
+ -DPRODUCT_VERSION="1.6.7.30" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index ed0badbc5..5d6315b65 100755
--- a/build/packwin
+++ b/build/packwin
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.6.7.16" \
+ -DPRODUCT_VERSION="1.6.7.30" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index ed1df50c6..b7e7033bc 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.6.7.16], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.7.30], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_LANG_CPLUSPLUS
diff --git a/src/main.h b/src/main.h
index acb75eb5d..898fe04ef 100644
--- a/src/main.h
+++ b/src/main.h
@@ -45,8 +45,8 @@
* different interfaces, which have different implementations for each server.
*/
-#define SMALL_VERSION "1.6.7.16"
-#define CHECK_VERSION "01.06.07.16"
+#define SMALL_VERSION "1.6.7.30"
+#define CHECK_VERSION "01.06.07.30"
#ifdef HAVE_CONFIG_H
#include "../config.h"