|
From: Chad M. <cmm...@us...> - 2005-06-05 01:01:46
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24281 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Added struct for OP_Illusion and added a spawnshell handler for it which updates gender and race on the spawn. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.25 retrieving revision 1.1.2.26 diff -u -d -r1.1.2.25 -r1.1.2.26 --- ChangeLog 4 Jun 2005 17:30:02 -0000 1.1.2.25 +++ ChangeLog 5 Jun 2005 01:01:01 -0000 1.1.2.26 @@ -1,6 +1,6 @@ Version: $Id$ $Name$ -purple (05/27/05) +purple (06/04/05) --------------------- + Swapped heading and deltaHeading in spawnStruct (thanks Doodman) + Strip the # off names before matching to filters to aid in filter writing @@ -10,6 +10,8 @@ + Cleaned up the status bar exp/aa exp display + Fixed positioning in playerSpawnPosUpdate. Changed deltaZ and heading so they are correct now (thanks Doodman) ++ Added struct for OP_Illusion and a spawnshell handler so that illusions + are propagated to the spawn list and the map purple (05/18/05) --------------------- |