Author Topic: Nightly: 26 November 2018 - Revision 5528e4e  (Read 779 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 26 November 2018 - Revision 5528e4e
Here is the nightly for 26 November 2018 - Revision 5528e4e



Group: Linux
nightly_20181126_5528e4e-builds-Linux.tar.gz (Mirror)


Group: MacOSX
nightly_20181126_5528e4e-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20181126_5528e4e-builds-Win64.zip (Mirror)


Group: Win32
nightly_20181126_5528e4e-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 968695f
Author: Goober5000 <Sat Nov 24 14:35:27 2018 -0500>
Commit: Goober5000 <Sun Nov 25 00:27:14 2018 -0500>

    fix handling of multiplayer packets
 code/parse/sexp.cpp | 46 +++++++++++++++++++++++++++-------------------
 1 file changed, 27 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 8f00c6e
Author: Goober5000 <Sat Nov 24 14:34:49 2018 -0500>
Commit: Goober5000 <Sun Nov 25 00:27:14 2018 -0500>

    since we switched from a while-loop to a for-loop, don't repeat the CDR
 code/parse/sexp.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

------------------------------------------------------------------------
commit 8a9edb1
Author: Goober5000 <Sat Nov 24 14:31:35 2018 -0500>
Commit: Goober5000 <Sun Nov 25 00:27:14 2018 -0500>

    remove error_bypass from new function
 code/ship/ship.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

------------------------------------------------------------------------
commit 1c9e47a
Author: Goober5000 <Wed Nov 21 22:47:14 2018 -0500>
Commit: Goober5000 <Sun Nov 25 00:26:29 2018 -0500>

    address clang-tidy complaints
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 74fd3c0
Author: Goober5000 <Wed Nov 21 16:07:05 2018 -0500>
Commit: Goober5000 <Sun Nov 25 00:26:29 2018 -0500>

    multi capability for destroy-instantly and destroy-subsys-instantly
 code/parse/sexp.cpp | 144 +++++++++++++++++++++++++++++++++++++---------------
 code/ship/ship.cpp  |  24 ++++++++-
 code/ship/ship.h    |   1 +
 3 files changed, 127 insertions(+), 42 deletions(-)