|
From: Chad M. <cmm...@us...> - 2005-09-17 01:48:07
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16030 Modified Files: ChangeLog configure.in Log Message: Updated version to 5.1.0.0. Found GM in spawnStruct. Implemented map option for current Zek PvP rules. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ChangeLog 14 Sep 2005 04:15:03 -0000 1.3 +++ ChangeLog 17 Sep 2005 01:47:55 -0000 1.4 @@ -1,5 +1,14 @@ Version: $Id$ $Name$ +purple (09/16/05) +------------------- ++ Updated version to 5.1.0.0 ++ Found GM flag in spawnStruct ++ Implemented PvP map option for current Zek rules (+/-4 are triangles, + flashing circle is blue for lower level, white for same level, yellow + for higher level. All spawns outside +/-4 are normal. Pets are circled + according to their owners) + purple (09/13/05) ------------------- + Updated version to 5.1.0.0-pre1 Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- configure.in 14 Sep 2005 04:15:03 -0000 1.56 +++ configure.in 17 Sep 2005 01:47:55 -0000 1.57 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.1.0.0-pre1) +AC_INIT(showeq, 5.1.0.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |