|
From: Chad M. <cmm...@us...> - 2006-06-16 13:36:38
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5908 Modified Files: ChangeLog configure.in Log Message: Updated for 6/13 live. Just the core stuff. Maps and spawn list should work ok. More pending cleanups for the patch coming. First new checkin on new CVS server. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ChangeLog 6 May 2006 17:04:04 -0000 1.22 +++ ChangeLog 16 Jun 2006 13:36:35 -0000 1.23 @@ -1,5 +1,11 @@ Version: $Id$ $Name$ +purple (6/15/06) +---------------- ++ Updated version to 5.5.0.0-pre1 ++ Updated necessary opcodes for map, zoning, spawn list ++ Updated structs for live compatibility (NewZone, movement, spawnStruct) + purple (4/6/06) --------------- + Fixed opcodes for OP_TargetMouse, OP_LevelUpdate (thanks ieatacid) Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- configure.in 20 Apr 2006 00:05:20 -0000 1.66 +++ configure.in 16 Jun 2006 13:36:35 -0000 1.67 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.4.0.0) +AC_INIT(showeq, 5.5.0.0-pre1) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |