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 23, 2015, 10:47:33 am

Title: Nightly (Windows): 23 Mar 2015 - Revision 11289
Post by: SirKnightly on March 23, 2015, 10:47:33 am
Here is the nightly for Windows on 23 Mar 2015 - Revision 11289

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 130

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

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

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

Code: [Select]
------------------------------------------------------------------------
r11288 | The_E | 2015-03-21 17:52:07 -0500 (Sat, 21 Mar 2015) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

If a text file to be read by the engine is in Unicode, abort. Could be something important we're missing.

------------------------------------------------------------------------
r11289 | The_E | 2015-03-21 17:53:10 -0500 (Sat, 21 Mar 2015) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp

Adds a new debug output filter, "CFileDebug", which if enabled via debug_filter.cfg will print the absolute path to any file requested by the engine.

------------------------------------------------------------------------