summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b6f5d94..5e921f9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* src/gui/equipmentwindow.cpp, data/graphics/gui/Makefile.am,
data/graphics/images/EquipBackground.png: Moved equipment background to
the gui directory. Changed name to lowercase only.
+ * src/localplayer.cpp, src/equipment.h, src/equipment.cpp: Ensured that
+ equipment is cleared at the same time as the inventory.
+ * src/net/beinghandler.cpp: Fixed position of the cleaning bit for
+ looks, so that it actually fits into network data.
2007-08-08 Josh Langley <joshlangley[at]optusnet.com.au>