Author Topic: Nightly (Windows): 01 May 2016 - Revision 4fa84ee  (Read 1158 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

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

Open non-feature issues in Mantis: 121

Group: Standard
fso_Standard_20160501_4fa84ee.7z
MD5Sum

Group: AVX
fso_AVX_20160501_4fa84ee.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20160501_4fa84ee.7z
MD5Sum

Group: SSE
fso_SSE_20160501_4fa84ee.7z
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(-)