Author Topic: Nightly (OS X): 20 Oct 2010 - Revision 6649  (Read 1391 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 20 Oct 2010 - Revision 6649
Here is the nightly for OS X on 20 Oct 2010 - Revision 6649

Group: Inferno
fso-OSX-Inferno-20101020_r6649.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6628 | Zacam | 2010-10-18 14:29:38 -0500 (Mon, 18 Oct 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.cpp
   M /trunk/fs2_open/code/starfield/starfield.h
   M /trunk/fs2_open/code/starfield/supernova.cpp

Sun OS compatibility: "Sun" is a reserved word, so (*sun) becomes (*sun_ptr), (bool sun) becomes (bool is_a_sun), etc.
Also: void stars_delete_instance_FRED is now void stars_delete_entry_FRED in the CPP to better match the H.
White-space clean-up took place too.
------------------------------------------------------------------------
r6629 | The_E | 2010-10-18 14:57:12 -0500 (Mon, 18 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

This case shouldn't ever be hit, but it's still bad form to Int3() there.

------------------------------------------------------------------------
r6630 | The_E | 2010-10-18 15:17:01 -0500 (Mon, 18 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

Warnings done properly. Thanks, chief

------------------------------------------------------------------------
r6632 | Zacam | 2010-10-18 15:55:08 -0500 (Mon, 18 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/starfield/supernova.cpp

The hell...? Missed one somehow.
------------------------------------------------------------------------
r6634 | chief1983 | 2010-10-18 16:18:10 -0500 (Mon, 18 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/starfield/starfield.h

Pedantically correct a comment
------------------------------------------------------------------------
r6635 | Zacam | 2010-10-18 16:23:16 -0500 (Mon, 18 Oct 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

From FUBAR: Turret ROF Sexp
http://www.hard-light.net/forums/index.php?topic=71884.0
------------------------------------------------------------------------
r6639 | chief1983 | 2010-10-19 17:14:52 -0500 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/fsmemory.cpp
   M /trunk/fs2_open/code/globalincs/fsmemory.h
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

Use appropriate line endings
------------------------------------------------------------------------
r6640 | chief1983 | 2010-10-19 17:16:26 -0500 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglextension.cpp

Wrong way with this fix, should have gone from trunk to antipodes
------------------------------------------------------------------------
r6646 | Sushi | 2010-10-20 00:21:51 -0500 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix bug where changing AI goals while gliding can cause them to get stuck in glide
------------------------------------------------------------------------



  

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: Nightly (OS X): 20 Oct 2010 - Revision 6649
Quote
Fix bug where changing AI goals while gliding can cause them to get stuck in glide

Yay! Thank you Sushi!