Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 18, 2013, 06:11:23 am

Title: Nightly (Windows): 18 Nov 2013 - Revision 10111
Post by: SirKnightly on November 18, 2013, 06:11:23 am
Here is the nightly for Windows on 18 Nov 2013 - Revision 10111

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

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

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

Code: [Select]
------------------------------------------------------------------------
r10108 | Echelon9 | 2013-11-17 10:20:21 -0600 (Sun, 17 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp

Remove this memory event, as clear() is called after loop, which will call the destructor of each item. Picked up by AddressSanitizer as this was attempting to free() memory allocated with new()
------------------------------------------------------------------------
r10109 | Echelon9 | 2013-11-17 10:25:53 -0600 (Sun, 17 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

AddressSanitizer: alloc-dealloc-mismatch (operator new vs free) in hud_close()
------------------------------------------------------------------------
r10110 | Goober5000 | 2013-11-17 22:07:43 -0600 (Sun, 17 Nov 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

rather than piggy-back the perform-actions sexp on top of the when sexp, it works better to make it its own operator
(fixes Mantis #2956)
------------------------------------------------------------------------
r10111 | Goober5000 | 2013-11-17 22:49:29 -0600 (Sun, 17 Nov 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

clarify help... OP_AND will actually evaluate all arguments
------------------------------------------------------------------------