summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-20 10:31:46 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-20 10:31:46 +0000
commite8c3de13e9f850498b9ab2dfaca758c851566d3a (patch)
treea8a5906cf7fc2966d292a1337ab73bd4f20fd8d0 /ChangeLog
parent2b4d8d1323883ab814997f8cd4e984e53919b68e (diff)
downloadmana-client-e8c3de13e9f850498b9ab2dfaca758c851566d3a.tar.gz
mana-client-e8c3de13e9f850498b9ab2dfaca758c851566d3a.tar.bz2
mana-client-e8c3de13e9f850498b9ab2dfaca758c851566d3a.tar.xz
mana-client-e8c3de13e9f850498b9ab2dfaca758c851566d3a.zip
Moved libpng check before SDL_image check, since the latter requires the former.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1919da83..7b8f46f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2006-08-20 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * configure.ac: Moved libpng check before SDL_image check, since the
+ latter requires the former.
+
2006-08-20 Yohann Ferreira <bertram@cegetel.net>
+
* data/graphics/sprites/Makefile.am : Following the splitting from
Philipp, moved out the items.png file from the Makefile.am.
* debian/control, debian/tmw-data.install : Updated debian package
@@ -7,18 +13,20 @@
with gcc 4.1.2. Happy to be back :)
2006-08-17 Philipp Sehmisch <tmw@crushnet.org>
+
* 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
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
- 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.
+ * 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 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>
@@ -2722,4 +2730,4 @@
restore some doxygen comments, improved size adaption and made the
window a shorter.
* data/graphics/images/login_wallpaper.png: New login wallpaper by
- Momotaro. \ No newline at end of file
+ Momotaro.