summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-07 22:46:12 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-07 22:46:12 +0000
commit7af2546a2af2e2a2a3e0aac2ef2955f71e667cef (patch)
tree0749859b3f747e96bcb013d4793d24483fc74e8d /ChangeLog
parentf2a29472937f423fcd5c23f17636500cd784ca62 (diff)
downloadmana-client-7af2546a2af2e2a2a3e0aac2ef2955f71e667cef.tar.gz
mana-client-7af2546a2af2e2a2a3e0aac2ef2955f71e667cef.tar.bz2
mana-client-7af2546a2af2e2a2a3e0aac2ef2955f71e667cef.tar.xz
mana-client-7af2546a2af2e2a2a3e0aac2ef2955f71e667cef.zip
Added brown snake by Pauan.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index fa24ef7d..afc84ed7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,18 @@
-2007-01-07 Philipp Sehmisch <tmw@crushnet.org>
+2007-01-07 Bjørn Lindeijer <bjorn@lindeijer.nl>
- * data/graphics/chest-cottonshirt-male.png,
- data/graphics/chest-cottonshirt-male.xml,
+ * data/graphics/sprites/monster-mountsnake.xml,
+ data/graphics/sprites/monster-mountsnake.png, data/monsters.xml: Added
+ brown snake by Pauan.
+
+2007-01-07 Philipp Sehmisch <tmw@crushnet.org>
+
+ * data/graphics/chest-cottonshirt-male.png,
+ data/graphics/chest-cottonshirt-male.xml,
data/graphics/chest-cottonshirt-female.png,
data/graphics/chest-cottonshirt-female.xml,
data/graphics/item001.png, data/equipment.xml: Added female
cottonshirt sprites.
- * data/equipment.xml: fixed some wrong armor values.
-
+ * data/equipment.xml: Fixed some wrong armor values.
2007-01-05 Björn Steinbrink <B.Steinbrink@gmx.de>
@@ -206,11 +211,11 @@
2006-12-09 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/sprite.h, src/gui/playerbox.h, src/gui/char_select.cpp,
- src/gui/playerbox.cpp, src/gui/passwordfield.h,src/gui/char_select.h,
- src/gui/textfield.h, src/main.cpp, src/being.cpp, src/player.h,
- src/floor_item.h, src/being.h: Use new animation system in character
- selection/creation. Shows equipment and allowed for some cleanup. Had
- a bit of help from the patch by VictorSan.
+ src/gui/playerbox.cpp, src/gui/passwordfield.h, src/gui/char_select.h,
+ src/main.cpp, src/being.cpp, src/player.h, src/floor_item.h,
+ src/being.h: Use new animation system in character selection/creation.
+ Shows equipment and allowed for some cleanup. Had a bit of help from
+ the patch by VictorSan.
2006-12-08 Bjørn Lindeijer <bjorn@lindeijer.nl>