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 01, 2015, 05:14:11 am

Title: Nightly (Linux): 01 Jul 2015 - Revision 2434365
Post by: SirKnightly on July 01, 2015, 05:14:11 am
Here is the nightly for Linux on 01 Jul 2015 - Revision 2434365

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_20150701_2434365.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150701_2434365.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150701_2434365.md5)

Code: [Select]
------------------------------------------------------------------------
commit 7a59192
Author: Peter Mitsis <Sun Jun 28 08:08:36 2015 -0400>
Commit: Peter Mitsis <Sun Jun 28 09:09:26 2015 -0400>

    More application of static and const keywords
 code/math/fvi.cpp | 26 +++++++++++++-------------
 code/math/fvi.h   |  4 ++--
 2 files changed, 15 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit ca07a42
Author: Peter Mitsis <Sun Jun 28 07:20:34 2015 -0400>
Commit: Peter Mitsis <Sun Jun 28 07:20:34 2015 -0400>

    Revert "Remove nine unused routines from math/fvi module"
 code/math/fvi.cpp | 346 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 code/math/fvi.h   |  11 ++
 2 files changed, 357 insertions(+)

------------------------------------------------------------------------
commit 3cb0c72
Author: Peter Mitsis <Sun Jun 21 07:24:03 2015 -0400>
Commit: Peter Mitsis <Thu Jun 25 07:51:53 2015 -0400>

    Apply static and const keywords to math/fvi module
 code/math/fvi.cpp | 29 +++++++++++++++--------------
 code/math/fvi.h   | 22 +++++++++++-----------
 2 files changed, 26 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit 8cdabf6
Author: Peter Mitsis <Sun Jun 21 07:32:01 2015 -0400>
Commit: Peter Mitsis <Thu Jun 25 07:03:59 2015 -0400>

    Remove nine unused routines from math/fvi module
 code/math/fvi.cpp | 347 ------------------------------------------------------
 code/math/fvi.h   |  11 --
 2 files changed, 358 deletions(-)