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 17, 2015, 05:59:51 am

Title: Nightly (Windows): 17 Mar 2015 - Revision 11282
Post by: SirKnightly on March 17, 2015, 05:59:51 am
Here is the nightly for Windows on 17 Mar 2015 - Revision 11282

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_20150317_r11282.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150317_r11282.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150317_r11282.md5)

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

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

Code: [Select]
------------------------------------------------------------------------
r11279 | zookeeper | 2015-03-16 16:36:30 -0500 (Mon, 16 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Check for and fix rare but possible discrepancy between sip->model_num and sip->subsystems[].model_num which can lead to model index collision errors.
------------------------------------------------------------------------
r11280 | zookeeper | 2015-03-16 17:40:16 -0500 (Mon, 16 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Moved the fix in r11279 to a slightly more logical place.
------------------------------------------------------------------------