Hard Light Productions Forums

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

Title: Nightly (Windows): 13 Oct 2010 - Revision 6601
Post by: Zacam on October 13, 2010, 11:18:18 am
Here is the nightly for Windows on 13 Oct 2010 - Revision 6601

Group: Inferno
fso-WIN-Inferno-20101013_r6601.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20101013_r6601.7z)
MD5: A7732B4C8A0EE5410C2AF6A118698901

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20101013_r6601.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20101013_r6601.7z)
MD5: 8F9F4DD92FBB89D64BE084D3A2FBD5D8

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20101013_r6601.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20101013_r6601.7z)
MD5: 8830364AA6415446FA3315E99237FDFD

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 15:37:50 -0800 (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 16:40:48 -0800 (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 19:16:34 -0800 (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-12 23:18:36 -0800 (Tue, 12 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)

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