diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-07-25 17:27:39 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-07-25 17:27:39 +0000 |
commit | e2d5312c793c3667213acd794dd4c5c5c49d9c75 (patch) | |
tree | 1bf68a44558f7ae18411653268627bc86a907fd2 | |
parent | d6f2cdf4da05482df874fedc24832735eb80c8fc (diff) | |
download | mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.tar.gz mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.tar.bz2 mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.tar.xz mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.zip |
Updated the version to 0.0.25, release planned this Sunday.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | data/help/changes.txt | 32 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rw-r--r-- | src/winver.h | 6 |
8 files changed, 36 insertions, 20 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32bffc37..fd71e1b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.0.24.1) +SET(VERSION 0.0.25) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) @@ -1,3 +1,9 @@ +2008-07-25 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/winver.h, README, configure.ac, data/help/changes.txt, + data/help/header.txt, NEWS, CMakeLists.txt: Updated the version to + 0.0.25, release planned this Sunday. + 2008-07-24 Eugenio Favalli <elvenprogrammer@themanaworld.org> * src/game.cpp: Fixed visibility of buy and sell dialogs. @@ -1,4 +1,4 @@ -0.0.25 (...) +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) @@ -9,12 +9,14 @@ - 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 0.0.24.1 (7 April 2008) - Added /clear command to clear chat window @@ -1,7 +1,7 @@ THE MANA WORLD ============== - Version: 0.0.24.1 Date: 7/4/2007 + Version: 0.0.25 Date: 27/7/2008 Development team: - See AUTHORS file for a list diff --git a/configure.ac b/configure.ac index 6816c743..ddd47e40 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.24.1], [elvenprogrammer@gmail.com], [tmw]) +AC_INIT([The Mana World], [0.0.25], [elvenprogrammer@gmail.com], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/data/help/changes.txt b/data/help/changes.txt index 8b47cc9c..fefa8bcb 100644 --- a/data/help/changes.txt +++ b/data/help/changes.txt @@ -3,6 +3,26 @@ ##3 === RECENT CHANGES === + 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 + 0.0.24.1 (7 April 2008) - Added /clear command to clear chat window - Added ability to close quit dialog by pressing ESC @@ -58,15 +78,3 @@ - Fixed error message when creating a new character fails - Fixed updating problem when using scrollwheel to change shop selection - 0.0.22.2 (17 February 2007) - - Updated to work with Guichan 0.6.1 - - Changed to new default server (server.themanaworld.org) - - Changed custom mouse cursor - - Fixed the issue where _M or _F is appended to the username - - Fixed problem with Cancel button in update dialog - - 0.0.22.1 (15 January 2007) - - Updated to work with Guichan 0.6.0 (older versions no longer supported) - - Fixed mouse coordinates in debug window - - Fixed clicking on GUI to cause the player to start walking sometimes - diff --git a/data/help/header.txt b/data/help/header.txt index 57e9f141..d41c5ff7 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.24.1 ##2Date:##37 April 2008 + ##2Version:##6 0.0.25 ##2Date:##327 July 2008 ##2 Website: http://themanaworld.org diff --git a/src/winver.h b/src/winver.h index 52d90315..a276fde5 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 0
-#define VER_RELEASE 24
-#define VER_BUILD 1
-#define PACKAGE_VERSION "0.0.24.1"
+#define VER_RELEASE 25
+#define VER_BUILD 0
+#define PACKAGE_VERSION "0.0.25"
|