|
From: Erik B. <do...@us...> - 2005-04-07 02:34:32
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13172 Modified Files: Tag: pre_5_0_beta ChangeLog INSTALL Makefile.am configure.in Log Message: Include purples changes. Update to 5.0.0.19 Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -d -r1.1.2.6 -r1.1.2.7 --- ChangeLog 21 Feb 2005 05:56:12 -0000 1.1.2.6 +++ ChangeLog 7 Apr 2005 02:34:13 -0000 1.1.2.7 @@ -1,5 +1,29 @@ Version: $Id$ $Name$ +dophaZ (04/06/05) +----------------------- ++ Updated version to 5.0.0.19 ++ Update INSTALL to reflect new minimum automake 1.9 requirement for + Makefile.dist users. ++ Incorporated Purple's "5.0.0.18-purple1" patch. ++ - Fix for sequence rollover in net layer with arqSeqWrapCutOff ++ - Oversized packets will check for arqSeqGiveUp properly ++ - Added a playback mode for tcpdump files (see notes) ++ - Cleanup in PlayerProfile (fixed offset comments, got rid of some unknowns) ++ - Handle spawns renaming themselves (new OP_SpawnRename). This renames fabled + mobs which spawn after you are already in zone properly ++ - Handle mobs changing level while you are in the zone (old + OP_SpawnAppearance, new handler in SpawnShell for it). This properly levels + fabled mobs which spawn after you are in the zone ++ - Group chat that you say won't echo to the message shell twice ++ - Fix to properly name the MPG trial zones chambersa-chambersf, instead of + chambera-chamberf. zones.h was wrong. ++ Incorporated Purple's added patch ++ - Guild member list is aligned properly ++ - Filled in unknowns in charProfileStruct for Bandolier, Potion Belt, air, + hunger, thirst, instanceId, disciplines, personal tribute ++ - fixed a type in opcode for OP_MemorizeSpell + BBobcat (02/20/05) ----------------------- Index: Makefile.am =================================================================== RCS file: /cvsroot/seq/showeq/Makefile.am,v retrieving revision 1.1.1.1.16.2 retrieving revision 1.1.1.1.16.3 diff -u -d -r1.1.1.1.16.2 -r1.1.1.1.16.3 --- Makefile.am 7 Nov 2004 23:09:53 -0000 1.1.1.1.16.2 +++ Makefile.am 7 Apr 2005 02:34:13 -0000 1.1.1.1.16.3 @@ -1,16 +1,16 @@ ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = 1.7 dist-bzip2 +AUTOMAKE_OPTIONS = 1.9 dist-bzip2 SUBDIRS = src conf include doxygen.am EXTRA_DIST = BUGS ChangeLog FAQ INSTALL.newbies Makefile.dist README.libEQ \ -ROADMAP showeq.1 TODO showeq.kdevelop Doxyfile $(DX_CONFIG) +ROADMAP showeq.1 TODO showeq.kdevelop Doxyfile depcomp $(DX_CONFIG) MAINTAINERCLEANFILES = aclocal.m4 config.guess config.sub configure \ Makefile.in ltconfig libqt2.dbg libqt3.dbg Makefile.dist.dbg \ -configure.dbg config.log ltmain.sh stamp-h.in stamp-h qt.tag +configure.dbg config.log ltmain.sh stamp-h.in stamp-h qt.tag depcomp @DX_DOCDIR@/@PACKAGE@.tag: qt.tag Index: INSTALL =================================================================== RCS file: /cvsroot/seq/showeq/INSTALL,v retrieving revision 1.5.16.5 retrieving revision 1.5.16.6 diff -u -d -r1.5.16.5 -r1.5.16.6 --- INSTALL 7 Nov 2004 23:09:53 -0000 1.5.16.5 +++ INSTALL 7 Apr 2005 02:34:13 -0000 1.5.16.6 @@ -285,7 +285,7 @@ *** GNU tools *** libtool 1.3.4-3 Most recent... http://www.gnu.org/software/libtool/ autoconf 2.53 Most recent... http://www.gnu.org/software/autoconf/ - automake 1.7 Most recent... http://www.gnu.org/software/automake/ + automake 1.9 Most recent... http://www.gnu.org/software/automake/ perl 5.0 Most recent... http://www.perl.org/ --------------------------------------------------------------------------- Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.49.4.19 retrieving revision 1.49.4.20 diff -u -d -r1.49.4.19 -r1.49.4.20 --- configure.in 21 Feb 2005 05:56:12 -0000 1.49.4.19 +++ configure.in 7 Apr 2005 02:34:13 -0000 1.49.4.20 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.53) -AC_INIT(showeq, 5.0.0.18) +AC_INIT(showeq, 5.0.0.19) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |