Author Topic: Nightly: 11 December 2017 - Revision 91c9417  (Read 820 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 11 December 2017 - Revision 91c9417
Here is the nightly for 11 December 2017 - Revision 91c9417



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 4dd194f
Author: Cliff Gordon <Tue Jul 25 15:15:27 2017 -0500>
Commit: chief1983 <Sun Dec 10 13:16:42 2017 -0600>

    fix/470_attempt_2: One more thing missing.
 code/fs2netd/tcp_socket.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

------------------------------------------------------------------------
commit b38367b
Author: Cliff Gordon <Tue Jul 25 15:13:19 2017 -0500>
Commit: chief1983 <Sun Dec 10 13:16:42 2017 -0600>

    fix/470_attempt_2: Some more cleanup from this being copied from a set of functions and structs.
 code/fs2netd/tcp_socket.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 72517ff
Author: Cliff Gordon <Tue Jul 25 15:10:11 2017 -0500>
Commit: chief1983 <Sun Dec 10 13:16:42 2017 -0600>

    fix/470_attempt_2: I should probably read my examples closer.  Just make these local variables since I didn't bring in the struct from the example as it was overkill for us.
 code/fs2netd/tcp_socket.cpp | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit c3e2120
Author: Cliff Gordon <Tue Jul 25 14:32:22 2017 -0500>
Commit: chief1983 <Sun Dec 10 13:16:42 2017 -0600>

    fix/470_attempt_2: Try to fix SIGPIPE crash using Kroki's example.
 code/fs2netd/tcp_socket.cpp | 78 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 77 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9b90415
Author: asarium <Tue Dec 5 09:15:13 2017 +0100>
Commit: asarium <Sun Dec 10 13:29:16 2017 +0100>

    Fix crash when using JPEGs as interface bitmaps
 code/bmpman/bmpman.cpp     | 3 +++
 code/jpgutils/jpgutils.cpp | 3 +++
 2 files changed, 6 insertions(+)

------------------------------------------------------------------------
commit a42b27c
Author: z64555 <Fri Dec 8 14:44:28 2017 -0600>
Commit: z64555 <Fri Dec 8 15:01:10 2017 -0600>

    Moves player control check for modelpoint shields into hud_augment_shield_quadrant(). AI ships can now use shield_transfer() on quadrant indices larger than 3.
 code/hud/hudshield.cpp       | 15 +++++++++++++++
 code/object/objectshield.cpp | 13 -------------
 2 files changed, 15 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit ca73920
Author: asarium <Mon Dec 4 15:37:05 2017 +0100>
Commit: asarium <Thu Dec 7 14:42:01 2017 +0100>

    Replace the special EOF char value with a standard null byte
 code/parse/parselo.cpp | 96 ++++++++++++++++----------------------------------
 code/parse/parselo.h   |  1 -
 code/parse/sexp.cpp    |  4 +--
 fred2/management.cpp   |  2 +-
 fred2/missionsave.cpp  |  4 +--
 5 files changed, 36 insertions(+), 71 deletions(-)