Author Topic: Nightly (OS X): 11 Feb 2013 - Revision 9531  (Read 963 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 11 Feb 2013 - Revision 9531
Here is the nightly for OS X on 11 Feb 2013 - Revision 9531

Group: Inferno
fso-OSX-Inferno-20130211_r9531.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9520 | karajorma | 2013-02-01 23:19:04 -0600 (Fri, 01 Feb 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/network/multimsgs.cpp
   M /trunk/fs2_open/code/playerman/managepilot.cpp

FUBAR's fix for Mantis 2778 (Game_skill_level goes out of range and causes crashes) with some changes by me.
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r9524 | Goober5000 | 2013-02-08 02:27:25 -0600 (Fri, 08 Feb 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/starfield/starfield.cpp

don't throw errors for missing skybox models... we just won't display the skybox
------------------------------------------------------------------------
r9525 | Echelon9 | 2013-02-08 17:14:11 -0600 (Fri, 08 Feb 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/FS2_Open.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/cfilearchiver.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/cfileextractor.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/code.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/jpeg.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/lua.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/png.xcscheme
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/zlib.xcscheme

Revise Xcode4 project file to support recommended settings of the current Xcode 4.6 release
------------------------------------------------------------------------
r9526 | Echelon9 | 2013-02-08 17:28:51 -0600 (Fri, 08 Feb 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

Resolve uninitialised value warnings in load_gauge_warhead_count()
------------------------------------------------------------------------
r9527 | niffiwan | 2013-02-08 20:06:23 -0600 (Fri, 08 Feb 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/audiostr.cpp

Fix for mantis 2785: when unpausing sounds, use the previous volume, not the detault
------------------------------------------------------------------------
r9528 | Goober5000 | 2013-02-09 19:42:33 -0600 (Sat, 09 Feb 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/audiostr.cpp

might as well remove this unnecessary temporary variable
------------------------------------------------------------------------
r9529 | The_E | 2013-02-10 04:14:08 -0600 (Sun, 10 Feb 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/shiphit.cpp

Patch for Mantis 2788: Difficulty-based damage scaling does not work

------------------------------------------------------------------------
r9530 | The_E | 2013-02-10 16:06:28 -0600 (Sun, 10 Feb 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/shiphit.cpp

Followup for 2788: Fix potential issue while looping through subobjects.

------------------------------------------------------------------------