Author Topic: Nightly (OS X): 08 Feb 2016 - Revision 0ed147f  (Read 801 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (OS X): 08 Feb 2016 - Revision 0ed147f
Here is the nightly for OS X on 08 Feb 2016 - Revision 0ed147f

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20160208_0ed147f.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 5e623d1
Author: Yarn366 <Sat Feb 6 16:40:08 2016 -0500>
Commit: Yarn366 <Sat Feb 6 16:40:08 2016 -0500>

    Moved the check for negative values in $Force Scaling Above so that $Scale Gauges can work properly
 code/hud/hudparse.cpp | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit df41bbe
Author: Goober5000 <Fri Feb 5 12:40:55 2016 -0500>
Commit: Goober5000 <Fri Feb 5 12:40:55 2016 -0500>

    refactor of dumb_rotation to intrinsic_rotation
 code/asteroid/asteroid.cpp   |  2 +-
 code/model/model.h           | 19 ++++-----
 code/model/modelread.cpp     | 98 +++++++++++++++++++++-----------------------
 code/model/modelrender.cpp   |  4 +-
 code/object/object.cpp       |  6 +--
 code/ship/ship.cpp           |  4 +-
 code/ship/shipfx.cpp         |  5 ++-
 code/starfield/starfield.cpp |  2 +-
 code/weapon/weapon.h         |  2 +-
 code/weapon/weapons.cpp      |  4 +-
 10 files changed, 71 insertions(+), 75 deletions(-)