Author Topic: Nightly (Windows): 29 Aug 2009 - Revision 5550  (Read 1128 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 29 Aug 2009 - Revision 5550
Here is the nightly for Windows on 29 Aug 2009 - Revision 5550

fso-WIN-20090829_r5550.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r5549 | Sushi | 2009-08-28 20:20:11 -0500 (Fri, 28 Aug 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/ai.h
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/ai/aiturret.cpp

Updates to ai.tbl to allow AI behavior to NOT use the index of the AI class in its logic. In other words, added stuff so that you can create AI classes where their order in the file doesn't affect how they perform.
AI now uses the (previously unused) "Patience" attribute to determine how quickly to break out of a "stalemate" situation (higher patience means willing to endure stalemate for longer). Only matters if the stalemate detection stuff is used as well.
------------------------------------------------------------------------
r5550 | karajorma | 2009-08-29 04:32:36 -0500 (Sat, 29 Aug 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix a typo, remove some unreachable code, add some missing casts.
------------------------------------------------------------------------