Author Topic: Nightly (OS X): 01 May 2016 - Revision 4fa84ee  (Read 804 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 01 May 2016 - Revision 4fa84ee
Here is the nightly for OS X on 01 May 2016 - Revision 4fa84ee

Open non-feature issues in Mantis: 121

Group: Standard
fso_Standard_20160501_4fa84ee.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 39ce7d4
Author: MageKing17 <Wed Apr 27 14:51:47 2016 -0700>
Commit: MageKing17 <Wed Apr 27 14:51:47 2016 -0700>

    Make VS 2013 and 2015 use the copy of gc.exe like 2010 does.
 projects/MSVC_2013/code.vcxproj | 24 ++++++++++++------------
 projects/MSVC_2015/code.vcxproj | 16 ++++++++--------
 2 files changed, 20 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit e3cde70
Author: Peter Mitsis <Fri Apr 22 21:17:28 2016 -0400>
Commit: Peter Mitsis <Sun Apr 24 21:56:06 2016 -0400>

    hud: Simplify HudGaugeLock::renderLockTrianglesOld()
 code/hud/hudlock.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 1806741
Author: Peter Mitsis <Mon Apr 18 20:03:48 2016 -0400>
Commit: Peter Mitsis <Sun Apr 24 21:56:06 2016 -0400>

    trig: Use floating point versions of trig functions
 code/asteroid/asteroid.cpp               |  4 ++--
 code/camera/camera.cpp                   |  4 ++--
 code/graphics/gropenglpostprocessing.cpp |  4 ++--
 code/graphics/shadows.cpp                | 10 +++++-----
 code/hud/hudlock.cpp                     | 16 ++++++++--------
 code/hud/hudtarget.cpp                   | 24 ++++++++++++------------
 code/lab/lab.cpp                         |  4 ++--
 code/math/vecmat.cpp                     |  6 +++---
 code/mission/missionparse.cpp            |  2 +-
 code/model/modelinterp.cpp               |  4 ++--
 code/model/modelread.cpp                 | 12 ++++++------
 code/network/multimsgs.cpp               |  2 +-
 code/parse/sexp.cpp                      |  6 +++---
 code/radar/radar.cpp                     |  2 +-
 code/radar/radarorb.cpp                  |  6 +++---
 code/render/3ddraw.cpp                   | 16 ++++++++--------
 code/render/3dlaser.cpp                  |  8 ++++----
 code/ship/ship.cpp                       | 20 ++++++++++----------
 code/ship/shipfx.cpp                     |  2 +-
 code/starfield/nebula.cpp                |  4 ++--
 code/weapon/beam.cpp                     |  2 +-
 code/weapon/swarm.cpp                    | 12 ++++++------
 code/weapon/weapons.cpp                  |  2 +-
 23 files changed, 86 insertions(+), 86 deletions(-)

------------------------------------------------------------------------
commit 181b758
Author: Peter Mitsis <Sun Apr 17 21:52:45 2016 -0400>
Commit: Peter Mitsis <Sun Apr 24 21:56:06 2016 -0400>

    Replace ANG_TO_RAD() macro with fl_radians() macro
 code/globalincs/pstypes.h      |  2 --
 code/graphics/gropengldraw.cpp |  4 ++--
 code/mission/missionparse.cpp  |  2 +-
 code/model/modelread.cpp       |  2 +-
 code/parse/sexp.cpp            |  6 +++---
 code/ship/ship.cpp             | 18 +++++++++---------
 code/starfield/nebula.cpp      |  6 +++---
 code/weapon/weapons.cpp        |  4 ++--
 8 files changed, 21 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 15dec7e
Author: MageKing17 <Sun Apr 17 14:16:24 2016 -0700>
Commit: MageKing17 <Sun Apr 17 17:02:44 2016 -0700>

    Make ship templates default first_time to true, like ship classes.
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7e31983
Author: downwash <Sat Apr 16 23:28:13 2016 +0200>
Commit: downwash <Sat Apr 16 23:28:13 2016 +0200>

    Removed support for // comments in FRED
 code/fred2/missionsave.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 6c1dd85
Author: niffiwan <Wed Apr 13 22:21:08 2016 +1000>
Commit: niffiwan <Wed Apr 13 22:21:08 2016 +1000>

    Stop joystick hat binds being triggered spuriously
 code/controlconfig/controlsconfig.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1a5700a
Author: m!m <Sun Apr 10 13:18:44 2016 +0200>
Commit: m!m <Sun Apr 10 13:18:44 2016 +0200>

    Make new registry configurable on commandline (#587)
 code/cmdline/cmdline.cpp  | 15 +++++++++++++++
 code/cmdline/cmdline.h    |  3 +++
 code/osapi/osregistry.cpp | 11 +++++++++++
 3 files changed, 29 insertions(+)

------------------------------------------------------------------------
commit 3584164
Author: Yarn366 <Sun Apr 10 07:02:30 2016 -0400>
Commit: m!m <Sun Apr 10 13:02:30 2016 +0200>

    Fix for tab key on barracks screen (#589)
 code/menuui/barracks.cpp | 5 +++++
 1 file changed, 5 insertions(+)