Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 21, 2014, 05:57:01 am

Title: Nightly (Windows): 21 Feb 2014 - Revision 10468
Post by: SirKnightly on February 21, 2014, 05:57:01 am
Here is the nightly for Windows on 21 Feb 2014 - Revision 10468

Group: NO-SSE
fso-WIN-NO-SSE-20140221_r10468.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140221_r10468.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140221_r10468.md5)

Group: Standard
fso-WIN-Standard-20140221_r10468.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140221_r10468.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140221_r10468.md5)

Group: SSE
fso-WIN-SSE-20140221_r10468.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140221_r10468.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140221_r10468.md5)

Code: [Select]
------------------------------------------------------------------------
r10463 | m_m | 2014-02-20 05:02:07 -0600 (Thu, 20 Feb 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/cmdline/cmdline.h
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/osapi/osapi.cpp
   M /trunk/fs2_open/code/osapi/osapi_unix.cpp

Add -no_unfocused_pause option.
------------------------------------------------------------------------
r10464 | m_m | 2014-02-20 05:07:27 -0600 (Thu, 20 Feb 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

Fix for Coverity 1107332: Negative array index read
------------------------------------------------------------------------
r10466 | karajorma | 2014-02-21 02:48:14 -0600 (Fri, 21 Feb 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_sexp.cpp

Fix a bug with the multiplayer SEXP code. The callback functions write to the packet and thus can also make it go out of bounds.
------------------------------------------------------------------------
r10467 | karajorma | 2014-02-21 02:49:03 -0600 (Fri, 21 Feb 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missiongoals.cpp

Fix a bug with the event.log where SEXPs which weren't in events would also write data to the log.
------------------------------------------------------------------------