Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 13, 2010, 12:30:08 pm

Title: Nightly (OS X): 13 Dec 2010 - Revision 6847
Post by: SirKnightly on December 13, 2010, 12:30:08 pm
Here is the nightly for OS X on 13 Dec 2010 - Revision 6847

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

Code: [Select]
------------------------------------------------------------------------
r6843 | The_E | 2010-12-12 22:10:08 -0600 (Sun, 12 Dec 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix for Mantis 2349 (Invalid number of arguments not detected by FRED). This adds a new function to sexp.cpp (check_operator_argument_count()), which can be used to handle cases like send-message-list.
Also adds a warning to change-iff-color in case the FREDer supplied an invalid rgb argument (Mantis 2256)

------------------------------------------------------------------------
r6844 | Zacam | 2010-12-12 23:51:49 -0600 (Sun, 12 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/ds.cpp
   M /trunk/fs2_open/code/windows_stub/config.h

Reverts commits 6681, 6683 and 6684. Adds C4101 Warning suppression for Release Builds (only) so that "catch" doesn't cause an unreferenced parameter warning.
------------------------------------------------------------------------
r6846 | Goober5000 | 2010-12-13 01:24:38 -0600 (Mon, 13 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudreticle.cpp

bypass weird compiler error
------------------------------------------------------------------------
r6847 | Goober5000 | 2010-12-13 01:33:35 -0600 (Mon, 13 Dec 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

set certain flags that used to be in ship_info via ship_set and change_ship_type, which is the correct thing to do, rather than in the middle of parsing, which was a red herring
(fixes Mantis #2169)
------------------------------------------------------------------------