diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-07 17:37:23 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-07 17:37:23 +0000 |
commit | 271374e1b887d92f2a10b564e33a6781065c3d6f (patch) | |
tree | cf1c70a8bcd26bb33bc39c69e31e4006db3b874a /data/help/changes.txt | |
parent | 92950d2f309550e21b33d851ef9bbf7906ce5e50 (diff) | |
download | mana-271374e1b887d92f2a10b564e33a6781065c3d6f.tar.gz mana-271374e1b887d92f2a10b564e33a6781065c3d6f.tar.bz2 mana-271374e1b887d92f2a10b564e33a6781065c3d6f.tar.xz mana-271374e1b887d92f2a10b564e33a6781065c3d6f.zip |
Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch).
Diffstat (limited to 'data/help/changes.txt')
-rw-r--r-- | data/help/changes.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/data/help/changes.txt b/data/help/changes.txt index 26bd21d1..8b47cc9c 100644 --- a/data/help/changes.txt +++ b/data/help/changes.txt @@ -3,6 +3,21 @@ ##3 === RECENT CHANGES === + 0.0.24.1 (7 April 2008) + - Added /clear command to clear chat window + - Added ability to close quit dialog by pressing ESC + - Added key for targetting nearest player + - Added the possibility to assign particle effects to monsters + - Added possibility to pass through players with key controls + - Fixed crash on exit after connection to server was lost + - Fixed initialization of some variables + - Fixed an error with chat messages without a sender that include a colon + - Fixed minimap to not keep reappearing when hidden + - Fixed a GCC 4.3 compile error + - Fixed music loading from non-default location + - Fixed crash on trying to show out of range emoticon + - Updated Dev-C++ and Code::Blocks project files + 0.0.24 (24 December 2007) - Added female specific hair styles - Added user-definable key settings @@ -55,18 +70,3 @@ - Fixed mouse coordinates in debug window - Fixed clicking on GUI to cause the player to start walking sometimes - 0.0.22 (24 December 2006) - - Added support for female-specific equipment graphics - - Added support for monster sounds - - Added item icons to buy/sell dialogs - - Enhanced character select dialog to show equipment - - Changed to new update host (http://updates.themanaworld.org) - - Worked around a Guichan exception thrown for mice with many buttons - - Changed mouse walk to keep following mouse while button is held down - - Extended font support for å and Å - - Disabled RLE compression on all surfaces in software mode - - Fixed joystick setting not to show disabled when it's actually enabled - - Fixed money field to no longer hide below the bottom of the window - - Fixed pathfinding to allow walking through beings when they block your path - - Fixed an issue with NPC dialogs staying open after player respawn - |