Author Topic: Nightly (Windows): 28 Jan 2010 - Revision 5852  (Read 1737 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 28 Jan 2010 - Revision 5852
Here is the nightly for Windows on 28 Jan 2010 - Revision 5852

Group: SSE2
fso-WIN-SSE2-20100128_r5852.7z
MD5Sum

Group: Standard
fso-WIN-Standard-20100128_r5852.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20100128_r5852.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20100128_r5852.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r5850 | Wanderer | 2010-01-28 10:05:15 -0600 (Thu, 28 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

added improved controls for piercing effects. fixed shield armor type bug.
------------------------------------------------------------------------
r5851 | Wanderer | 2010-01-28 14:24:39 -0600 (Thu, 28 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/weapons.cpp

adding 'retail' type piercing (no piercing effect, but normal beam tooling effect)
------------------------------------------------------------------------
r5852 | Wanderer | 2010-01-28 14:28:29 -0600 (Thu, 28 Jan 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp

The_E's fix for preventing lua On HUD Draw hook from being run when HUD is not visible
------------------------------------------------------------------------



 

Offline Fury

  • The Curmudgeon
  • 213
Re: Nightly (Windows): 28 Jan 2010 - Revision 5852
added improved controls for piercing effects. fixed shield armor type bug.

Since someone is bound to ask soon. What this means is improved control in armor.tbl over when piercing triggers.

Two examples.

Code: [Select]
$Damage Type: NormalWeapon
+Weapon Piercing Effect Start Limit: 5
+Weapon Piercing Type: None
$Damage Type: HugeBeam
+Weapon Piercing Effect Start Limit: 5
+Weapon Piercing Type: Default
By default beams pierce hull whenever said weapon deals enough damage (in theory) to kill its target. For other type of weapons this is whenever hull drops below 10%. Armor.tbl can be used to override both or stop piercing completely by setting +Weapon Piercing Type: None. +Weapon Piercing Effect Start Limit: 5 is hull integrity threshold when piercing effects trigger, in this case 5%. With above set-up, huge beams trigger piercing effect even if target won't be killed by said beam if hull goes below 5%.
« Last Edit: January 29, 2010, 06:16:56 am by Fury »

  

Offline Tomo

  • 28
Re: Nightly (Windows): 28 Jan 2010 - Revision 5852
Can you add this to the Wiki?