Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 11, 2014, 05:53:31 am

Title: Nightly (Windows): 11 Aug 2014 - Revision 10988
Post by: SirKnightly on August 11, 2014, 05:53:31 am
Here is the nightly for Windows on 11 Aug 2014 - Revision 10988

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

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

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

Code: [Select]
------------------------------------------------------------------------
r10985 | Zacam | 2014-08-10 17:12:09 -0500 (Sun, 10 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp

From Axem: adds isInCampaign() lua function to tell when a mission is being played in a campaign (as opposed to via Techroom)
------------------------------------------------------------------------
r10986 | niffiwan | 2014-08-11 03:25:49 -0500 (Mon, 11 Aug 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

Fix mantis 3091 (from Yarn)

Treat non-ASCII chars above unsigned index 127 as word separators when
ending retail style colorisation
------------------------------------------------------------------------
r10987 | niffiwan | 2014-08-11 03:48:21 -0500 (Mon, 11 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

Fix gcc warning

declaration of ‘brief_line’ shadows a global declaration [-Wshadow]
------------------------------------------------------------------------
r10988 | niffiwan | 2014-08-11 04:22:08 -0500 (Mon, 11 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

oops - recommit r10986
------------------------------------------------------------------------