Author Topic: Nightly (Windows): 14 Mar 2014 - Revision 10493  (Read 737 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 14 Mar 2014 - Revision 10493
Here is the nightly for Windows on 14 Mar 2014 - Revision 10493

Group: NO-SSE
fso-WIN-NO-SSE-20140314_r10493.7z
MD5Sum

Group: Standard
fso-WIN-Standard-20140314_r10493.7z
MD5Sum

Group: SSE
fso-WIN-SSE-20140314_r10493.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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
------------------------------------------------------------------------