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 04, 2014, 05:56:18 am

Title: Nightly (Windows): 04 Mar 2014 - Revision 10481
Post by: SirKnightly on March 04, 2014, 05:56:18 am
Here is the nightly for Windows on 04 Mar 2014 - Revision 10481

Group: NO-SSE
fso-WIN-NO-SSE-20140304_r10481.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140304_r10481.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-NO-SSE-20140304_r10481.md5)

Group: Standard
fso-WIN-Standard-20140304_r10481.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140304_r10481.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Standard-20140304_r10481.md5)

Group: SSE
fso-WIN-SSE-20140304_r10481.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140304_r10481.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-SSE-20140304_r10481.md5)

Code: [Select]
------------------------------------------------------------------------
r10481 | Goober5000 | 2014-03-03 11:28:29 -0600 (Mon, 03 Mar 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/model/model.h

going through old revisions, r8540 is wrong, since it was like that in trunk -- memsetting the whole struct to -1 sets all integers and floats to -1
(so let's go back to the old way in case some old retail code relied on model_instance_num, model_num, or submodel_num being set to -1)
------------------------------------------------------------------------