Author Topic: Nightly (Windows): 24 Sep 2010 - Revision 6508  (Read 1119 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 24 Sep 2010 - Revision 6508
Here is the nightly for Windows on 24 Sep 2010 - Revision 6508

Group: Inferno
fso-WIN-Inferno-20100924_r6508.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20100924_r6508.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20100924_r6508.7z
MD5Sum

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?

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