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 24, 2010, 12:22:56 pm

Title: Nightly (OS X): 24 Sep 2010 - Revision 6510
Post by: SirKnightly on September 24, 2010, 12:22:56 pm
Here is the nightly for OS X on 24 Sep 2010 - Revision 6510

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

Code: [Select]
------------------------------------------------------------------------
r6490 | Zacam | 2010-09-22 16:13:10 -0500 (Wed, 22 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/windows_stub/config.h

Adding 4290 to the pragma warning(disable:) list for easier testing of some code changes.
------------------------------------------------------------------------
r6492 | Zacam | 2010-09-22 17:59:06 -0500 (Wed, 22 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/windows_stub/config.h

Add a description to config.h as to what 4290 is. (Thanks Goober for catching that)
------------------------------------------------------------------------
r6506 | The_E | 2010-09-24 01:28:25 -0500 (Fri, 24 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Avoiding a possible Int3() due to invalid data being passed; since the documentation for get-object-* doesn't specify that you need to give all 3 "relative coordinate" arguments, this needs to be checked.

------------------------------------------------------------------------
r6507 | The_E | 2010-09-24 01:29:46 -0500 (Fri, 24 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Added an Assertion() to further narrow down the cause of the "ai_find_path tries to find path that doesn't exist" bug

------------------------------------------------------------------------
r6508 | The_E | 2010-09-24 01:31:52 -0500 (Fri, 24 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Less ugly hacks is good as well. Why compute the object index, when it's passed as a function argument?

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