Update of /cvsroot/seq/showeq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14368
Modified Files:
ChangeLog
Log Message:
Added OP_Shroud with handler so when someone shrouds while in the zone,
you see spawn list changes properly for them. This involved splitting
charProfileStruct out since part of it is shared in OP_Shroud, but not the
whole thing.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/seq/showeq/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ChangeLog 9 Dec 2005 00:45:23 -0000 1.13
+++ ChangeLog 10 Dec 2005 23:27:14 -0000 1.14
@@ -1,5 +1,16 @@
Version: $Id$ $Name$
+purple (12/10/05)
+-----------------
++ Split a lot of charProfileStruct out into playerProfileStruct
++ Added opcode OP_Shroud for when someone shrouds when you're in the zone
+ or you shroud yourself
++ Added a SpawnShell handler for OP_Shroud so that it properly see
+ all the spawn changes when a spawn shrouds for both you shrouding
+ and others shrouding
++ Added an ItemDB handler for OP_Shroud so that it properly sees items
+ that come across when you shroud yourself
+
purple (12/08/05)
-----------------
+ Updated version to 5.2.4.0
|