summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-06-02 11:42:26 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-06-02 11:42:26 +0000
commit631c3e27bda7d0a10a01e74a92d5269cc5881dba (patch)
treefb2d0ee95033f53684ca7219715144489c761493 /ChangeLog
parent2dfd979ea4c0c1a1046461ac21213d8211175c36 (diff)
downloadmana-631c3e27bda7d0a10a01e74a92d5269cc5881dba.tar.gz
mana-631c3e27bda7d0a10a01e74a92d5269cc5881dba.tar.bz2
mana-631c3e27bda7d0a10a01e74a92d5269cc5881dba.tar.xz
mana-631c3e27bda7d0a10a01e74a92d5269cc5881dba.zip
Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support for
displaying a shield sprite (patch by Sanga).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 14 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bd44078..0b3f1119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2008-05-30 Lloyd Bryant <lloyd_bryant@netzero.net>
+
+ * src/net/equipmenthandler.cpp, src/net/beinghandler.cpp,
+ src/net/protocol.h, src/being.h: Merged handling for eAthena packets
+ 0x00c3 and 0x01d7 and added support for displaying a shield sprite.
+
2008-05-28 Philipp Sehmisch <tmw@crushnet.org>
- * src/particle.cpp: Changed the way particle emitter skip is handled to
- make linear and circular emitters work with particleEmitterSkip enabled.
- * src/gui/setup.cpp, src/gui/setup_video.cpp, src/gui/setup_video.h: Added
- slider for controlling particleEmitterSkip (overall quality of particle
- effects) to video setup menu.
+ * src/particle.cpp: Changed the way particle emitter skip is handled
+ to make linear and circular emitters work with particleEmitterSkip
+ enabled.
+ * src/gui/setup.cpp, src/gui/setup_video.cpp, src/gui/setup_video.h:
+ Added slider for controlling particleEmitterSkip (overall quality of
+ particle effects) to video setup menu.
2008-05-28 Dennis Friis <peavey@placid.dk>
@@ -14,8 +21,8 @@
2008-05-27 David Athay <ko2fan@gmail.com>
- * src/main.cpp, src/player_relations.cpp: Changed OSX tmw directory to a
- more suitable location, and fixed compile error.
+ * src/main.cpp, src/player_relations.cpp: Changed OSX tmw directory to
+ a more suitable location, and fixed compile error.
2008-05-22 Bjørn Lindeijer <bjorn@lindeijer.nl>