Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 03, 2014, 05:54:34 am

Title: Nightly (Windows): 03 Jun 2014 - Revision 10748
Post by: SirKnightly on June 03, 2014, 05:54:34 am
Here is the nightly for Windows on 03 Jun 2014 - Revision 10748

Group: Standard
fso_Standard_20140603_r10748.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140603_r10748.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140603_r10748.md5)

Group: NO-SSE
fso_NO-SSE_20140603_r10748.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140603_r10748.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140603_r10748.md5)

Group: SSE
fso_SSE_20140603_r10748.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140603_r10748.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140603_r10748.md5)

Code: [Select]
------------------------------------------------------------------------
r10741 | The_E | 2014-06-02 11:07:07 -0500 (Mon, 02 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

From MageKing17: Fix for Mantis 3502 (Flush the sexp result tree after argument evaluation to avert accidental short-circuit results)
------------------------------------------------------------------------
r10742 | Goober5000 | 2014-06-02 21:12:35 -0500 (Mon, 02 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/sound.cpp

follow-up to r10734: in the event of any SND_F flags being added in the future, this is more future-proof
------------------------------------------------------------------------
r10743 | Goober5000 | 2014-06-02 21:28:47 -0500 (Mon, 02 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

roll back r10741 pending further code review; see Mantis #3052
------------------------------------------------------------------------
r10748 | Goober5000 | 2014-06-02 23:21:05 -0500 (Mon, 02 Jun 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

fix a bug in the when-argument sexp that managed to escape detection from its original design!
spotted by MageKing17, fixes Mantis #3052
------------------------------------------------------------------------