Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 27, 2010, 10:06:33 am

Title: Nightly (Windows): 27 Sep 2010 - Revision 6532
Post by: SirKnightly on September 27, 2010, 10:06:33 am
Here is the nightly for Windows on 27 Sep 2010 - Revision 6532

Group: Inferno
fso-WIN-Inferno-20100927_r6532.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20100927_r6532.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20100927_r6532.md5)

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20100927_r6532.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20100927_r6532.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20100927_r6532.md5)

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20100927_r6532.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20100927_r6532.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20100927_r6532.md5)

Code: [Select]
------------------------------------------------------------------------
r6528 | The_E | 2010-09-26 23:03:06 -0500 (Sun, 26 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Hopefully fixes an Int3() encountered by FUBAR, where the AI submode of a ship was set incorrectly.

------------------------------------------------------------------------
r6529 | The_E | 2010-09-26 23:46:08 -0500 (Sun, 26 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Ooops. Now this is a proper sanity check.

------------------------------------------------------------------------
r6530 | Goober5000 | 2010-09-27 00:27:27 -0500 (Mon, 27 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

fix redefinition of local variable 'i'
remove unused local variable 'wip'
------------------------------------------------------------------------
r6531 | Goober5000 | 2010-09-27 00:51:28 -0500 (Mon, 27 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

use the warning loop, same as the other half of the if() block
------------------------------------------------------------------------
r6532 | Wanderer | 2010-09-27 06:55:21 -0500 (Mon, 27 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelcollide.cpp

Fix for mantis 2304 - 2nd take
------------------------------------------------------------------------