Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 05, 2013, 09:11:10 pm
-
Here is the nightly for Windows on 05 Feb 2013 - Revision 9523
Group: Inferno
fso-WIN-Inferno-20130205_r9523.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20130205_r9523.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20130205_r9523.md5)
Group: Inferno_SSE
fso-WIN-Inferno_SSE-20130205_r9523.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20130205_r9523.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20130205_r9523.md5)
Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20130205_r9523.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20130205_r9523.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20130205_r9523.md5)
------------------------------------------------------------------------
r9522 | The_E | 2013-02-03 11:07:06 -0600 (Sun, 03 Feb 2013) | 2 lines
Changed paths:
M /trunk/fs2_open/code/autopilot/autopilot.cpp
Fix a bug caused by an oversight during refactoring. It should be noted that this wouldn't have happened if this code was using normal scoping in for loops (for (int i = 0.....)) instead of having the loop counter be declared in the outer scope.
------------------------------------------------------------------------
r9523 | Goober5000 | 2013-02-04 22:33:09 -0600 (Mon, 04 Feb 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/ship.cpp
don't crash when doing debug stuff
------------------------------------------------------------------------