|
From: Bonkers D B. <bon...@us...> - 2005-02-21 05:56:52
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30260 Modified Files: Tag: pre_5_0_beta ChangeLog configure.in Log Message: Support packet compression, new opcodes, and structures Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -d -r1.1.2.5 -r1.1.2.6 --- ChangeLog 9 Feb 2005 07:07:23 -0000 1.1.2.5 +++ ChangeLog 21 Feb 2005 05:56:12 -0000 1.1.2.6 @@ -1,5 +1,18 @@ Version: $Id$ $Name$ +BBobcat (02/20/05) +----------------------- + ++ Updated version to 5.0.0.18 ++ Included Purple's "-purple2" patch ++ + Deal with a now compressed protocol ++ + Increased buff slots (25) ++ + Updated world and game opcodes ++ + Updated structures ++ + Logging and console message clean up ++ + Memory cleanups ++ Included uRit1u2CBBA= zones.h update (For DoN zones) + purple (02/08/05) ----------------------- + Updated version to 5.0.0.17 Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.49.4.18 retrieving revision 1.49.4.19 diff -u -d -r1.49.4.18 -r1.49.4.19 --- configure.in 9 Feb 2005 07:07:32 -0000 1.49.4.18 +++ configure.in 21 Feb 2005 05:56:12 -0000 1.49.4.19 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.53) -AC_INIT(showeq, 5.0.0.17) +AC_INIT(showeq, 5.0.0.18) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |