|
From: <iea...@us...> - 2009-12-25 19:01:00
|
Revision: 747
http://seq.svn.sourceforge.net/seq/?rev=747&view=rev
Author: ieatacid
Date: 2009-12-25 19:00:49 +0000 (Fri, 25 Dec 2009)
Log Message:
-----------
Fixed buffStruct and newZoneStruct
+ Added weapons2d.h to automake
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/configure.in
showeq/trunk/src/Makefile.am
showeq/trunk/src/everquest.h
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2009-12-20 19:54:51 UTC (rev 746)
+++ showeq/trunk/ChangeLog 2009-12-25 19:00:49 UTC (rev 747)
@@ -1,3 +1,8 @@
+ieatacid (12/25/09)
+-----------------
+- Fixed buffStruct and newZoneStruct
+- Added weapons2d.h to automake
+
ieatacid (12/20/09)
-----------------
- Updated version to 5.13.9
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2009-12-20 19:54:51 UTC (rev 746)
+++ showeq/trunk/configure.in 2009-12-25 19:00:49 UTC (rev 747)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.9.0)
+AC_INIT(showeq, 5.13.9.1)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/Makefile.am
===================================================================
--- showeq/trunk/src/Makefile.am 2009-12-20 19:54:51 UTC (rev 746)
+++ showeq/trunk/src/Makefile.am 2009-12-25 19:00:49 UTC (rev 747)
@@ -111,7 +111,7 @@
EXTRA_DIST = h2info.pl
-noinst_HEADERS = classes.h compass.h everquest.h interface.h main.h map.h filter.h vpacket.h editor.h packet.h packetcapture.h packetcommon.h packetformat.h packetstream.h packetfragment.h packetinfo.h races.h skills.h spells.h util.h experiencelog.h combatlog.h spawn.h spawnshell.h spawnlist.h spellshell.h spelllist.h languages.h weapons.h weapons1.h weapons27.h weapons28.h weapons29.h weapons2a.h weapons2b.h weapons2c.h decode.h cgiconv.h skilllist.h statlist.h deity.h player.h crctab.h filtermgr.h point.h pointarray.h mapcore.h category.h compassframe.h group.h guild.h fixpt.h netdiag.h zones.h logger.h xmlconv.h xmlpreferences.h seqwindow.h seqlistview.h zonemgr.h spawnmonitor.h spawnpointlist.h typenames.h spawnlistcommon.h spawnlist2.h datetimemgr.h spawnlog.h packetlog.h datalocationmgr.h eqstr.h messages.h messagefilter.h messagewindow.h messageshell.h terminal.h filteredspawnlog.h messagefilterdialog.h diagnosticmessages.h mapicon.h mapicondialog.ui mapicondialog.ui.h filternotifications.h netstream.h guildshell.h guildlist.h bazaarlog.h message.h s_everquest.h staticspells.h
+noinst_HEADERS = classes.h compass.h everquest.h interface.h main.h map.h filter.h vpacket.h editor.h packet.h packetcapture.h packetcommon.h packetformat.h packetstream.h packetfragment.h packetinfo.h races.h skills.h spells.h util.h experiencelog.h combatlog.h spawn.h spawnshell.h spawnlist.h spellshell.h spelllist.h languages.h weapons.h weapons1.h weapons27.h weapons28.h weapons29.h weapons2a.h weapons2b.h weapons2c.h weapons2d.h decode.h cgiconv.h skilllist.h statlist.h deity.h player.h crctab.h filtermgr.h point.h pointarray.h mapcore.h category.h compassframe.h group.h guild.h fixpt.h netdiag.h zones.h logger.h xmlconv.h xmlpreferences.h seqwindow.h seqlistview.h zonemgr.h spawnmonitor.h spawnpointlist.h typenames.h spawnlistcommon.h spawnlist2.h datetimemgr.h spawnlog.h packetlog.h datalocationmgr.h eqstr.h messages.h messagefilter.h messagewindow.h messageshell.h terminal.h filteredspawnlog.h messagefilterdialog.h diagnosticmessages.h mapicon.h mapicondialog.ui mapicondialog.ui.h filternotifications.h netstream.h guildshell.h guildlist.h bazaarlog.h message.h s_everquest.h staticspells.h
CLEANFILES = $(nodist_showeq_SOURCES)
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2009-12-20 19:54:51 UTC (rev 746)
+++ showeq/trunk/src/everquest.h 2009-12-25 19:00:49 UTC (rev 747)
@@ -567,7 +567,7 @@
/*
** New Zone Code
-** Length: 924 Octets
+** Length: 944 Octets
** OpCode: NewZoneCode
*/
struct newZoneStruct
@@ -608,7 +608,8 @@
/*0924*/ uint8_t unknown0924[4]; // *** Placeholder (09/03/2008)
/*0928*/ uint8_t unknown0928[4]; // *** Placeholder (10/07/2008)
/*0932*/ uint8_t unknown0932[8]; // *** Placeholder (11/04/2009)
-/*0940*/
+/*0940*/ uint8_t unknown0940[4]; // *** Placeholder (12/15/2009)
+/*0944*/
};
/*
@@ -727,7 +728,7 @@
/*
** Player Profile
-** Length: 24856 Octets
+** Length: 25184 Octets
** OpCode: CharProfileCode
*/
struct charProfileStruct
@@ -2502,9 +2503,10 @@
/*0012*/ uint32_t duration; // duration
/*0016*/ uint8_t unknown0012[8];
/*0024*/ uint32_t playerId; // Player id who cast the buff
-/*0028*/ uint32_t spellslot; // spellslot
-/*0032*/ uint32_t changetype; // 1=buff fading,2=buff duration
-/*0034*/
+/*0028*/ uint8_t unknown0028[4];
+/*0032*/ uint32_t spellslot; // spellslot
+/*0036*/ uint32_t changetype; // 1=buff fading,2=buff duration
+/*0040*/
};
/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|