|
From: Bonkers D B. <bon...@us...> - 2005-02-09 07:08:11
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10951 Modified Files: Tag: pre_5_0_beta ChangeLog NEWS configure.in Log Message: 5.0.0.17 New network protocol Index: NEWS =================================================================== RCS file: /cvsroot/seq/showeq/Attic/NEWS,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- NEWS 28 Sep 2004 00:14:10 -0000 1.1.2.3 +++ NEWS 9 Feb 2005 07:07:32 -0000 1.1.2.4 @@ -1,3 +1,14 @@ + +This is a terse description of the features added to 5.0.0.17 since the +release of 5.0.0.16. + +1. New network code to support live EverQuest servers after 1/26/2005 patch + +2. Updated zoneopcodes.xml and worldopcodes.xml after all opcodes changed + with the 1/26/2005 patch + +-- + This is a terse description of the features added to 5.0.0.15 since the release of 5.0.0.14. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -d -r1.1.2.4 -r1.1.2.5 --- ChangeLog 8 Nov 2004 03:14:39 -0000 1.1.2.4 +++ ChangeLog 9 Feb 2005 07:07:23 -0000 1.1.2.5 @@ -1,4 +1,17 @@ Version: $Id$ $Name$ + +purple (02/08/05) +----------------------- ++ Updated version to 5.0.0.17 ++ Updated net layer to support EQ's new net protocol ++ First pass at new zoneopcodes.xml and worldopcodes.xml. Most things work. ++ Cleaned up everquest.h offset comments and fixed a couple struct changes ++ Edge case cleanup for con colors in player.cpp (uRit1u2CBBA) ++ More significant digits on runspeed (uRit1u2CBBA) ++ OP_SimpleMessage now is sizechecktype="match" since it's not variable length ++ Added struct for consenting with message in message shell ++ Added struct for environmental damage ++ Regenerated staticspells.h from latest spells_en.txt dohpaZ (11/7/04) ------------------------ Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.49.4.17 retrieving revision 1.49.4.18 diff -u -d -r1.49.4.17 -r1.49.4.18 --- configure.in 7 Nov 2004 23:09:53 -0000 1.49.4.17 +++ configure.in 9 Feb 2005 07:07:32 -0000 1.49.4.18 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.53) -AC_INIT(showeq, 5.0.0.16) +AC_INIT(showeq, 5.0.0.17) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |