diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-20 22:59:26 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-20 22:59:26 +0100 |
commit | a05fad5acd9c0ff78a4ecd8bd213dd411b062f91 (patch) | |
tree | 94934bdf5aa7ba580436a48b39810fce0081f664 | |
parent | 3381b41244d1e65f5593f5d0d576fe78768dfe49 (diff) | |
download | mana-client-a05fad5acd9c0ff78a4ecd8bd213dd411b062f91.tar.gz mana-client-a05fad5acd9c0ff78a4ecd8bd213dd411b062f91.tar.bz2 mana-client-a05fad5acd9c0ff78a4ecd8bd213dd411b062f91.tar.xz mana-client-a05fad5acd9c0ff78a4ecd8bd213dd411b062f91.zip |
Updated the version to 0.0.25
Conflicts:
CMakeLists.txt
ChangeLog
README
configure.ac
src/winver.h
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | data/help/changes.txt | 32 | ||||
-rw-r--r-- | data/help/header.txt | 2 |
4 files changed, 30 insertions, 14 deletions
@@ -290,6 +290,12 @@ * INSTALL, autogen.sh: Removed autogen.sh and tell people in the INSTALL file to run 'autoreconf -i' instead. +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 David Athay <ko2fan@gmail.com> * src/game.cpp, src/net/protocol.h, src/net/npchandler.cpp: Reverted @@ -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 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 |