diff options
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 29 insertions, 6 deletions
@@ -1,3 +1,26 @@ +2011-08-21 New release 1.1.8.21 +ManaPlus: +fix: moving near npc. +fix: crash in server dialog if press load button twice. +fix: saving opened whisper tabs. +fix: hide/show setup window by hot key. +fix: show shop sign on players only if shop enabled and shop not empty. +fix: chat auto scroll. +fix: mode with switching bow to knife. +fix: adding limits to adding items to trade. +fix: perfomance issue with invisible npcs. +add: auto improve perfomance by disabling different draphics features. +add: perfomance tab. most perfomance related settings moved to this tab. +add: new perfomance related options to perfomance tab. +add: split players setup tab to relations and players. +add: ability to add comments to npcs. +add: option to hide ip addresses on screen shots. +add: warp menu item navigation points menu (for gms only). +add: copy to chat button in status window to copy player stats to chat. +add: enable auto switching to janapese font if used japan locale. +add: update dejavu and mplus fonts. +add: updated translations. + 2011-08-07 New release 1.1.8.7 ManaPlus: fix: player attack animation length. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.8.7 Date: 2011-08-07 + Version: 1.1.8.21 Date: 2011-08-21 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index ab33f1c91..b9ad19133 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.8.7 Date: 2011-08-07
+ Version: 1.1.8.21 Date: 2011-08-21
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac index d893b7e7c..cd70c8d2d 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.8.7], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.8.21], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.8.7" \ + -DPRODUCT_VERSION="1.1.8.21" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index 35a25fc02..9f8bbc6ac 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.8.7" -#define CHECK_VERSION "01.01.08.07" +#define SMALL_VERSION "1.1.8.21" +#define CHECK_VERSION "01.01.08.21" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |