|
From: <the...@us...> - 2024-01-18 01:34:54
|
Revision: 1432
http://sourceforge.net/p/seq/svn/1432
Author: theblueadept
Date: 2024-01-18 01:34:53 +0000 (Thu, 18 Jan 2024)
Log Message:
-----------
Historical checkin for 01/17/24
- Struct and opcode updates (Newby)
Version to 6.3.10
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2023-12-16 07:58:13 UTC (rev 1431)
+++ showeq/trunk/ChangeLog 2024-01-18 01:34:53 UTC (rev 1432)
@@ -1,3 +1,9 @@
+BlueAdept (01/17/24)
+----------------
+- Update to version 6.3.10
+- Support for EQ Patch 01/17/24
+- Struct and opcode updates (Newby)
+
Fransick (12/16/23)
----------------
- Updated races.h for Laurion's Song
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2023-12-16 07:58:13 UTC (rev 1431)
+++ showeq/trunk/conf/zoneopcodes.xml 2024-01-18 01:34:53 UTC (rev 1432)
@@ -3,37 +3,37 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="1bb6" name="OP_PlayerProfile" updated="12/05/23">
+ <opcode id="5b83" name="OP_PlayerProfile" updated="01/17/24">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="30df" name="OP_ZoneEntry" updated="12/05/23">
+ <opcode id="7f93" name="OP_ZoneEntry" updated="01/17/24">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="5a94" name="OP_TimeOfDay" updated="12/05/23">
+ <opcode id="6905" name="OP_TimeOfDay" updated="01/17/24">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7f1b" name="OP_NewZone" updated="12/05/23">
+ <opcode id="286a" name="OP_NewZone" updated="01/17/24">
<comment>NewZoneCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="49aa" name="OP_SpawnDoor" updated="12/05/23">
+ <opcode id="3fbf" name="OP_SpawnDoor" updated="01/17/24">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="7741" name="OP_GroundSpawn" updated="12/05/23">
+ <opcode id="4ba6" name="OP_GroundSpawn" updated="01/17/24">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="476a" name="OP_SendZonePoints" updated="12/05/23">
+ <opcode id="3638" name="OP_SendZonePoints" updated="01/17/24">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="451d" name="OP_AAExpUpdate" updated="12/05/23">
+ <opcode id="6738" name="OP_AAExpUpdate" updated="01/17/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="748e" name="OP_GuildMOTD" updated="12/05/23">
+ <opcode id="7eab" name="OP_GuildMOTD" updated="01/17/24">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2a11" name="OP_ClientUpdate" updated="12/05/23">
+ <opcode id="353e" name="OP_ClientUpdate" updated="01/17/24">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="343f" name="OP_NpcMoveUpdate" updated="12/05/23">
+ <opcode id="64d9" name="OP_NpcMoveUpdate" updated="01/17/24">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="4438" name="OP_MobUpdate" updated="12/05/23">
+ <opcode id="670a" name="OP_MobUpdate" updated="01/17/24">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="65c0" name="OP_DeleteSpawn" updated="12/05/23">
+ <opcode id="4db6" name="OP_DeleteSpawn" updated="01/17/24">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1de6" name="OP_RemoveSpawn" updated="12/05/23">
+ <opcode id="0cd6" name="OP_RemoveSpawn" updated="01/17/24">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="0855" name="OP_Death" updated="12/05/23">
+ <opcode id="09f6" name="OP_Death" updated="01/17/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="53a3" name="OP_SpawnAppearance" updated="12/05/23">
+ <opcode id="1926" name="OP_SpawnAppearance" updated="01/17/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="1655" name="OP_GuildMemberUpdate" updated="12/05/23">
+ <opcode id="157c" name="OP_GuildMemberUpdate" updated="01/17/24">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="2d36" name="OP_ClickObject" updated="12/05/23">
+ <opcode id="01b5" name="OP_ClickObject" updated="01/17/24">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5105" name="OP_Action" updated="12/05/23">
+ <opcode id="7ecb" name="OP_Action" updated="01/17/24">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7a56" name="OP_Action2" updated="12/05/23">
+ <opcode id="47e9" name="OP_Action2" updated="01/17/24">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="4dd1" name="OP_Consider" updated="12/05/23">
+ <opcode id="4b83" name="OP_Consider" updated="01/17/24">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0d84" name="OP_TargetMouse" updated="12/05/23">
+ <opcode id="041b" name="OP_TargetMouse" updated="01/17/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="5d11" name="OP_ZoneChange" updated="12/05/23">
+ <opcode id="00f8" name="OP_ZoneChange" updated="01/17/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="4b89" name="OP_SimpleMessage" updated="12/05/23">
+ <opcode id="47ac" name="OP_SimpleMessage" updated="01/17/24">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1201" name="OP_FormattedMessage" updated="12/05/23">
+ <opcode id="2357" name="OP_FormattedMessage" updated="01/17/24">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="51a7" name="OP_CommonMessage" updated="12/05/23">
+ <opcode id="0ba2" name="OP_CommonMessage" updated="01/17/24">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="71d8" name="OP_SpecialMesg" updated="12/05/23">
+ <opcode id="31e1" name="OP_SpecialMesg" updated="01/17/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="54c1" name="OP_GuildMemberList" updated="12/05/23">
+ <opcode id="4b06" name="OP_GuildMemberList" updated="01/17/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="3351" name="OP_ExpandedGuildInfo" updated="12/05/23">
+ <opcode id="7fae" name="OP_ExpandedGuildInfo" updated="01/17/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="6e07" name="OP_Find" updated="12/05/23">
+ <opcode id="011c" name="OP_Find" updated="01/17/24">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2023-12-16 07:58:13 UTC (rev 1431)
+++ showeq/trunk/configure.in 2024-01-18 01:34:53 UTC (rev 1432)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.3.9)
+AC_INIT(showeq, 6.3.10)
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 2023-12-16 07:58:13 UTC (rev 1431)
+++ showeq/trunk/src/everquest.h 2024-01-18 01:34:53 UTC (rev 1432)
@@ -1115,30 +1115,28 @@
struct
{
- signed z:19; // z coord (3rd loc value)
- unsigned pad0:13;
+ signed x:19; // x coord (1st loc value)
+ signed animation:10; // current animation
+ unsigned pad0:3;
- signed x:19; // x coord (1st loc value)
unsigned pitch:12; // pitch (up/down heading)
+ signed z:19; // z coord (3rd loc value)
unsigned pad1:1;
signed deltaX:13; // change in x
+ signed deltaZ:13; // change in z
+ unsigned pad2:6;
+
signed deltaHeading:10; // change in heading
- unsigned pad2:9;
+ signed deltaY:13; // change in y
+ unsigned pad3:9;
+ signed y:19; // y coord (2nd loc value)
unsigned heading:12; // heading
- signed y:19; // y coord (2nd loc value)
- unsigned pad3:1;
+ unsigned pad4:1;
- signed deltaY:13; // change in y
- signed deltaZ:13; // change in z
- unsigned pad4:6;
-
- signed animation:10; // current animation
- unsigned pad5:22;
-
};
- int32_t posData[6];
+ int32_t posData[5];
};
/*0000*/ union
@@ -2387,7 +2385,7 @@
/*
** Player Position Update
-** Length: 28 Octets
+** Length: 24 Octets
** OpCode: PlayerPosCode
*/
struct playerSpawnPosStruct
@@ -2395,28 +2393,26 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/
- signed z:19; // z coord (3rd loc value)
- unsigned pad0:13;
+ signed x:19; // x coord (1st loc value)
+ signed animation:10; // current animation
+ unsigned pad0:3;
/*0008*/
- signed x:19; // x coord (1st loc value)
unsigned pitch:12; // pitch (up/down heading)
+ signed z:19; // z coord (3rd loc value)
unsigned pad1:1;
/*0012*/
signed deltaX:13; // change in x
+ signed deltaZ:13; // change in z
+ unsigned pad2:6;
+/*0016*/
signed deltaHeading:10; // change in heading
- unsigned pad2:9;
-/*0016*/
+ signed deltaY:13; // change in y
+ unsigned pad3:9;
+/*0020*/
+ signed y:19; // y coord (2nd loc value)
unsigned heading:12; // heading
- signed y:19; // y coord (2nd loc value)
- unsigned pad3:1;
-/*0020*/
- signed deltaY:13; // change in y
- signed deltaZ:13; // change in z
- unsigned pad4:6;
+ unsigned pad4:1;
/*0024*/
- signed animation:10; // current animation
- unsigned pad5:22;
-/*0028*/
};
/*
@@ -2430,27 +2426,27 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0004; // ***Placeholder
/*0006*/
- signed animation:10; // current animation
- unsigned pad0:22;
+ float deltaZ; // change in z
/*0010*/
- float deltaZ; // change in z
+ float y; // y coord (2nd loc value)
/*0014*/
unsigned pitch:12; // pitch (up/down heading)
- unsigned pad2:20;
+ signed animation:10; // current animation
+ unsigned pad2:10;
/*0018*/
float x; // x coord (1st loc value)
/*0022*/
+ unsigned heading:12; // heading
+ unsigned pad4:20;
+/*0026*/
float deltaY; // change in y
-/*0026*/
- float z; // z coord (3rd loc value)
/*0030*/
+ signed deltaHeading:10; // change in heading
+ unsigned pad6:22;
+/*0034*/
float deltaX; // change in x
-/*0034*/
- signed deltaHeading:10; // change in heading
- unsigned heading:12; // heading
- unsigned pad7:10;
/*0038*/
- float y; // y coord (2nd loc value)
+ float z; // z coord (3rd loc value)
/*0042*/
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|