Author Topic: Nightly (OS X): 11 Oct 2010 - Revision 6591  (Read 1087 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 11 Oct 2010 - Revision 6591
Here is the nightly for OS X on 11 Oct 2010 - Revision 6591

Group: Inferno
fso-OSX-Inferno-20101011_r6591.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6577 | Zacam | 2010-10-06 21:21:15 -0500 (Wed, 06 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Warning Fix: "sexp_show_subtitle_text"/"sexp_show_subtitle_image"
No more 'float' to 'int'. (not the best way, but it is expedient and doesn't risk breaking things)
------------------------------------------------------------------------
r6578 | The_E | 2010-10-08 05:15:40 -0500 (Fri, 08 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix for Mantis 1817 & 2323 (Glide does not get reset on mission restart/player respawn)

------------------------------------------------------------------------
r6579 | The_E | 2010-10-08 07:01:11 -0500 (Fri, 08 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Patch for Mantis 1963 (Optional argument for set-object-facing and set-object-facing-object doesn't work)

------------------------------------------------------------------------
r6580 | Wanderer | 2010-10-08 16:05:40 -0500 (Fri, 08 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/ai_profiles.cpp
   M /trunk/fs2_open/code/ai/ai_profiles.h
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h

feature commit - diaspora turret related patch
------------------------------------------------------------------------
r6581 | Wanderer | 2010-10-08 16:32:48 -0500 (Fri, 08 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/ship/shiphit.cpp
   M /trunk/fs2_open/code/weapon/weapons.cpp

feature commit - diaspora subsystem options
------------------------------------------------------------------------
r6584 | Zacam | 2010-10-08 18:24:36 -0500 (Fri, 08 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionmessage.cpp

Warning Fix: in "bool message_filename_is_generic"
signed/unsigned mismatch
------------------------------------------------------------------------
r6585 | Zacam | 2010-10-08 18:30:15 -0500 (Fri, 08 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/sound/audiostr.cpp
   M /trunk/fs2_open/code/sound/ds.cpp

Warning Fix: (audiostr.cpp "WaveFile::Read" / ds.cpp "ds_load_buffer")
Sets 'float **pcm' to start as NULL
------------------------------------------------------------------------
r6586 | Zacam | 2010-10-08 18:32:54 -0500 (Fri, 08 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengl.cpp

Warning Fix: in "opengl_make_gamma_ramp"
'int' to 'ushort' conversion addressed.
------------------------------------------------------------------------