From cceed6914a7db60458d9922d20e1160e79c33fb7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 12 Mar 2016 14:48:32 +0300 Subject: Change version to 1.6.3.12. --- ChangeLog | 26 ++++++++++++++++++++++++++ README | 2 +- README.md | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 9 files changed, 35 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16469b60e..c3ce9f412 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2016-03-12 New release 1.6.3.12 +fix: search command triggering for text like "??" or "?!" +fix: pet popup. now it show info only for own pet (hercules). +fix: custom homunculus names (hercules) +fix: moving in diagonal near air or water collision (hercules). +fix: not allow add equipped items to trade (hercules). +fix: targeting monsters who moved from collision to walkable tiles. +fix: ping if player in party/guild (hercules). +fix: heal packet from server (hercules). +add: different new chat commands for gms (hercules). +add: gm menu for pets, homunculuses, mercenaries (hercules). +add: "add to chat" in show items menu. +add: auto fix for desync between client and server while moving. +add: reduce partciles update for very far particles. +add: support for readable links in quests.xml. +add: new tags in quests.xml (questgiver, npc, cooridinates). +add: parameters support in quests.xml. +add: for future tmwa servers parse chat messages with nick in each message. +add: two new equipment slots support (hercules). +add: allow fast up stats without lag (hercules). +add: into players menu command "mail to" (hercules). +add: disable legacy "magic" commands (hercules). +add: more item visible attributes into items.xml. +add: support for custom text in pet menu item "return to egg". +add: improved performance. + 2016-02-27 New release 1.6.2.27 fix: crash in setup gui tab. fix: char creation if stats was hidden (tmwa). diff --git a/README b/README index 206efc994..a74309e59 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.6.2.27 Date: 2016-02-27 + Version: 1.6.3.12 Date: 2016-03-12 Development team: - See AUTHORS file for a list diff --git a/README.md b/README.md index e64c648db..ebbce73bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![The Mana World logo](data/icons/manaplus.png) -Version: 1.6.2.27 Date: 2016-02-27 +Version: 1.6.3.12 Date: 2016-03-12 ### Development team: - See [AUTHORS](AUTHORS) file for a list diff --git a/README.txt b/README.txt index 62d98c5ff..6a6bd5bd1 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.6.2.27 Date: 2016-02-27 + Version: 1.6.3.12 Date: 2016-03-12 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index cc8dafaee..9da47d7f8 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.2.27" \ + -DPRODUCT_VERSION="1.6.3.12" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index dd3ccf1a2..60f97adae 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.2.27" \ + -DPRODUCT_VERSION="1.6.3.12" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 8190018c7..5a50c7779 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.2.27" \ + -DPRODUCT_VERSION="1.6.3.12" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 5fc5d4f32..22f9cded8 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.6.2.27], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.6.3.12], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/src/main.h b/src/main.h index d6af032d8..ec31b4f4b 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.2.27" -#define CHECK_VERSION "01.06.02.27" +#define SMALL_VERSION "1.6.3.12" +#define CHECK_VERSION "01.06.03.12" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-60-g2f50