Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 25, 2011, 09:56:01 am
-
Here is the nightly for Windows on 25 Jan 2011 - Revision 6974
Group: Inferno
fso-WIN-Inferno-20110125_r6974.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110125_r6974.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110125_r6974.md5)
Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110125_r6974.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110125_r6974.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110125_r6974.md5)
Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110125_r6974.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110125_r6974.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110125_r6974.md5)
------------------------------------------------------------------------
r6970 | Zacam | 2011-01-25 01:51:02 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudparse.cpp
A tiny over-sight. Now incorrect values on "hud_speed_multiplier" will actually report as such.
------------------------------------------------------------------------
r6971 | Echelon9 | 2011-01-25 06:25:59 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/ship/shipfx.cpp
M /trunk/fs2_open/code/ship/shipfx.h
shipfx_large_blowup_init() function can have the void return type, as the caller never checks.
------------------------------------------------------------------------
r6972 | Echelon9 | 2011-01-25 07:03:00 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
We don't need a specific Copy Bundle Resources stage to put the Info.plist file in the Mac .app bundle, as well as setting the INFOPLIST_FILE setting. Using Copy Bundle Resources doesn't use the C preprocessor and then puts the file in the wrong location anyway.
------------------------------------------------------------------------
r6973 | Echelon9 | 2011-01-25 07:05:58 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
What's radardradis.cpp doing in that spot of the Xcode project file?
------------------------------------------------------------------------
r6974 | Echelon9 | 2011-01-25 07:10:37 -0600 (Tue, 25 Jan 2011) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
Chase down radardradis.h from the same location in Xcode
------------------------------------------------------------------------