Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 14, 2014, 05:57:04 am
-
Here is the nightly for Windows on 14 Mar 2014 - Revision 10493
Group: NO-SSE
fso-WIN-NO-SSE-20140314_r10493.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140314_r10493.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140314_r10493.md5)
Group: Standard
fso-WIN-Standard-20140314_r10493.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140314_r10493.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140314_r10493.md5)
Group: SSE
fso-WIN-SSE-20140314_r10493.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140314_r10493.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140314_r10493.md5)
------------------------------------------------------------------------
r10492 | Goober5000 | 2014-03-12 21:02:11 -0500 (Wed, 12 Mar 2014) | 2 lines
Changed paths:
M /trunk/fs2_open/code/parse/parselo.cpp
New method of handling quotes and comments that examines lines character by character like most languages do, instead of just searching for the start of a comment. If a comment character is inside a quoted string, it will not kick off a new comment. (This actually fixes the core design flaw that caused semicolons to truncate messages, so the $semicolon tag is technically no longer necessary. It will still be kept, of course.)
Fixes Mantis #3001.
------------------------------------------------------------------------
r10493 | niffiwan | 2014-03-14 03:57:25 -0500 (Fri, 14 Mar 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/lua.cpp
Fix mantis 3019: flush bitmap to prevent alpha-additive-blend shenanigans with lua drawRectangle
------------------------------------------------------------------------