Author Topic: Nightly (Windows): 14 Jun 2015 - Revision 1192c1d  (Read 646 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 14 Jun 2015 - Revision 1192c1d
Here is the nightly for Windows on 14 Jun 2015 - Revision 1192c1d

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150614_1192c1d.7z
MD5Sum

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

Group: AVX
fso_AVX_20150614_1192c1d.7z
MD5Sum

Group: SSE
fso_SSE_20150614_1192c1d.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 85f50d9
Author: Peter Mitsis <Mon Jun 8 16:50:02 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:31 2015 -0400>

    Streamline vm_quaternion_rotate()
 code/math/vecmat.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 1af0f81
Author: Peter Mitsis <Sat Jun 13 07:11:36 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:31 2015 -0400>

    Refactor bez_fact()
 code/math/spline.cpp | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 42dc0fc
Author: Peter Mitsis <Sat Jun 13 07:05:20 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:31 2015 -0400>

    Streamline fl_radians() and fl_degrees() macros
 code/math/floating.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 93639e9
Author: Peter Mitsis <Mon Jun 8 10:43:32 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:31 2015 -0400>

    Cosmetic: Do not check for negative vector magnitudes
 code/math/vecmat.cpp | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 3f0476a
Author: Peter Mitsis <Mon Jun 8 06:44:47 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:31 2015 -0400>

    Streamline vm_angle_2_matrix()
 code/math/vecmat.cpp | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit a92ebdc
Author: Peter Mitsis <Mon Jun 8 06:33:33 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:30 2015 -0400>

    Remove commented out from vm_vec_copy_normalize()
 code/math/vecmat.cpp | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit ee40ac7
Author: Peter Mitsis <Mon Jun 8 06:28:39 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:30 2015 -0400>

    Streamline vm_vec_avg_n()
 code/math/vecmat.cpp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit b883078
Author: Peter Mitsis <Fri Jun 5 07:07:41 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:30 2015 -0400>

    Remove unnecessary checking before atan2_safe()
 code/math/vecmat.cpp | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 748fe8e
Author: Peter Mitsis <Fri Jun 5 06:29:25 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:30 2015 -0400>

    Remove unnecessary vm_vec_normalize() checks
 code/math/vecmat.cpp | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit c9003f0
Author: Peter Mitsis <Fri Jun 5 05:56:38 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:30 2015 -0400>

    Remove unnecessary vm_vec_copy_normalize() checks
 code/math/vecmat.cpp | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 391be95
Author: Peter Mitsis <Fri May 29 09:36:35 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:30 2015 -0400>

    Add static and const keywords to vector math routines
 code/math/vecmat.cpp                | 199 ++++++++++++++++++------------------
 code/math/vecmat.h                  | 156 ++++++++++++++--------------
 code/mission/missionbriefcommon.cpp |   2 +-
 3 files changed, 179 insertions(+), 178 deletions(-)

------------------------------------------------------------------------
commit 49d6474
Author: Peter Mitsis <Sat Jun 13 23:10:32 2015 -0400>
Commit: Peter Mitsis <Sat Jun 13 23:14:30 2015 -0400>

    Update vecmat.h and vecmat.cpp file mode bits
 code/math/vecmat.cpp | 0
 code/math/vecmat.h   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

------------------------------------------------------------------------
commit 8515b68
Author: FSCyborg <Sat Jun 13 13:35:10 2015 -0400>
Commit: FSCyborg <Sat Jun 13 13:35:10 2015 -0400>

    Resolve CID 1093435 & 1093437
 code/menuui/barracks.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6393189
Author: FSCyborg <Sat Jun 13 13:26:25 2015 -0400>
Commit: FSCyborg <Sat Jun 13 13:26:25 2015 -0400>

    Resolve CID 1093431 & 1093432
 code/network/multi_pxo.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 27e81df
Author: Axem <Thu Jun 11 19:50:35 2015 -0500>
Commit: Axem <Thu Jun 11 19:50:35 2015 -0500>

    Commit cause reasons
 code/fred2/sexp_tree.cpp  | 0
 code/hud/hudartillery.cpp | 0
 code/hud/hudartillery.h   | 0
 code/math/vecmat.cpp      | 0
 code/math/vecmat.h        | 0
 code/parse/sexp.cpp       | 0
 code/parse/sexp.h         | 0
 code/ship/shiphit.cpp     | 0
 code/weapon/beam.cpp      | 0
 code/weapon/beam.h        | 0
 code/weapon/weapons.cpp   | 0
 11 files changed, 0 insertions(+), 0 deletions(-)

------------------------------------------------------------------------
commit e396686
Author: Axem <Sun May 24 09:00:30 2015 -0500>
Commit: Axem <Sun May 24 09:00:30 2015 -0500>

    Adding customizable pain flash and shield pain flash settings
 code/mod_table/mod_table.cpp      | 17 +++++++++++++++++
 code/mod_table/mod_table.h        |  2 ++
 code/network/multimsgs.cpp        |  7 +++++--
 code/network/multimsgs.h          |  2 +-
 code/object/collideshipweapon.cpp |  2 +-
 code/ship/shiphit.cpp             | 22 ++++++++++++++++++----
 code/ship/shiphit.h               |  2 +-
 7 files changed, 45 insertions(+), 9 deletions(-)