|
From: <cn...@us...> - 2024-03-13 22:19:02
|
Revision: 1457
http://sourceforge.net/p/seq/svn/1457
Author: cn187
Date: 2024-03-13 22:18:59 +0000 (Wed, 13 Mar 2024)
Log Message:
-----------
Release 6.3.12
- Update to version 6.3.12
- Support for EQ Patch 03/13/24
- Struct and opcode updates (Newby)
- Miscellaneous fixes
Modified Paths:
--------------
showeq/branches/cn187_devel/ChangeLog
showeq/branches/cn187_devel/conf/zoneopcodes.xml
showeq/branches/cn187_devel/configure.in
showeq/branches/cn187_devel/src/everquest.h
Modified: showeq/branches/cn187_devel/ChangeLog
===================================================================
--- showeq/branches/cn187_devel/ChangeLog 2024-03-13 22:18:49 UTC (rev 1456)
+++ showeq/branches/cn187_devel/ChangeLog 2024-03-13 22:18:59 UTC (rev 1457)
@@ -1,3 +1,10 @@
+cn187 (03/13/24)
+----------------
+- Update to version 6.3.12
+- Support for EQ Patch 03/13/24
+- Struct and opcode updates (Newby)
+- Miscellaneous fixes
+
BlueAdept (02/21/24)
----------------
- Update to version 6.3.11
Modified: showeq/branches/cn187_devel/conf/zoneopcodes.xml
===================================================================
--- showeq/branches/cn187_devel/conf/zoneopcodes.xml 2024-03-13 22:18:49 UTC (rev 1456)
+++ showeq/branches/cn187_devel/conf/zoneopcodes.xml 2024-03-13 22:18:59 UTC (rev 1457)
@@ -3,37 +3,37 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="64ba" name="OP_PlayerProfile" updated="02/21/24">
+ <opcode id="1c76" name="OP_PlayerProfile" updated="03/13/24">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="51c2" name="OP_ZoneEntry" updated="02/21/24">
+ <opcode id="784a" name="OP_ZoneEntry" updated="03/13/24">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="2d6f" name="OP_TimeOfDay" updated="02/21/24">
+ <opcode id="3736" name="OP_TimeOfDay" updated="03/13/24">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="448d" name="OP_NewZone" updated="02/21/24">
+ <opcode id="4341" name="OP_NewZone" updated="03/13/24">
<comment>NewZoneCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="676a" name="OP_SpawnDoor" updated="02/21/24">
+ <opcode id="4273" name="OP_SpawnDoor" updated="03/13/24">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="6086" name="OP_GroundSpawn" updated="02/21/24">
+ <opcode id="49c5" name="OP_GroundSpawn" updated="03/13/24">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="52ae" name="OP_SendZonePoints" updated="02/21/24">
+ <opcode id="4eea" name="OP_SendZonePoints" updated="03/13/24">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3921" name="OP_AAExpUpdate" updated="02/21/24">
+ <opcode id="642f" name="OP_AAExpUpdate" updated="03/13/24">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
@@ -41,32 +41,32 @@
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4ac4" name="OP_GuildMOTD" updated="02/21/24">
+ <opcode id="5a8d" name="OP_GuildMOTD" updated="03/13/24">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="5ba3" name="OP_ClientUpdate" updated="02/21/24">
+ <opcode id="3a4b" name="OP_ClientUpdate" updated="03/13/24">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7d46" name="OP_NpcMoveUpdate" updated="02/21/24">
+ <opcode id="52fb" name="OP_NpcMoveUpdate" updated="03/13/24">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="66f9" name="OP_MobUpdate" updated="02/21/24">
+ <opcode id="39ef" name="OP_MobUpdate" updated="03/13/24">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="1e07" name="OP_DeleteSpawn" updated="02/21/24">
+ <opcode id="7451" name="OP_DeleteSpawn" updated="03/13/24">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="46de" name="OP_RemoveSpawn" updated="02/21/24">
+ <opcode id="7712" name="OP_RemoveSpawn" updated="03/13/24">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="0fe8" name="OP_Death" updated="02/21/24">
+ <opcode id="429a" name="OP_Death" updated="03/13/24">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
@@ -74,7 +74,7 @@
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3e01" name="OP_SpawnAppearance" updated="02/21/24">
+ <opcode id="2178" name="OP_SpawnAppearance" updated="03/13/24">
<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="0c5b" name="OP_GuildMemberUpdate" updated="02/21/24">
+ <opcode id="20aa" name="OP_GuildMemberUpdate" updated="03/13/24">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="1d5e" name="OP_ClickObject" updated="02/21/24">
+ <opcode id="687e" name="OP_ClickObject" updated="03/13/24">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7cdf" name="OP_Action" updated="02/21/24">
+ <opcode id="4c13" name="OP_Action" updated="03/13/24">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7bd3" name="OP_Action2" updated="02/21/24">
+ <opcode id="5131" name="OP_Action2" updated="03/13/24">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="7c6e" name="OP_Consider" updated="02/21/24">
+ <opcode id="53e3" name="OP_Consider" updated="03/13/24">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="66d5" name="OP_TargetMouse" updated="02/21/24">
+ <opcode id="5741" name="OP_TargetMouse" updated="03/13/24">
<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="4c6e" name="OP_ZoneChange" updated="02/21/24">
+ <opcode id="17a3" name="OP_ZoneChange" updated="03/13/24">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
@@ -191,19 +191,19 @@
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7bea" name="OP_SimpleMessage" updated="02/21/24">
+ <opcode id="7baa" name="OP_SimpleMessage" updated="03/13/24">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7d57" name="OP_FormattedMessage" updated="02/21/24">
+ <opcode id="7f7f" name="OP_FormattedMessage" updated="03/13/24">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="34de" name="OP_CommonMessage" updated="02/21/24">
+ <opcode id="6adc" name="OP_CommonMessage" updated="03/13/24">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2304" name="OP_SpecialMesg" updated="02/21/24">
+ <opcode id="7d93" name="OP_SpecialMesg" updated="03/13/24">
<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="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="302d" name="OP_GuildMemberList" updated="02/21/24">
+ <opcode id="43f7" name="OP_GuildMemberList" updated="03/13/24">
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -367,7 +367,7 @@
<comment>Fellowship information - 2576 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="2c31" name="OP_ExpandedGuildInfo" updated="02/21/24">
+ <opcode id="079d" name="OP_ExpandedGuildInfo" updated="03/13/24">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -595,7 +595,7 @@
<comment>Free to play nags and other data - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="51b0" name="OP_Find" updated="02/21/24">
+ <opcode id="6997" name="OP_Find" updated="03/13/24">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
Modified: showeq/branches/cn187_devel/configure.in
===================================================================
--- showeq/branches/cn187_devel/configure.in 2024-03-13 22:18:49 UTC (rev 1456)
+++ showeq/branches/cn187_devel/configure.in 2024-03-13 22:18:59 UTC (rev 1457)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.3.11)
+AC_INIT(showeq, 6.3.12)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Modified: showeq/branches/cn187_devel/src/everquest.h
===================================================================
--- showeq/branches/cn187_devel/src/everquest.h 2024-03-13 22:18:49 UTC (rev 1456)
+++ showeq/branches/cn187_devel/src/everquest.h 2024-03-13 22:18:59 UTC (rev 1457)
@@ -1120,24 +1120,22 @@
struct
{
+ signed y:19; // y coord (2nd loc value)
+ signed deltaX:13; // change in x
+
+ unsigned heading:12; // heading
signed z:19; // z coord (3rd loc value)
- signed deltaY:13; // change in y
+ unsigned pad1:1;
- signed x:19; // x coord (1st loc value)
+ unsigned pitch:12; // pitch (up/down heading)
+ signed deltaHeading:10; // change in heading
signed animation:10; // current animation
- unsigned pad1:3;
- signed deltaHeading:10; // change in heading
- signed deltaX:13; // change in x
- unsigned pad2:9;
+ signed deltaY:13; // change in y
+ unsigned pad3:19;
- unsigned heading:12; // heading
- signed y:19; // y coord (2nd loc value)
- unsigned pad3:1;
-
+ signed x:19; // x coord (1st loc value)
signed deltaZ:13; // change in z
- unsigned pitch:12; // pitch (up/down heading)
- unsigned pad4:7;
};
int32_t posData[5];
@@ -2398,24 +2396,22 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/
+ signed y:19; // y coord (2nd loc value)
+ signed deltaX:13; // change in x
+/*0008*/
+ unsigned heading:12; // heading
signed z:19; // z coord (3rd loc value)
- signed deltaY:13; // change in y
-/*0008*/
- signed x:19; // x coord (1st loc value)
- signed animation:10; // current animation
- unsigned pad1:3;
+ unsigned pad1:1;
/*0012*/
+ unsigned pitch:12; // pitch (up/down heading)
signed deltaHeading:10; // change in heading
- signed deltaX:13; // change in x
- unsigned pad2:9;
+ signed animation:10; // current animation
/*0016*/
- unsigned heading:12; // heading
- signed y:19; // y coord (2nd loc value)
- unsigned pad3:1;
+ signed deltaY:13; // change in y
+ unsigned pad3:19;
/*0020*/
+ signed x:19; // x coord (1st loc value)
signed deltaZ:13; // change in z
- unsigned pitch:12; // pitch (up/down heading)
- unsigned pad4:7;
/*0024*/
};
@@ -2430,25 +2426,25 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0004; // ***Placeholder
/*0006*/
- signed animation:10; // current animation
- signed deltaHeading:10; // change in heading
- unsigned pad0:12;
+ float deltaX; // change in x
/*0010*/
- float deltaZ; // change in z
+ float x; // x coord (1st loc value)
/*0014*/
- float y; // y coord (2nd loc value)
+ float z; // z coord (3rd loc value)
/*0018*/
+ signed animation:10; // current animation
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned pad3:10;
+/*0022*/
float deltaY; // change in y
-/*0022*/
- float x; // x coord (1st loc value)
/*0026*/
- float z; // z coord (3rd loc value)
+ float y; // y coord (2nd loc value)
/*0030*/
- float deltaX; // change in x
+ signed deltaHeading:10; // change in heading
+ unsigned heading:12; // heading
+ unsigned pad6:10;
/*0034*/
- unsigned heading:12; // heading
- unsigned pitch:12; // pitch (up/down heading)
- unsigned pad7:8;
+ float deltaZ; // change in z
/*0038*/
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|