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, 11:26:30 am
-
Here is the nightly for OS X on 14 Mar 2014 - Revision 10493
Group: Standard
fso-OSX-Standard-20140314_r10493.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20140314_r10493.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20140314_r10493.md5)
------------------------------------------------------------------------
r10491 | Goober5000 | 2014-03-12 03:07:08 -0500 (Wed, 12 Mar 2014) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/parselo.cpp
the #define already has a (char)
------------------------------------------------------------------------
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
------------------------------------------------------------------------