Author Topic: Nightly (OS X): 24 Sep 2010 - Revision 6510  (Read 980 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 24 Sep 2010 - Revision 6510
Here is the nightly for OS X on 24 Sep 2010 - Revision 6510

Group: Inferno
fso-OSX-Inferno-20100924_r6510.tgz
MD5Sum

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?

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