|
From: <iea...@us...> - 2008-10-27 00:58:17
|
Revision: 715
http://seq.svn.sourceforge.net/seq/?rev=715&view=rev
Author: ieatacid
Date: 2008-10-27 00:58:13 +0000 (Mon, 27 Oct 2008)
Log Message:
-----------
+ Updated all critical opcodes
+ Version to 5.12.7.0
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/interface.cpp
showeq/trunk/src/zonemgr.cpp
showeq/trunk/src/zones.h
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2008-10-13 02:39:14 UTC (rev 714)
+++ showeq/trunk/ChangeLog 2008-10-27 00:58:13 UTC (rev 715)
@@ -1,3 +1,10 @@
+ieatacid (10/23/08)
+----------------
+- Updated version to 5.12.7.0
+- Compatibility with live 10/21
+- Updated opcodes
+- Went through all the critical opcodes and updated some older ones that weren't correct
+
ieatacid (10/12/08)
----------------
- Updated version to 5.12.6.0
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2008-10-13 02:39:14 UTC (rev 714)
+++ showeq/trunk/conf/zoneopcodes.xml 2008-10-27 00:58:13 UTC (rev 715)
@@ -2,6 +2,9 @@
<!DOCTYPE seqopcodes SYSTEM "seqopcodes.dtd">
<seqopcodes>
+ <!--
+ Critical opcodes used directly by ShowEQ
+ -->
<opcode id="6022" name="OP_PlayerProfile" updated="01/17/08">
<comment>old CharProfileCode</comment>
<payload dir="server" typename="charProfileStruct" sizechecktype="match"/>
@@ -11,10 +14,6 @@
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <!--<opcode id="1900" name="OP_ZoneSpawns" updated="05/29/08">
- <comment>old ZoneSpawnsCode</comment>
- <payload dir="server" typename="spawnStruct" sizechecktype="none"/>
- </opcode>-->
<opcode id="6015" name="OP_TimeOfDay" updated="01/17/08">
<comment>old TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
@@ -23,7 +22,7 @@
<comment>old NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1890" name="OP_SpawnDoor" updated="01/17/08">
+ <opcode id="102F" name="OP_SpawnDoor" updated="10/21/08">
<comment>old DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
@@ -32,7 +31,7 @@
<payload dir="server" typename="makeDropStruct" sizechecktype="match"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="1932" name="OP_SendZonePoints" updated="01/17/08">
+ <opcode id="5821" name="OP_SendZonePoints" updated="10/21/08">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
@@ -65,10 +64,11 @@
<comment>old MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
+ <!-- Deprecated
<opcode id="5C29" name="OP_NewSpawn" updated="01/17/08">
<comment>old NewSpawnCode</comment>
<payload dir="server" typename="spawnStruct" sizechecktype="match"/>
- </opcode>
+ </opcode>-->
<opcode id="4292" name="OP_DeleteSpawn" updated="10/07/08">
<comment>old DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
@@ -81,7 +81,7 @@
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="72ad" name="OP_RespawnFromHover" updated="01/17/08">
+ <opcode id="268C" name="OP_RespawnFromHover" updated="10/21/08">
<comment>Server telling client that it is coming back from hover death</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -93,15 +93,15 @@
<comment>old SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
- <opcode id="82D7" name="OP_Stamina" updated="01/17/08">
+ <opcode id="3E50" name="OP_Stamina" updated="10/21/08">
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="25F0" name="OP_HPUpdate" updated="01/17/08">
+ <opcode id="538F" name="OP_HPUpdate" updated="10/21/08">
<comment>old NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="099D" name="OP_GuildMemberUpdate" updated="01/17/08">
+ <opcode id="41C0" name="OP_GuildMemberUpdate" updated="10/21/08">
<comment></comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
@@ -134,7 +134,7 @@
<comment>Spawn being illusioned (changing forms)</comment>
<payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/>
</opcode>
- <opcode id="53D4" name="OP_Shroud" updated="01/17/08">
+ <opcode id="6D1F" name="OP_Shroud" updated="10/07/08">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
@@ -203,7 +203,7 @@
<comment>old MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
- <opcode id="592D" name="OP_InspectAnswer" updated="01/17/08">
+ <opcode id="4938" name="OP_InspectAnswer" updated="10/07/08">
<comment>old InspectDataCode</comment>
<payload dir="both" typename="inspectDataStruct" sizechecktype="match"/>
</opcode>
@@ -235,11 +235,11 @@
<comment>old RandomCode</comment>
<payload dir="server" typename="randomStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4464" name="OP_ConsentResponse" updated="01/17/08">
+ <opcode id="6E47" name="OP_ConsentResponse" updated="10/21/08">
<comment>Server replying with consent information after /consent</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0DCD" name="OP_DenyResponse" updated="01/17/08">
+ <opcode id="7CE7" name="OP_DenyResponse" updated="10/21/08">
<comment>Server replying with deny information after /deny</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
@@ -270,8 +270,7 @@
<comment>old CorpseLocCode:</comment>
<payload dir="server" typename="corpseLocStruct" sizechecktype="match"/>
</opcode>
- <!-- this might be wrong -->
- <opcode id="07EE" name="OP_Logout" updated="01/17/08">
+ <opcode id="30E2" name="OP_Logout" updated="10/21/08">
<comment></comment>
<payload dir="server" typename="none" sizechecktype="match"/>
</opcode>
@@ -620,6 +619,10 @@
can find any of these in the current stream, please update them and let
us know!
+ <opcode id="1900" name="OP_ZoneSpawns" updated="05/29/08">
+ <comment>old ZoneSpawnsCode</comment>
+ <payload dir="server" typename="spawnStruct" sizechecktype="none"/>
+ </opcode>
<opcode id="0020" name="OP_GMServers" updated="05/26/04">
<comment>GM /servers - ?</comment>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2008-10-13 02:39:14 UTC (rev 714)
+++ showeq/trunk/configure.in 2008-10-27 00:58:13 UTC (rev 715)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.12.6.0)
+AC_INIT(showeq, 5.12.7.0)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/interface.cpp
===================================================================
--- showeq/trunk/src/interface.cpp 2008-10-13 02:39:14 UTC (rev 714)
+++ showeq/trunk/src/interface.cpp 2008-10-27 00:58:13 UTC (rev 715)
@@ -1944,9 +1944,10 @@
m_packet->connect2("OP_SpawnDoor", SP_Zone, DIR_Server,
"doorStruct", SZC_Modulus,
m_spawnShell, SLOT(newDoorSpawns(const uint8_t*, size_t, uint8_t)));
- m_packet->connect2("OP_NewSpawn", SP_Zone, DIR_Server,
- "spawnStruct", SZC_Match,
- m_spawnShell, SLOT(newSpawn(const uint8_t*)));
+// OP_NewSpawn is deprecated in the client
+// m_packet->connect2("OP_NewSpawn", SP_Zone, DIR_Server,
+// "spawnStruct", SZC_Match,
+// m_spawnShell, SLOT(newSpawn(const uint8_t*)));
m_packet->connect2("OP_ZoneEntry", SP_Zone, DIR_Server,
"uint8_t", SZC_None,
m_spawnShell, SLOT(zoneEntry(const uint8_t*, size_t)));
@@ -5877,9 +5878,10 @@
m_packet->connect2("OP_ZoneSpawns", SP_Zone, DIR_Server,
"spawnStruct", SZC_Modulus,
m_spawnLogger, SLOT(logZoneSpawns(const uint8_t*, size_t)));
- m_packet->connect2("OP_NewSpawn", SP_Zone, DIR_Server,
- "spawnStruct", SZC_Match,
- m_spawnLogger, SLOT(logNewSpawn(const uint8_t*)));
+// OP_NewSpawn is deprecated in the client
+// m_packet->connect2("OP_NewSpawn", SP_Zone, DIR_Server,
+// "spawnStruct", SZC_Match,
+// m_spawnLogger, SLOT(logNewSpawn(const uint8_t*)));
// Connect SpawnLog slots to SpawnShell signals
connect(m_spawnShell, SIGNAL(delItem(const Item*)),
Modified: showeq/trunk/src/zonemgr.cpp
===================================================================
--- showeq/trunk/src/zonemgr.cpp 2008-10-13 02:39:14 UTC (rev 714)
+++ showeq/trunk/src/zonemgr.cpp 2008-10-27 00:58:13 UTC (rev 715)
@@ -245,9 +245,9 @@
zoneNew->safe_x, zoneNew->safe_y, zoneNew->safe_z);
#endif // ZBTEMP
- // seqDebug("zoneNew: m_short(%s) m_long(%s)",
- // (const char*)m_shortZoneName,
- // (const char*)m_longZoneName);
+// seqDebug("zoneNew: m_short(%s) m_long(%s)",
+// (const char*)m_shortZoneName,
+// (const char*)m_longZoneName);
emit zoneEnd(m_shortZoneName, m_longZoneName);
Modified: showeq/trunk/src/zones.h
===================================================================
--- showeq/trunk/src/zones.h 2008-10-13 02:39:14 UTC (rev 714)
+++ showeq/trunk/src/zones.h 2008-10-27 00:58:13 UTC (rev 715)
@@ -457,34 +457,34 @@
{ "guardian", "The Mechamatic Guardian" }, // 447
{ "steamfontmts", "Steamfont Mountains" }, // 448
{ "cryptofshade", "Crypt of Shade" }, // 449
-{ "Tinmizer's Wunderwerks", "dragonscalea" }, // 450
-{ "Deepscar's Den", "dragonscaleb" }, // 451
-{ "Field of Scale", "oldfieldofbone" }, // 452
-{ "Kaesora Library", "oldkaesoraa" }, // 453
-{ "Hatchery Wing", "oldkaesorab" }, // 454
-{ "Kurn's Tower", "oldkurn" }, // 455
-{ "Bloody Kithicor", "oldkithicor" }, // 456
-{ "Old Commonlands", "oldcommons" }, // 457
-{ "Highpass Hold", "oldhighpass" }, // 458
-{ "The Void", "thevoida" }, // 459
-{ "The Void", "thevoidb" }, // 460
-{ "The Void", "thevoidc" }, // 461
-{ "The Void", "thevoidd" }, // 462
-{ "The Void", "thevoide" }, // 463
-{ "The Void", "thevoidf" }, // 464
-{ "The Void", "thevoidg" }, // 465
-{ "Oceangreen Hills", "oceangreenhills" }, // 466
-{ "Oceangreen Village", "oceangreenvillage" }, // 467
-{ "Blackburrow", "oldblackburrow" }, // 468
-{ "Temple of Bertoxxulous", "bertoxtemple" }, // 469
-{ "Korafax, Home of the Riders", "discord" }, // 470
-{ "Citadel of the Worldslayer", "discordtower" }, // 471
-{ "Old Bloodfields", "oldbloodfield" }, // 472
-{ "The Precipice of War", "precipiceofwar" }, // 473
-{ "City of Dranik", "olddranik" }, // 474
-{ "Toskirakk", "toskirakk" }, // 475
-{ "Korascian Warrens", "korascian" }, // 476
-{ "Rathe Council Chambers", "rathechamber" }, // 477
+{ "dragonscalea", "Tinmizer's Wunderwerks" }, // 450
+{ "dragonscaleb", "Deepscar's Den" }, // 451
+{ "oldfieldofbone", "Field of Scale" }, // 452
+{ "oldkaesoraa", "Kaesora Library" }, // 453
+{ "oldkaesorab", "Hatchery Wing" }, // 454
+{ "oldkurn", "Kurn's Tower" }, // 455
+{ "oldkithicor", "Bloody Kithicor" }, // 456
+{ "oldcommons", "Old Commonlands" }, // 457
+{ "oldhighpass", "Highpass Hold" }, // 458
+{ "thevoida", "The Void" }, // 459
+{ "thevoidb", "The Void" }, // 460
+{ "thevoidc", "The Void" }, // 461
+{ "thevoidd", "The Void" }, // 462
+{ "thevoide", "The Void" }, // 463
+{ "thevoidf", "The Void" }, // 464
+{ "thevoidg", "The Void" }, // 465
+{ "oceangreenhills", "Oceangreen Hills" }, // 466
+{ "oceangreenvillage", "Oceangreen Village" }, // 467
+{ "oldblackburrow", "Blackburrow" }, // 468
+{ "bertoxtemple", "Temple of Bertoxxulous" }, // 469
+{ "discord", "Korafax, Home of the Riders" }, // 470
+{ "discordtower", "Citadel of the Worldslayer" }, // 471
+{ "oldbloodfield", "Old Bloodfields" }, // 472
+{ "precipiceofwar", "The Precipice of War" }, // 473
+{ "olddranik", "City of Dranik" }, // 474
+{ "toskirakk", "Toskirakk" }, // 475
+{ "korascian", "Korascian Warrens" }, // 476
+{ "rathechamber", "Rathe Council Chambers" }, // 477
{ NULL, NULL }, // 478
{ NULL, NULL }, // 479
{ NULL, NULL }, // 480
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|