|
From: <the...@us...> - 2019-05-17 00:57:28
|
Revision: 951
http://sourceforge.net/p/seq/svn/951
Author: theblueadept
Date: 2019-05-17 00:57:24 +0000 (Fri, 17 May 2019)
Log Message:
-----------
Historical checkin for 05/16/19
- Updated Structs (Newby)
Version to 5.13.10.83
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/configure.in
showeq/trunk/src/spawnshell.cpp
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2019-04-20 23:55:49 UTC (rev 950)
+++ showeq/trunk/ChangeLog 2019-05-17 00:57:24 UTC (rev 951)
@@ -1,3 +1,9 @@
+BlueAdept (5/16/19)
+-------------------
+- Updated version to 5.13.10.83
+- Support EQ patch 5/16/19
+- Updated Structs (Newby)
+
BlueAdept (4/20/19)
-------------------
- Updated version to 5.13.10.82
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2019-04-20 23:55:49 UTC (rev 950)
+++ showeq/trunk/configure.in 2019-05-17 00:57:24 UTC (rev 951)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.10.82)
+AC_INIT(showeq, 5.13.10.83)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/spawnshell.cpp
===================================================================
--- showeq/trunk/src/spawnshell.cpp 2019-04-20 23:55:49 UTC (rev 950)
+++ showeq/trunk/src/spawnshell.cpp 2019-05-17 00:57:24 UTC (rev 951)
@@ -741,7 +741,7 @@
spawn->isMercenary = netStream.readUInt8();
// unknowns
- netStream.skipBytes(62);
+ netStream.skipBytes(66);
// now we're at the end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|