|
From: Chad M. <cmm...@us...> - 2006-02-27 23:16:54
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31571 Modified Files: ChangeLog configure.in Log Message: Live compatibility for PoR. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChangeLog 18 Jan 2006 22:52:06 -0000 1.17 +++ ChangeLog 27 Feb 2006 23:16:46 -0000 1.18 @@ -1,5 +1,22 @@ Version: $Id$ $Name$ +purple (2/23/06) +---------------- ++ Updated version to 5.3.0.0 ++ Updated most opcodes for 2/21 live ++ Updated position structs for 2/21 live ++ Updated spawnStruct for 2/21 live. Missing light, gm still. ++ Updated zones.h for expansion ++ Regenerated races.h and staticspells.h for expansion ++ Fixed the Guild Member list so it parses correctly (fixes a crash when + someone has an alt flag on in your guild) ++ Added Banker and Alt columns to Guild Window ++ Moved all actions taked on OP_ZoneEntry when from the server to be taken + instead on OP_PlayerProfile. This is because the new auras seem to + cause OP_ZoneEntry when you join a group that is effected by an + aura. I'd imagine whatever OP_ZoneEntry really is, it is poorly named! + + purple (1/18/06) ----------------- + Updated version to 5.2.5.0 Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- configure.in 18 Jan 2006 22:52:06 -0000 1.63 +++ configure.in 27 Feb 2006 23:16:46 -0000 1.64 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.2.5.0) +AC_INIT(showeq, 5.3.0.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |