Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 13, 2010, 09:53:59 am

Title: Nightly (OS X): 13 Oct 2010 - Revision 6601
Post by: SirKnightly on October 13, 2010, 09:53:59 am
Here is the nightly for OS X on 13 Oct 2010 - Revision 6601

Group: Inferno
fso-OSX-Inferno-20101013_r6601.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20101013_r6601.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20101013_r6601.md5)

Code: [Select]
------------------------------------------------------------------------
r6596 | chief1983 | 2010-10-12 09:06:27 -0800 (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)

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