diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:46:21 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:46:21 +0000 |
commit | 928fcf801f53d44d8b31b4285052a067340ab4ff (patch) | |
tree | 91f8b62b56467d63b1e6a4f49cecab63971dd43f /NEWS | |
parent | c8c4fd4850b543215faf4de83cc0f93c17b5a038 (diff) | |
download | mana-928fcf801f53d44d8b31b4285052a067340ab4ff.tar.gz mana-928fcf801f53d44d8b31b4285052a067340ab4ff.tar.bz2 mana-928fcf801f53d44d8b31b4285052a067340ab4ff.tar.xz mana-928fcf801f53d44d8b31b4285052a067340ab4ff.zip |
Merged equipment database with items database and got rid of the unused item
art attribute. Removed the now unnecessary multiplication of weapon IDs with
10000. Added a fallback item icon and used it for unknown items or when an item
image fails to load.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,12 +1,20 @@ 0.0.24 (... 2007) - Added user-definable key settings +- Added shortcut bar for quick access to inventory items +- Added XP gaining notification +- Added close button to most windows - 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 - Fixed segmentation fault with some OpenGL drivers - Fixed updating of defence 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 0.0.23 (3 June 2007) - Added a particle engine along with some particle effects |