Author Topic: Nightly (Windows): 26 Sep 2010 - Revision 6525  (Read 1350 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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

Group: Inferno
fso-WIN-Inferno-20100926_r6525.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20100926_r6525.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20100926_r6525.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r6511 | The_E | 2010-09-25 14:08:27 -0500 (Sat, 25 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp

Moving this assert to a better place

------------------------------------------------------------------------
r6512 | The_E | 2010-09-25 14:43:45 -0500 (Sat, 25 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/parse/scripting.cpp
   M /trunk/fs2_open/code/parse/scripting.h
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Adding the "On Weapon Selected", "On Weapon Deselected", "On Weapon Equipped" and "On Weapon Fired" scripting actions.

------------------------------------------------------------------------
r6513 | Wanderer | 2010-09-25 15:49:05 -0500 (Sat, 25 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelcollide.cpp

Fix for mantis 2304 - non standard uvec/fvec turrets did not have proper collision detection
------------------------------------------------------------------------
r6514 | Wanderer | 2010-09-25 15:50:33 -0500 (Sat, 25 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shiphit.cpp

Fix to prevent global damage (shockwaves etc) from creating debris shards that spawn in empty space
------------------------------------------------------------------------
r6515 | The_E | 2010-09-25 16:38:37 -0500 (Sat, 25 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelcollide.cpp

Reverting 6513 due to errors found in the implementation
------------------------------------------------------------------------
r6523 | Wanderer | 2010-09-26 06:32:18 -0500 (Sun, 26 Sep 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp

Fix for mantis 2303 and related issue in lua.cpp
------------------------------------------------------------------------
r6524 | The_E | 2010-09-26 10:54:19 -0500 (Sun, 26 Sep 2010) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/sound/sound.cpp

Better error checking for adjust-audio-volume, fixes Mantis 2314. Thanks to Echelon9 for noticing this.

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