Author Topic: Nightly (FreeBSD): 20 Oct 2014 - Revision 11151  (Read 669 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 20 Oct 2014 - Revision 11151
Here is the nightly for FreeBSD on 20 Oct 2014 - Revision 11151

Open non-feature issues in Mantis: 125

Group: Standard
fso_Standard_20141020_r11151.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r11139 | Goober5000 | 2014-10-14 11:18:11 -0500 (Tue, 14 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/voiceactingmanager.cpp
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/hud/hudmessage.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

heh... Microsoft's implementation of snprintf doesn't conform to the standard!
------------------------------------------------------------------------
r11140 | Goober5000 | 2014-10-14 22:20:53 -0500 (Tue, 14 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/fredview.cpp
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudmessage.cpp
   M /trunk/fs2_open/code/network/stand_gui.cpp
   M /trunk/fs2_open/code/popup/popup.cpp
   M /trunk/fs2_open/code/weapon/emp.cpp

additional string safety
------------------------------------------------------------------------
r11141 | Goober5000 | 2014-10-16 21:08:42 -0500 (Thu, 16 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp

xt branch: minor optimizations in beam.cpp
------------------------------------------------------------------------
r11142 | Goober5000 | 2014-10-16 21:12:24 -0500 (Thu, 16 Oct 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp

xt branch:
"Nothing major here, just added the same basic stuff from the nebula code to make beam glows fade out depending on how close to the eye they are. The primary reason for this was for beams on fighters, since the muzzle glows tend to block your view when they show up. Having them fade out still gives you the visual effect, but allows you to see through them as well."
------------------------------------------------------------------------
r11143 | Goober5000 | 2014-10-16 21:21:53 -0500 (Thu, 16 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

xt branch: minor ship.cpp fixes
------------------------------------------------------------------------
r11144 | Goober5000 | 2014-10-16 21:26:03 -0500 (Thu, 16 Oct 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

refine the calculation of effective_primary_banks...
1) optimization from xt branch: don't calculate if we only actually have one bank on our ship
2) make sure to count the current bank that we're firing, to avoid an edge case where we might have a negative fire penalty
3) make the condition logic a little clearer
------------------------------------------------------------------------
r11145 | Goober5000 | 2014-10-16 21:29:33 -0500 (Thu, 16 Oct 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

xt branch:
1) the number of beam firing points should be the same as the number of ship firing points, because that's how we're calculating the expenditure of weapon energy
2) clear out Ship_type information when we exit the game
------------------------------------------------------------------------
r11146 | Goober5000 | 2014-10-16 21:31:33 -0500 (Thu, 16 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/ship/shiphit.cpp

xt branch: minor tweaks
------------------------------------------------------------------------
r11147 | Goober5000 | 2014-10-16 21:34:58 -0500 (Thu, 16 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

xt branch: WIF_MFLASH is unnecessary because we can check whether there is a muzzle flash index
------------------------------------------------------------------------
r11148 | Goober5000 | 2014-10-16 21:43:54 -0500 (Thu, 16 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

xt branch: memset a bunch of weapons strings
------------------------------------------------------------------------
r11149 | Goober5000 | 2014-10-16 21:45:05 -0500 (Thu, 16 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp

xt branch: load stuff from the correct location
------------------------------------------------------------------------
r11150 | Goober5000 | 2014-10-17 00:18:29 -0500 (Fri, 17 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/missionsave.cpp
   M /trunk/fs2_open/code/fred2/missionsave.h

MageKing17 has done yeoman's work in fixing the version-specific commenting system.  Thanks, MageKing17!
------------------------------------------------------------------------
r11151 | niffiwan | 2014-10-19 03:33:35 -0500 (Sun, 19 Oct 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/hud/hudparse.cpp
   M /trunk/fs2_open/code/hud/hudreticle.cpp
   M /trunk/fs2_open/code/hud/hudreticle.h
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/hud/hudtarget.h
   M /trunk/fs2_open/code/radar/radarsetup.cpp
   M /trunk/fs2_open/code/radar/radarsetup.h

Allow fonts to set/change special char indexes
------------------------------------------------------------------------