summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
1 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2516f980..fb988e1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>