diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-05-04 17:32:03 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-05-04 17:32:03 +0000 |
commit | cc493fae6ed87c2a101ea1ce1a6c2bb821bd51d5 (patch) | |
tree | cbc8d381cb22fe27bac58e5061b9fc1032a5b5f1 /data | |
parent | 4dbb3e75160e465dbcdb6de282d2e4ad8f89bdc0 (diff) | |
download | mana-client-cc493fae6ed87c2a101ea1ce1a6c2bb821bd51d5.tar.gz mana-client-cc493fae6ed87c2a101ea1ce1a6c2bb821bd51d5.tar.bz2 mana-client-cc493fae6ed87c2a101ea1ce1a6c2bb821bd51d5.tar.xz mana-client-cc493fae6ed87c2a101ea1ce1a6c2bb821bd51d5.zip |
Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-4079,4082-4092,4094-4097,4099,4101-4109,4112-4115,4117-4129,4131-4150 via svnmerge from
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0
........
r4031 | the_enemy | 2008-04-03 14:53:00 +0200 (Thu, 03 Apr 2008) | 1 line
Tweaked disconnect dialog to fix crash bug id=250
........
r4050 | b_lindeijer | 2008-04-07 19:37:23 +0200 (Mon, 07 Apr 2008) | 2 lines
Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch).
........
r4066 | b_lindeijer | 2008-04-10 23:48:36 +0200 (Thu, 10 Apr 2008) | 2 lines
Fixed compile warning.
........
r4076 | b_lindeijer | 2008-04-12 20:36:15 +0200 (Sat, 12 Apr 2008) | 3 lines
Fixed display of item shortcut container. gcn::Widget::setWidth is no longer
virtual.
........
r4079 | crush_tmw | 2008-04-14 09:50:25 +0200 (Mon, 14 Apr 2008) | 1 line
Fixed multi-channel image dyeing (patch by fate)
........
r4096 | b_lindeijer | 2008-04-16 10:39:59 +0200 (Wed, 16 Apr 2008) | 3 lines
Restored the text wrapping in TextBox, since it was based on overriding a
method that is no longer virtual in Guichan 0.8.0 (gcn::TextBox::setText()).
........
r4097 | peaveydk | 2008-04-16 13:27:31 +0200 (Wed, 16 Apr 2008) | 1 line
Fix a basic_string::at sometimes being out of range in BrowserBox::draw when checking for line separators.
........
r4099 | peaveydk | 2008-04-16 13:50:12 +0200 (Wed, 16 Apr 2008) | 1 line
Also fix potential out of range in BrowserBox::draw when checking for color codes.
........
r4150 | b_lindeijer | 2008-04-20 21:24:33 +0200 (Sun, 20 Apr 2008) | 2 lines
Forgot to remove the sound effects apparently, removed now.
........
Diffstat (limited to 'data')
-rw-r--r-- | data/help/changes.txt | 30 | ||||
-rw-r--r-- | data/help/header.txt | 2 |
2 files changed, 16 insertions, 16 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 - diff --git a/data/help/header.txt b/data/help/header.txt index 19afb84f..57e9f141 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 ##2Date:##324 December 2007 + ##2Version:##6 0.0.24.1 ##2Date:##37 April 2008 ##2 Website: http://themanaworld.org |