|
From: <iea...@us...> - 2009-03-21 00:04:02
|
Revision: 725
http://seq.svn.sourceforge.net/seq/?rev=725&view=rev
Author: ieatacid
Date: 2009-03-21 00:03:53 +0000 (Sat, 21 Mar 2009)
Log Message:
-----------
Updated opcodes + Version to 5.13.3
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2009-03-15 23:45:15 UTC (rev 724)
+++ showeq/trunk/ChangeLog 2009-03-21 00:03:53 UTC (rev 725)
@@ -1,3 +1,8 @@
+ieatacid (3/20/09)
+-----------------
+- Updated version to 5.13.3
+- Updated opcodes for 3/19 patch
+
ieatacid (3/15/09)
-----------------
- Updated version to 5.13.2
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2009-03-15 23:45:15 UTC (rev 724)
+++ showeq/trunk/conf/zoneopcodes.xml 2009-03-21 00:03:53 UTC (rev 725)
@@ -5,47 +5,47 @@
<!--
Critical opcodes used directly by ShowEQ
-->
- <opcode id="032A" name="OP_NpcMoveUpdate" updated="02/11/09">
+ <opcode id="7866" name="OP_NpcMoveUpdate" updated="03/197866/09">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="1842" name="OP_DeleteSpawn" updated="02/11/09">
+ <opcode id="10C9" name="OP_DeleteSpawn" updated="03/19/09">
<comment>old DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1D3F" name="OP_RespawnFromHover" updated="02/11/09">
+ <opcode id="7530" name="OP_RespawnFromHover" updated="03/19/09">
<comment>Server telling client that it is coming back from hover death</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="189B" name="OP_Shroud" updated="02/11/09">
+ <opcode id="14D3" name="OP_Shroud" updated="03/19/09">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="58E6" name="OP_GroupFollow" updated="02/11/09">
+ <opcode id="63F8" name="OP_GroupFollow" updated="03/19/09">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>You join a group</comment>
</opcode>
- <opcode id="C56C" name="OP_GroupFollow2" updated="02/11/09">
+ <opcode id="4481" name="OP_GroupFollow2" updated="03/19/09">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>Player joins your group</comment>
</opcode>
- <opcode id="2D08" name="OP_GroupUpdate" updated="02/11/09">
+ <opcode id="1C50" name="OP_GroupUpdate" updated="03/19/09">
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
<comment>Variable length packet with group member names</comment>
</opcode>
- <opcode id="4481" name="OP_GroupDisband" updated="02/11/09">
+ <opcode id="6B67" name="OP_GroupDisband" updated="03/19/09">
<comment>You disband from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7545" name="OP_GroupDisband2" updated="02/11/09">
+ <opcode id="6193" name="OP_GroupDisband2" updated="03/19/09">
<comment>Other disbands from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6193" name="OP_GroupLeader" updated="02/11/09">
+ <opcode id="4315" name="OP_GroupLeader" updated="03/19/09">
<comment>Group leader change</comment>
<payload dir="server" typename="groupLeaderChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="B72E" name="OP_DzSwitchInfo" updated="02/11/09">
+ <opcode id="565D" name="OP_DzSwitchInfo" updated="03/19/09">
<comment></comment>
<payload dir="server" typename="dzSwitchInfo" sizechecktype="none"/>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2009-03-15 23:45:15 UTC (rev 724)
+++ showeq/trunk/configure.in 2009-03-21 00:03:53 UTC (rev 725)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.2.0)
+AC_INIT(showeq, 5.13.3.0)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|