|
From: Chad M. <cmm...@us...> - 2005-05-15 16:06:41
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10799 Modified Files: Tag: pre_5_0_beta BUGS ChangeLog configure.in Log Message: Live compatibility with 5/11 and 5/12 eqgame. Large struct updates in spawn struct and positioning structs. Small struct updates in char profile and spell buff/buff fade. All opcodes remapped. Updated version to 5.0.0.21. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -u -d -r1.1.2.16 -r1.1.2.17 --- ChangeLog 10 May 2005 17:01:31 -0000 1.1.2.16 +++ ChangeLog 15 May 2005 16:06:24 -0000 1.1.2.17 @@ -2,15 +2,20 @@ purple (05/11/05) ---------------------- ++ Updated version to 5.0.0.21 + Added some session-related opcodes to worldopcodes.xml + Fixed opcodes for alt exp and hooked altExpUpdateStruct so alt exp updating maps properly -+ Made is so OP_ManaChange can be 0 size. Bards have this a lot. ++ Made it so OP_ManaChange can be 0 size. Bards have this a lot. + Fix problems with guilds numbered higher than 512 + Added unknown world data to the unknown log + Fixed the skills window to properly show skills > 252 + Show strings in the spawnlist as utf8 properly + Valgrind cleanup for some uninitialized references and minor memory leaks ++ All opcodes remapped for 5/11 patch ++ Structs updated for 5/11 patch ++ Added some new pseudo-classes to classes.h ++ Rehooked up stamina changes after removing stamina (only food/drink now) dophaZ (04/17/05) ----------------------- Index: BUGS =================================================================== RCS file: /cvsroot/seq/showeq/BUGS,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.16.1 diff -u -d -r1.1.1.1 -r1.1.1.1.16.1 --- BUGS 19 Dec 2001 00:36:35 -0000 1.1.1.1 +++ BUGS 15 May 2005 16:06:24 -0000 1.1.1.1.16.1 @@ -2,3 +2,10 @@ Known bugs ---------- +1) Net Layer problems with opcodes like 0x??00 +Opcodes that end in 00 (i.e. OP_BazaarSearch or OP_ConsentDeny right now) will +be falsely identified as net opcodes and not processed. You will see a message +on the console, but this is harmless. Unless you are doing stuff with bazaar +searches (which I don't think even works right now), this will not impact +your showeq session. + Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.49.4.21 retrieving revision 1.49.4.22 diff -u -d -r1.49.4.21 -r1.49.4.22 --- configure.in 18 Apr 2005 03:14:06 -0000 1.49.4.21 +++ configure.in 15 May 2005 16:06:24 -0000 1.49.4.22 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.0.0.20) +AC_INIT(showeq, 5.0.0.21) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |