Author Topic: Nightly (Linux): 14 Oct 2010 - Revision 6607  (Read 1096 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Linux): 14 Oct 2010 - Revision 6607
Here is the nightly for Linux on 14 Oct 2010 - Revision 6607

Group: Inferno
fso-LINUX-Inferno-20101014_r6607.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r6595 | IssMneur | 2010-10-11 23:27:17 -0500 (Mon, 11 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Add some variable verification to hud_cease_subsystem_targeting.
------------------------------------------------------------------------
r6596 | chief1983 | 2010-10-12 11:06:27 -0500 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_6/code.dsp

Pull this fix for VC6 from Antipodes since it's unrelated to go_faster
------------------------------------------------------------------------
r6597 | Zacam | 2010-10-12 17:37:50 -0500 (Tue, 12 Oct 2010) | 4 lines
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2005/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/Freespace2.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/code.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/libjpeg.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/liblua.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/libpng.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/wxFRED2.vcproj
   M /trunk/fs2_open/projects/MSVC_2005/zlib.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2008/Freespace2.vcproj

Project Synchronization: Trunk vs Antipodes
2005: Set PDB and Map Exports to explicitly FALSE on Release builds.
Removed <File Configuration> lines (save for in the case of phrases.xml) as they are unnecessary bloat.
2008: Set PDB and Map Exports to explicitly FALSE on Release builds.
------------------------------------------------------------------------
r6599 | Zacam | 2010-10-12 18:40:48 -0500 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2005/Fred2.vcproj

Output name updated to "fred2_open_3_6_13" in MSVC2005.
------------------------------------------------------------------------
r6600 | karajorma | 2010-10-12 21:16:34 -0500 (Tue, 12 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/debris/debris.h
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/mission/missionparse.h
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/ship.h

Change Alt_Type into an int to fix a compiler warning.
Move the multi_sexp_ship_change_callsign function (Multi_ functions should sit directly below the server side function that calls them so that they can be updated at the same time).
------------------------------------------------------------------------
r6601 | karajorma | 2010-10-13 01:18:36 -0500 (Wed, 13 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Mantis 2324 (Missiontime-msecs gives the wrong value after SHORT_MAX milliseconds)

------------------------------------------------------------------------
r6603 | chief1983 | 2010-10-13 11:47:12 -0500 (Wed, 13 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/Fred2.vcproj
   M /trunk/fs2_open/projects/MSVC_2010/Fred2.vcxproj

Add the FORCE:MULTIPLE option to the linker for VS2008 and VS2010, in advance of the Antipodes 6 merge
------------------------------------------------------------------------