Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 06, 2015, 05:19:13 am

Title: Nightly (Linux): 06 Jul 2015 - Revision 181098e
Post by: SirKnightly on July 06, 2015, 05:19:13 am
Here is the nightly for Linux on 06 Jul 2015 - Revision 181098e

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123

Group: Standard
fso_Standard_20150706_181098e.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150706_181098e.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150706_181098e.md5)

Code: [Select]
------------------------------------------------------------------------
commit 3495b19
Author: Peter Mitsis <Mon Jun 8 16:50:02 2015 -0400>
Commit: Peter Mitsis <Sun Jul 5 00:03:31 2015 -0400>

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

------------------------------------------------------------------------
commit 62a7865
Author: Peter Mitsis <Mon Jun 8 06:44:47 2015 -0400>
Commit: Peter Mitsis <Sun Jul 5 00:03:31 2015 -0400>

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

------------------------------------------------------------------------
commit 8193dbb
Author: Peter Mitsis <Mon Jun 8 06:28:39 2015 -0400>
Commit: Peter Mitsis <Sun Jul 5 00:03:31 2015 -0400>

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

------------------------------------------------------------------------
commit 95d1701
Author: Peter Mitsis <Fri Jun 5 07:07:41 2015 -0400>
Commit: Peter Mitsis <Sun Jul 5 00:03:31 2015 -0400>

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

------------------------------------------------------------------------
commit 945f655
Author: Peter Mitsis <Fri Jun 5 06:29:25 2015 -0400>
Commit: Peter Mitsis <Sun Jul 5 00:03:31 2015 -0400>

    Remove unnecessary vm_vec_normalize() checks
 code/math/vecmat.cpp | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 11b65fe
Author: Peter Mitsis <Fri Jun 5 05:56:38 2015 -0400>
Commit: Peter Mitsis <Sun Jul 5 00:03:27 2015 -0400>

    Remove unnecessary vm_vec_copy_normalize() checks
 code/math/vecmat.cpp | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)