diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | configure.ac | 4 | ||||
-rw-r--r-- | data/help/changes.txt | 40 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rw-r--r-- | packaging/windows/setup.nsi | 2 | ||||
-rw-r--r-- | src/main.h | 2 | ||||
-rw-r--r-- | src/winver.h | 4 |
9 files changed, 35 insertions, 30 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e20ec309..11d20a0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(TMW) -SET(VERSION 0.0.29) +SET(VERSION 0.0.29.1) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) @@ -1,6 +1,8 @@ -0.0.29.1 (...) +0.0.29.1 (9 June 2009) +- Added the ability to change your password after logging in - The leader of a party is now displayed in bold - Status window was reorganized to allow larger numbers to be displayed +- The client no longer quits when it can't find the current map - Fixed position of floating text for damage, pickup and experience - Fixed a possible crash on logging in to the map server - Fixed the crash when shift-clicking an item in the inventory @@ -11,7 +13,10 @@ - Fixed Reset Windows to also reset the party window - Fixed problems with the context menu in the Brazilian translation - Fixed resetting the height of the chat on /clear +- Fixed playing of login song and the music after login +- Fixed a problem with the player skipping corners, desyncing from the server - Small optimizations to OpenGL mode when drawing certain GUI widgets +- Updated Spanish, Polish, Portugese, Swedish, French and German translations 0.0.29 (13 May 2009) - Added support for dynamic emotes and a new way to select them @@ -1,7 +1,7 @@ THE MANA WORLD ============== - Version: 0.0.29 Date: 13/05/2009 + Version: 0.0.29.1 Date: 09/06/2009 Development team: - See AUTHORS file for a list diff --git a/configure.ac b/configure.ac index 89a62d96..3649a520 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.29], [themanaworld-devel@lists.sourceforge.net], [tmw]) -AM_INIT_AUTOMAKE +AC_INIT([The Mana World], [0.0.29.1], [themanaworld-devel@lists.sourceforge.net], [tmw]) +AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/data/help/changes.txt b/data/help/changes.txt index 840bd691..e330038a 100644 --- a/data/help/changes.txt +++ b/data/help/changes.txt @@ -3,6 +3,26 @@ ##3 === RECENT CHANGES === + 0.0.29.1 (9 June 2009) + - Added the ability to change your password after logging in + - The leader of a party is now displayed in bold + - Status window was reorganized to allow larger numbers to be displayed + - The client no longer quits when it can't find the current map + - Fixed position of floating text for damage, pickup and experience + - Fixed a possible crash on logging in to the map server + - Fixed the crash when shift-clicking an item in the inventory + - Fixed a crash related to item links in the chat window + - Fixed a crash on whispering somebody again after closing their tab + - Fixed lightspeed bug when stopping to attack + - Fixed the -S/--home-dir command line option + - Fixed Reset Windows to also reset the party window + - Fixed problems with the context menu in the Brazilian translation + - Fixed resetting the height of the chat on /clear + - Fixed playing of login song and the music after login + - Fixed a problem with the player skipping corners, desyncing from the server + - Small optimizations to OpenGL mode when drawing certain GUI widgets + - Updated Spanish, Polish, Portugese, Swedish, French and German translations + 0.0.29 (13 May 2009) - Added support for dynamic emotes and a new way to select them - Added speech balloons that wrap the text @@ -97,23 +117,3 @@ - Position names and chat such that there is no overlap, when possible - Fixed a crash when loading a corrupt map that has too much layer data - 0.0.25 (27 July 2008) - - Added support for whispering to other players - - Added ability to ignore other players - - Added command line argument for specifying the update host (-H) - - Added support for receiving the update host from the server - - Added support for displaying a shield sprite - - Added shortcut window, allowing you to quickly access inventory items - - Added message when gaining money from trade or quest - - Added support for an arbitrary number of map layers - - Added support for basing one sprite definition on another - - Added the possibility to assign particle effects to NPCs - - Added remembering whether windows are visible or not - - Updated to work with Guichan 0.8.x - - Improved accuracy of monster targeting with the mouse - - Page up and page down will now scroll the chat window - - Item icons are now loaded on demand and unloaded when no longer used - - Fixed display of critical hits - - Fixed multi-channel image dyeing - - Fixed updating of money display after buying - diff --git a/data/help/header.txt b/data/help/header.txt index d7e8e6e5..6008f64c 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,7 +2,7 @@ ##1 T H E M A N A W O R L D ##1 ========================================== - ##2Version:##6 0.0.29 ##2Date:##3 13 May 2009 + ##2Version:##6 0.0.29.1 ##2Date:##3 9 June 2009 ##2 Website: http://themanaworld.org diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 495dda3c..a9c433c9 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -9,7 +9,7 @@ SetCompressor /SOLID lzma ; HM NIS Edit helper defines !define PRODUCT_NAME "The Mana World" -!define PRODUCT_VERSION "0.0.29" +!define PRODUCT_VERSION "0.0.29.1" !define PRODUCT_PUBLISHER "The Mana World Development Team" !define PRODUCT_WEB_SITE "http://themanaworld.org" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\tmw.exe" @@ -58,7 +58,7 @@ #elif defined WIN32 #include "winver.h" #elif defined __APPLE__ -#define PACKAGE_VERSION "0.0.29" +#define PACKAGE_VERSION "0.0.29.1" #endif #ifdef PACKAGE_VERSION diff --git a/src/winver.h b/src/winver.h index 4996bdfb..708e247b 100644 --- a/src/winver.h +++ b/src/winver.h @@ -2,5 +2,5 @@ #define VER_MAJOR 0 #define VER_MINOR 0 #define VER_RELEASE 29 -#define VER_BUILD 0 -#define PACKAGE_VERSION "0.0.29" +#define VER_BUILD 1 +#define PACKAGE_VERSION "0.0.29.1" |