diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-06-02 11:42:26 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-06-02 11:42:26 +0000 |
commit | 631c3e27bda7d0a10a01e74a92d5269cc5881dba (patch) | |
tree | fb2d0ee95033f53684ca7219715144489c761493 /ChangeLog | |
parent | 2dfd979ea4c0c1a1046461ac21213d8211175c36 (diff) | |
download | mana-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-- | ChangeLog | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -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> |