diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-17 20:49:36 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-17 20:49:36 +0000 |
commit | 60347d097f29528f9bc0793ca5fd118201a8e583 (patch) | |
tree | 65eb3a9e2acb260436aace0b5c7b1041f3df94e3 /ChangeLog | |
parent | 19ce91290d85620ee464e85c617575986cd34aec (diff) | |
download | mana-60347d097f29528f9bc0793ca5fd118201a8e583.tar.gz mana-60347d097f29528f9bc0793ca5fd118201a8e583.tar.bz2 mana-60347d097f29528f9bc0793ca5fd118201a8e583.tar.xz mana-60347d097f29528f9bc0793ca5fd118201a8e583.zip |
added transmission tileset between desert and woodland (why did noone complain about the missing tileset yet?)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,14 +1,16 @@ 2006-08-17 Philipp Sehmisch <tmw@crushnet.org> - * data/graphics/items/*: Splitted the items.png into separate images + * data/graphics/items/*: Splitted the items.png into separate images with more distinctive names. (no, i won't list all 114) - * src/itemmanager.cpp, data/items.xml: Replaced indices on the item - spriteset with filenames. added names and descriptions for all missing + * src/itemmanager.cpp, data/items.xml: Replaced indices on the item + spriteset with filenames. added names and descriptions for all missing items. Changed names and dascriptions of some items. * src/engine.cpp: removed global item spriteset. * src/floor_item.cpp, src/floor_item.h, src/iteminfo.cpp, src/iteminfo.h - src/equipmentwindow.cpp, src/equipmentwindow.h, src/itemcontainer.cpp, - src/itemcontainer.h: the iteminfo class now provides a pointer to the item + src/equipmentwindow.cpp, src/equipmentwindow.h, src/itemcontainer.cpp, + src/itemcontainer.h: the iteminfo class now provides a pointer to the item icon image instead of providing the index on the item spriteset. + * data/graphics/tiles/trans_desert-woodland.png: added transmission tileset + between desert and woodland. 2006-08-13 Eugenio Favalli <elvenprogrammer@gmail.com> |