Author Topic: Nightly (Windows): 25 Jan 2011 - Revision 6974  (Read 1198 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 25 Jan 2011 - Revision 6974
Here is the nightly for Windows on 25 Jan 2011 - Revision 6974

Group: Inferno
fso-WIN-Inferno-20110125_r6974.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110125_r6974.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110125_r6974.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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
------------------------------------------------------------------------