Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 22, 2010, 10:06:07 am
-
Here is the nightly for OS X on 22 Sep 2010 - Revision 6489
Group: Inferno
fso-OSX-Inferno-20100922_r6489.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20100922_r6489.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20100922_r6489.md5)
------------------------------------------------------------------------
r6483 | The_E | 2010-09-21 19:06:20 -0500 (Tue, 21 Sep 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Flags are bitfields, so an "&" needs to be used instead of an "&&"
------------------------------------------------------------------------
r6484 | The_E | 2010-09-21 19:15:29 -0500 (Tue, 21 Sep 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/missionui/missionbrief.cpp
Avoiding a name collision between a global and a local variable
------------------------------------------------------------------------
r6485 | The_E | 2010-09-21 19:25:01 -0500 (Tue, 21 Sep 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/object/collideshipweapon.cpp
Another potential var name collision. Thankfully, this one's part of the decal code, so it's likely it never was a problem.
------------------------------------------------------------------------
r6486 | The_E | 2010-09-21 19:32:39 -0500 (Tue, 21 Sep 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
Moving this counter variable to be declared as local for the loops.
------------------------------------------------------------------------
r6487 | The_E | 2010-09-21 19:38:08 -0500 (Tue, 21 Sep 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/graphics/font.cpp
And another variable declaration overwriting a declaration in an outer scope.
------------------------------------------------------------------------
r6488 | The_E | 2010-09-21 19:41:52 -0500 (Tue, 21 Sep 2010) | 2 lines
Changed paths:
M /trunk/fs2_open/code/ai/aicode.cpp
Same here.
------------------------------------------------------------------------
r6489 | IssMneur | 2010-09-21 22:05:57 -0500 (Tue, 21 Sep 2010) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Fix bug in the new support ship sexp noted by Goober5000.
------------------------------------------------------------------------