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, 09:42:56 am

Title: Nightly (Windows): 24 Sep 2010 - Revision 6508
Post by: SirKnightly on September 24, 2010, 09:42:56 am
Here is the nightly for Windows on 24 Sep 2010 - Revision 6508

Group: Inferno
fso-WIN-Inferno-20100924_r6508.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20100924_r6508.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20100924_r6508.md5)

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20100924_r6508.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20100924_r6508.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20100924_r6508.md5)

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20100924_r6508.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20100924_r6508.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20100924_r6508.md5)

Code: [Select]
------------------------------------------------------------------------
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?

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