|
From: <fra...@us...> - 2015-11-19 10:03:03
|
Revision: 846
http://sourceforge.net/p/seq/svn/846
Author: fransick
Date: 2015-11-19 10:03:01 +0000 (Thu, 19 Nov 2015)
Log Message:
-----------
Historical checkin for 11/18/15
- Updated Opcodes
- Updated structs
Version to 5.10.13.37
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
showeq/trunk/src/spawnshell.cpp
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2015-11-18 02:28:58 UTC (rev 845)
+++ showeq/trunk/ChangeLog 2015-11-19 10:03:01 UTC (rev 846)
@@ -1,3 +1,10 @@
+Newby (11/18/15)
+-----------------
+- Updated version to 5.13.10.37
+- Support EQ patch 11/18/15
+- Updated position structs
+- Updated Opcodes
+
Newby (10/21/15)
-----------------
- Updated version to 5.13.10.36
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2015-11-18 02:28:58 UTC (rev 845)
+++ showeq/trunk/conf/zoneopcodes.xml 2015-11-19 10:03:01 UTC (rev 846)
@@ -3,37 +3,37 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="1fc6" name="OP_PlayerProfile" updated="10/21/15">
+ <opcode id="6cc8" name="OP_PlayerProfile" updated="11/18/15">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="735a" name="OP_ZoneEntry" updated="10/21/15">
+ <opcode id="1286" name="OP_ZoneEntry" updated="11/18/15">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="7df5" name="OP_TimeOfDay" updated="10/21/15">
+ <opcode id="4e65" name="OP_TimeOfDay" updated="11/18/15">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="606d" name="OP_NewZone" updated="10/21/15">
+ <opcode id="6f4b" name="OP_NewZone" updated="11/18/15">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3009" name="OP_SpawnDoor" updated="10/21/15">
+ <opcode id="0038" name="OP_SpawnDoor" updated="11/18/15">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="1328" name="OP_GroundSpawn" updated="10/21/15">
+ <opcode id="4c88" name="OP_GroundSpawn" updated="11/18/15">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="4984" name="OP_SendZonePoints" updated="10/21/15">
+ <opcode id="06fa" name="OP_SendZonePoints" updated="11/18/15">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="499b" name="OP_AAExpUpdate" updated="10/21/15">
+ <opcode id="28f3" name="OP_AAExpUpdate" updated="11/18/15">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
@@ -41,40 +41,40 @@
<comment>ExpUpdateCode 7aeb as of 07/23/15</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="63d0" name="OP_GuildMOTD" updated="10/21/15">
+ <opcode id="66c2" name="OP_GuildMOTD" updated="11/18/15">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="744c" name="OP_ClientUpdate" updated="10/21/15">
+ <opcode id="32ad" name="OP_ClientUpdate" updated="11/18/15">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="37e4" name="OP_NpcMoveUpdate" updated="10/21/15">
+ <opcode id="2b75" name="OP_NpcMoveUpdate" updated="11/18/15">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="6f01" name="OP_MobUpdate" updated="10/21/15">
+ <opcode id="662e" name="OP_MobUpdate" updated="11/18/15">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="1148" name="OP_DeleteSpawn" updated="10/21/15">
+ <opcode id="3783" name="OP_DeleteSpawn" updated="11/18/15">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="343d" name="OP_RemoveSpawn" updated="10/21/15">
+ <opcode id="7c92" name="OP_RemoveSpawn" updated="11/18/15">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="636b" name="OP_Death" updated="10/21/15">
+ <opcode id="15cc" name="OP_Death" updated="11/18/15">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5709" name="OP_WearChange" updated="10/21/15">
+ <opcode id="1a79" name="OP_WearChange" updated="11/18/15">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0e9b" name="OP_SpawnAppearance" updated="10/21/15">
+ <opcode id="339c" name="OP_SpawnAppearance" updated="11/18/15">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
@@ -86,28 +86,28 @@
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="089a" name="OP_GuildMemberUpdate" updated="10/21/15">
+ <opcode id="7044" name="OP_GuildMemberUpdate" updated="11/18/15">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="0ed1" name="OP_ClickObject" updated="10/21/15">
+ <opcode id="6ccd" name="OP_ClickObject" updated="11/18/15">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7d7b" name="OP_Action" updated="10/21/15">
+ <opcode id="45f2" name="OP_Action" updated="11/18/15">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4d10" name="OP_Action2" updated="10/21/15">
+ <opcode id="6887" name="OP_Action2" updated="11/18/15">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="29d4" name="OP_Consider" updated="10/21/15">
+ <opcode id="4c01" name="OP_Consider" updated="11/18/15">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="51bc" name="OP_TargetMouse" updated="10/21/15">
+ <opcode id="7ccd" name="OP_TargetMouse" updated="11/18/15">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
@@ -123,7 +123,7 @@
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="56dc" name="OP_ZoneChange" updated="10/21/15">
+ <opcode id="2f72" name="OP_ZoneChange" updated="11/18/15">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
@@ -195,19 +195,19 @@
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="668b" name="OP_SimpleMessage" updated="10/21/15">
+ <opcode id="617d" name="OP_SimpleMessage" updated="11/18/15">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4aa3" name="OP_FormattedMessage" updated="10/21/15">
+ <opcode id="4729" name="OP_FormattedMessage" updated="11/18/15">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="19ca" name="OP_CommonMessage" updated="10/21/15">
+ <opcode id="4f3c" name="OP_CommonMessage" updated="11/18/15">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4726" name="OP_SpecialMesg" updated="10/21/15">
+ <opcode id="41e8" name="OP_SpecialMesg" updated="11/18/15">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
@@ -307,7 +307,7 @@
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0733" name="OP_GuildMemberList" updated="10/21/15">
+ <opcode id="2691" name="OP_GuildMemberList" updated="11/18/15">
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -367,7 +367,7 @@
<comment>Fellowship information - 2564 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="23c6" name="OP_ExpandedGuildInfo" updated="10/21/15">
+ <opcode id="2003" name="OP_ExpandedGuildInfo" updated="11/18/15">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -511,7 +511,7 @@
<comment>JumpCode - 0 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="339c" name="OP_TGB" updated="11/28/12">
+ <opcode id="ffff" name="OP_TGB" updated="11/28/12">
<comment>Client telling server to set targetgroupbuff - 4 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -587,7 +587,7 @@
<comment>Free to play nags and other data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3742" name="OP_Find" updated="10/21/15">
+ <opcode id="4b38" name="OP_Find" updated="11/18/15">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2015-11-18 02:28:58 UTC (rev 845)
+++ showeq/trunk/configure.in 2015-11-19 10:03:01 UTC (rev 846)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.10.36)
+AC_INIT(showeq, 5.13.10.37)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2015-11-18 02:28:58 UTC (rev 845)
+++ showeq/trunk/src/everquest.h 2015-11-19 10:03:01 UTC (rev 846)
@@ -1094,28 +1094,26 @@
{
unsigned pitch:12;
- signed animation:10; // velocity
- signed deltaHeading:10; // change in heading
+ signed x:19; // x coord (1st loc value)
+ unsigned pad0:1;
- signed deltaX:13; // change in x
- unsigned heading:12; // heading
- unsigned pad1:7;
-
signed deltaY:13; // change in y
- signed deltaZ:13; // change in z
- unsigned pad2:6;
+ signed animation:10; // velocity
+ unsigned pad1:9;
- signed x:19; // x coord (1st loc value)
- unsigned pad3:13;
-
signed z:19; // z coord (3rd loc value)
- unsigned pad4:13;
+ signed deltaHeading:10; // change in heading
+ unsigned pad2:3;
+ signed deltaZ:13; // change in z
signed y:19; // y coord (2nd loc value)
- unsigned pad5:13;
+ signed deltaX:13; // change in x
+ unsigned heading:12; // heading
+ unsigned pad4:7;
+
};
- int32_t posData[6];
+ int32_t posData[5];
};
/*0000*/ union
{
@@ -2354,7 +2352,7 @@
/*
** Player Position Update
-** Length: 28 Octets
+** Length: 24 Octets
** OpCode: PlayerPosCode
*/
@@ -2364,31 +2362,29 @@
/*0002*/ uint16_t spawnId2;
/*0004*/
unsigned pitch:12;
+ signed x:19; // x coord (1st loc value)
+ unsigned pad0:1;
+/*0008*/
+ signed deltaY:13; // change in y
signed animation:10; // velocity
+ unsigned pad1:9;
+/*0012*/
+ signed z:19; // z coord (3rd loc value)
signed deltaHeading:10; // change in heading
-/*0008*/
+ unsigned pad2:3;
+/*0016*/
+ signed deltaZ:13; // change in z
+ signed y:19; // y coord (2nd loc value)
+/*0020*/
signed deltaX:13; // change in x
unsigned heading:12; // heading
- unsigned pad1:7;
-/*0012*/
- signed deltaY:13; // change in y
- signed deltaZ:13; // change in z
- unsigned pad2:6;
-/*0016*/
- signed x:19; // x coord (1st loc value)
- unsigned pad3:13;
-/*0020*/
- signed z:19; // z coord (3rd loc value)
- unsigned pad4:13;
+ unsigned pad4:7;
/*0024*/
- signed y:19; // y coord (2nd loc value)
- unsigned pad5:13;
-/*0028*/
};
/*
** Self Position Update
-** Length: 42 Octets
+** Length: 46 Octets
** OpCode: PlayerPosCode
*/
@@ -2401,25 +2397,27 @@
unsigned pitch:12; // pitch (up/down heading)
unsigned pad0:20;
/*0010*/
- float deltaY; // Change in y
+ float deltaZ; // Change in z
/*0014*/
+ signed deltaHeading:10; // change in heading
+ unsigned pad2:22;
+/*0018*/
float y; // y coord (2nd loc value)
-/*0018*/
- float x; // x coord (1st loc value)
/*0022*/
- float z; // z coord (3rd loc value)
+ signed animation:10; // velocity
+ unsigned pad4:22;
/*0026*/
- signed animation:10; // velocity
+ float deltaY; // Change in y
+/*0030*/
unsigned heading:12; // Heading
- unsigned pad5:10;
-/*0030*/
- float deltaZ; // Change in z
+ unsigned pad6:20;
/*0034*/
- signed deltaHeading:10; // change in heading
- unsigned pad7:22;
+ float deltaX; // Change in x
/*0038*/
- float deltaX; // Change in x
+ float x; // x coord (1st loc value)
/*0042*/
+ float z; // z coord (3rd loc value)
+/*0046*/
};
/*
Modified: showeq/trunk/src/spawnshell.cpp
===================================================================
--- showeq/trunk/src/spawnshell.cpp 2015-11-18 02:28:58 UTC (rev 845)
+++ showeq/trunk/src/spawnshell.cpp 2015-11-19 10:03:01 UTC (rev 846)
@@ -719,7 +719,6 @@
spawn->posData[2] = netStream.readUInt32NC();
spawn->posData[3] = netStream.readUInt32NC();
spawn->posData[4] = netStream.readUInt32NC();
- spawn->posData[5] = netStream.readUInt32NC();
if(spawn->hasTitle)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|