diff options
Diffstat (limited to 'data/help/changes.txt')
-rw-r--r-- | data/help/changes.txt | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/data/help/changes.txt b/data/help/changes.txt index dd062e49..26bd21d1 100644 --- a/data/help/changes.txt +++ b/data/help/changes.txt @@ -3,6 +3,30 @@ ##3 === RECENT CHANGES === + 0.0.24 (24 December 2007) + - Added female specific hair styles + - Added user-definable key settings + - Added XP gaining notification + - Added close button to most windows + - Added support for dynamic sprite recoloring + - Added notification when the connection to the server is lost + - Updated to work with Guichan 0.7.x + - Mouse cursor now indicates when resize is possible + - Changed amount slider in buy and sell dialogs to start at 1 + - Made weapon sprites and sounds customizable + - Made buy and sell dialogs resizable + - Merged equipment database with items database + - Chat window log no longer goes back forever + - Chat messages are trimmed (spaces are removed on both sides) + - Fixed segmentation fault with some OpenGL drivers + - Fixed updating of defense when increasing vitality + - Fixed a bug that prevented being-controlled particles from being deleted + - Fixed a crash in the particle engine related to child emitters + - Fixed encoding issues with user home directory + - Fixed a crash in equipment window on failure to load an item icon + - Fixed a crash on filling up your inventory + - Fixed item list in shops not to scroll back when selling + 0.0.23 (3 June 2007) - Added a particle engine along with some particle effects - Added a cursor to indicate targeted enemy @@ -46,13 +70,3 @@ - Fixed pathfinding to allow walking through beings when they block your path - Fixed an issue with NPC dialogs staying open after player respawn - 0.0.21.1 (30 October 2006) - - Reload wallpaper after loading updates - - Added support for gzip compressed map layer data - - Added support for building with CMake - - Added slider to setup dialog for configuring overlay effect - - Fixed excessive unnecessary reloading of sprites - - Fixed problem with OpenGL related redefinition - - Fixed problems with hiding windows using h - - Fixed trade window positioning - |