summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-02-01 17:00:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-02-01 17:00:50 +0000
commit7193be01bb2a04f02880a42bcacc2b2ec39acf29 (patch)
tree69b2d8b41a33a005f47c6eca8f2426e70b277e71 /ChangeLog
parent0b9c36dab1239d8577ef9f7a1339e262909ece05 (diff)
downloadmana-client-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.gz
mana-client-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.bz2
mana-client-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.xz
mana-client-7193be01bb2a04f02880a42bcacc2b2ec39acf29.zip
A bit of cleanup and defined a helper function for calculating the alder32
checksum of a file. Probably not fixing any bug though.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 7564a5e6..cd6f2370 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,21 @@
-2007-02-01 Philipp Sehmisch <tmw@crushnet.org>
+2007-02-01 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/gui/updatewindow.cpp, src/gui/updatewindow.h: A bit of cleanup
+ and defined a helper function for calculating the alder32 checksum of
+ a file. Probably not fixing any bug though.
+
+2007-02-01 Philipp Sehmisch <tmw@crushnet.org>
* data/equipment.xml, data/items.xml,
data/graphics/items/armor-chest-chainmail.png,
- data/graphics/sprites/chest-chainmail-female.png
- data/graphics/sprites/chest-chainmail-female.xml
- data/graphics/sprites/chest-chainmail-male.png
- data/graphics/sprites/chest-chainmail-male.xml: Added chainmail by "The
- Judge". The proposed values are: Item ID: 625, Sprite ID: 25, Defence: 12,
- Weight: 120.
- * data/graphics/sprites/chest-cotton-female.png: Huh? Shouldn't this be on
- svn for ages?
+ data/graphics/sprites/chest-chainmail-female.png,
+ data/graphics/sprites/chest-chainmail-female.xml,
+ data/graphics/sprites/chest-chainmail-male.png,
+ data/graphics/sprites/chest-chainmail-male.xml: Added chainmail by
+ "The Judge". The proposed values are: Item ID: 625, Sprite ID: 25,
+ Defence: 12, Weight: 120.
+ * data/graphics/sprites/chest-cotton-female.png: Huh? Shouldn't this
+ be on svn for ages?
2007-01-30 Eugenio Favalli <elvenprogrammer@gmail.com>