Author Topic: Nightly (Windows): 28 Aug 2009 - Revision 5548  (Read 1982 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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

fso-WIN-20090828_r5548.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r5542 | Wanderer | 2009-08-27 10:34:51 -0500 (Thu, 27 Aug 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Fix for mantis 1986
------------------------------------------------------------------------
r5543 | karajorma | 2009-08-27 19:04:25 -0500 (Thu, 27 Aug 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Don't bother with any other AI checks for afterburner use when the ship doesn't even have an afterburner. Might fix Mantis 1982.
------------------------------------------------------------------------
r5544 | Wanderer | 2009-08-28 02:53:45 -0500 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

runsexp debug console functions - runsexp lua scripting functions
------------------------------------------------------------------------
r5545 | karajorma | 2009-08-28 02:59:31 -0500 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/collideweaponweapon.cpp
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Allow bombs to use their actual radius when working out collisions rather than doubling it.
------------------------------------------------------------------------
r5547 | portej05 | 2009-08-28 08:16:53 -0500 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglshader.cpp

Hery's shader unification patch (from Antipodes #2)
------------------------------------------------------------------------
r5548 | Wanderer | 2009-08-28 08:48:24 -0500 (Fri, 28 Aug 2009) | 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/ship/shiphit.cpp

option to always allow hull armor type to be used (fix for mantis 1973)
------------------------------------------------------------------------



 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Nightly (Windows): 28 Aug 2009 - Revision 5548
Inferno and SSE2 builds available here:
http://www.mediafire.com/?cdweejmzjyt
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Aardwolf

  • 211
  • Posts: 16,384
    • Minecraft
Re: Nightly (Windows): 28 Aug 2009 - Revision 5548
Code: [Select]
Allow bombs to use their actual radius when working out collisions rather than doubling it.

Explain please... how is this controlled?

 

Offline Wanderer

  • Wiki Warrior
  • 211
  • Mostly harmless
Re: Nightly (Windows): 28 Aug 2009 - Revision 5548
Code: [Select]
Allow bombs to use their actual radius when working out collisions rather than doubling it.

Explain please... how is this controlled?
Seems to be new weapons flag "no radius doubling"
Do not meddle in the affairs of coders for they are soggy and hard to light

 

Offline Fury

  • The Curmudgeon
  • 213
Re: Nightly (Windows): 28 Aug 2009 - Revision 5548
So how does this collision thingy affect gameplay?

 

Offline Sushi

  • Art Critic
  • 211
Re: Nightly (Windows): 28 Aug 2009 - Revision 5548
@Fury: Basically it makes missiles/bombs (optionally) harder to shoot down. Normally they are made artificially easier to hit.

Kara, I was looking at 5543 (the afterburner one) and it looks a bit off to me:

Code: [Select]
// bail if the ship doesn't even have an afterburner
if (Ship_info[Ships[objp->instance].ship_info_index].flags & SIF_AFTERBURNER) {
return 0;
}

As far as I can tell, that bails if the ship DOES have an afterburner. Which is backwards: I think you're missing a ! somewhere. :)

  

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Nightly (Windows): 28 Aug 2009 - Revision 5548
Damnit, yeah you're right. :D

There was a ! in there before I copied and pasted it in from another part of the code. :D
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]