summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-07 15:23:07 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-07 15:23:07 +0000
commit92950d2f309550e21b33d851ef9bbf7906ce5e50 (patch)
tree18a6d2539c6e004e52cbebb1e61d8f8f0344f9a0 /ChangeLog
parent3f3ba5f3e18b0a5093e7275aee574ecd6f293ec6 (diff)
downloadmana-client-92950d2f309550e21b33d851ef9bbf7906ce5e50.tar.gz
mana-client-92950d2f309550e21b33d851ef9bbf7906ce5e50.tar.bz2
mana-client-92950d2f309550e21b33d851ef9bbf7906ce5e50.tar.xz
mana-client-92950d2f309550e21b33d851ef9bbf7906ce5e50.zip
Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for
gcn::TabbedArea usage)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 37 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index da2fde63..4d77242d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -147,12 +147,43 @@
outdoor map by MerlinX420. Fixed some map bugs in snake dungeon.
* data/items.xml: Added chicken leg meta information.
+2008-01-28 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/gui/sell.cpp, src/gui/window.cpp, src/gui/inventorywindow.h,
+ src/gui/buy.h, src/gui/itemshortcutwindow.cpp,
+ src/gui/inventorywindow.cpp, src/gui/buy.cpp, src/gui/sell.h,
+ src/gui/window.h, src/gui/windowlistener.h,
+ src/gui/itemshortcutwindow.h, src/CMakeLists.txt, src/Makefile.am:
+ Used the gcn::WidgetListener instead of our WindowListener.
+
2008-01-26 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/gui/trade.h, src/game.h, src/being.h: Fixed a GCC 4.3 compile
error and constified the usage of auto_ptr, since that's the way in
which we are using them.
+2008-01-23 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/gui/char_server.cpp, src/gui/window.cpp, src/gui/checkbox.h,
+ src/gui/playerbox.h, src/gui/button.cpp, src/gui/chat.cpp,
+ src/gui/slider.cpp, src/gui/tabbedcontainer.cpp, src/gui/textfield.h,
+ src/gui/shoplistbox.cpp, src/gui/register.cpp,
+ src/gui/radiobutton.cpp, src/gui/textbox.cpp, src/gui/login.cpp,
+ src/gui/setup_audio.cpp, src/gui/setup_video.cpp,
+ src/gui/textfield.cpp, src/gui/playerbox.cpp,
+ src/gui/setup_joystick.cpp, src/gui/scrollarea.h,
+ src/gui/windowlistener.h, src/gui/checkbox.cpp,
+ src/gui/scrollarea.cpp: Compile against Guichan 0.8.0. Some issues
+ with ShopListBox left and not trying to use their new TabbedArea,
+ SelectionListener and WidgetListener yet. Also needs more testing.
+ * src/gui/trade.cpp, src/gui/sell.cpp, src/gui/inventorywindow.h,
+ src/gui/selectionlistener.h, src/gui/itemcontainer.h,
+ src/gui/shoplistbox.cpp, src/gui/shoplistbox.h, src/gui/listbox.h,
+ src/gui/buy.h, src/gui/inventorywindow.cpp, src/gui/buy.cpp,
+ src/gui/itemcontainer.cpp, src/gui/sell.h, src/gui/trade.h,
+ src/gui/listbox.cpp, src/CMakeLists.txt, src/Makefile.am: Used the
+ gcn::SelectionListener instead of our own.
+
2008-01-19 Philipp Sehmisch <tmw@crushnet.org>
* data/maps/new_10-1.tmx, data/maps/new_11-1.tmx: Map fixes by 5t3v3 at
@@ -239,12 +270,12 @@
* src/particleemitter.cpp, src/particleemitter.h: Particle images
are now reference-counted properly.
- * src/resources/spritedef.cpp: Error placeholder is now used when attempting
- to load a sprite definition file that doesn't exist.
- * src/monster.cpp, src/player.cpp: Avoided attempts to load "data/graphics/"
- when a monster or equipment piece has no sprite.
- * data/graphics/particles/cookingfire.particle.xml: Removed some particle
- properties that did nothing because they were misspelled.
+ * src/resources/spritedef.cpp: Error placeholder is now used when
+ attempting to load a sprite definition file that doesn't exist.
+ * src/monster.cpp, src/player.cpp: Avoided attempts to load
+ "data/graphics/" when a monster or equipment piece has no sprite.
+ * data/graphics/particles/cookingfire.particle.xml: Removed some
+ particle properties that did nothing because they were misspelled.
2007-12-22 Bjørn Lindeijer <bjorn@lindeijer.nl>