diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-01 17:00:50 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-01 17:00:50 +0000 |
commit | 7193be01bb2a04f02880a42bcacc2b2ec39acf29 (patch) | |
tree | 69b2d8b41a33a005f47c6eca8f2426e70b277e71 /ChangeLog | |
parent | 0b9c36dab1239d8577ef9f7a1339e262909ece05 (diff) | |
download | mana-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.gz mana-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.bz2 mana-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.xz mana-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-- | ChangeLog | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -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> |