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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,4 +1,21 @@ -2007-08-29 Bjørn Lindeijer <bjorn@lindeijer.nl> +2007-08-30 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/localplayer.cpp, src/player.cpp, src/main.cpp, src/being.cpp, + src/CMakeLists.txt, src/Makefile.am, src/resources/iteminfo.h, + src/resources/equipmentdb.h, src/resources/equipmentinfo.h, + src/resources/itemdb.cpp, src/resources/iteminfo.cpp, + src/resources/equipmentdb.cpp, src/resources/equipmentinfo.cpp, + src/resources/spritedef.h, src/being.h, data/items.xml, + data/equipment.xml: Merged equipment database with items database and + got rid of the unused item art attribute. + * src/net/beinghandler.cpp, src/net/charserverhandler.cpp: Removed the + now unnecessary multiplication of weapon IDs with 10000. + * src/resources/iteminfo.cpp, data/graphics/items/unknown.png: Added + fallback item icon and use it for unknown items or when item image + fails to load. + * NEWS: Updated with changes since last update. + +2007-08-29 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/gui/sell.cpp, src/gui/inventorywindow.cpp, src/gui/sell.h: Made sell dialog resizable and tweaked inventory resize code a bit. |