|
From: Chad M. <cmm...@us...> - 2006-09-30 21:18:56
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28119 Modified Files: ChangeLog configure.in Log Message: Updated for Serpents Spine: - New Movement Packet opcode + handler - Regenerated staticspells.h - Updated zones.h, typenames.h, races.h - Fixed structs/added padding - Added some new weapon names - Support for up to level 75 - New con tables - New con color for gray (looks poor - too much like a spawn point) Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- ChangeLog 18 Jun 2006 00:46:59 -0000 1.24 +++ ChangeLog 30 Sep 2006 21:18:23 -0000 1.25 @@ -1,5 +1,21 @@ Version: $Id$ $Name$ +purple (9/30/06) +---------------- ++ Updated version to 5.6 ++ Serpent Spine compatibility ++ Upped max level to 75 (showeq42) ++ Realigned structs (showeq42) ++ New variable length movement op (showeq42) ++ Updated yellow con range to 3 levels (showeq42) ++ Updated cons to be consistent with in game (showeq42) ++ Cleaned up showeq42's patch. Thanks to ksmith for help on the + positioning packet cleanup. ++ Regenerated staticspells.h ++ Updated zones.h ++ Updated races.h ++ Named some weapon materials (uRit1u2CBBa) + purple (6/17/06) ---------------- + Updated version to 5.5 Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- configure.in 18 Jun 2006 00:46:59 -0000 1.68 +++ configure.in 30 Sep 2006 21:18:23 -0000 1.69 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.5.0.0) +AC_INIT(showeq, 5.6.0.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |