|
From: Chad M. <cmm...@us...> - 2006-03-02 01:03:49
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17309 Modified Files: ChangeLog configure.in Log Message: Fixed casting by mapping the new actionAltStruct to the spellshell. Found light, gm in spawnStruct. Added in some opcodes. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- ChangeLog 27 Feb 2006 23:28:53 -0000 1.19 +++ ChangeLog 2 Mar 2006 01:03:05 -0000 1.20 @@ -1,5 +1,11 @@ Version: $Id$ $Name$ +purple (3/1/06) +--------------- ++ Updated version to 5.3.1.0 ++ Wired up new larger OP_Action to SpellShell so buffs cast by you are seen ++ Fixed light and gm in spawnStruct + purple (2/23/06) ---------------- + Updated version to 5.3.0.0 Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- configure.in 27 Feb 2006 23:16:46 -0000 1.64 +++ configure.in 2 Mar 2006 01:03:05 -0000 1.65 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.3.0.0) +AC_INIT(showeq, 5.3.1.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |