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 18, 2015, 05:16:17 am

Title: Nightly (FreeBSD): 18 Jul 2015 - Revision ce22e3a
Post by: SirKnightly on July 18, 2015, 05:16:17 am
Here is the nightly for FreeBSD on 18 Jul 2015 - Revision ce22e3a

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

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

Code: [Select]
------------------------------------------------------------------------
commit 83d0083
Author: Peter Mitsis <Sun Jul 12 12:13:57 2015 -0400>
Commit: Peter Mitsis <Wed Jul 15 09:18:47 2015 -0400>

    fvi: Refactor solution to quadratic formula
 code/math/fvi.cpp | 54 +++++++++++++++++++++++++++++++++---------------------
 1 file changed, 33 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit b72cf66
Author: Peter Mitsis <Sat Jun 13 07:11:36 2015 -0400>
Commit: Peter Mitsis <Wed Jul 15 09:08:19 2015 -0400>

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

------------------------------------------------------------------------
commit 9d3dd5c
Author: Peter Mitsis <Fri Jul 10 06:48:02 2015 -0400>
Commit: Peter Mitsis <Wed Jul 15 09:08:19 2015 -0400>

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

------------------------------------------------------------------------
commit da71e62
Author: Lari Nieminen <Sun Jun 28 14:42:17 2015 +0300>
Commit: Lari Nieminen <Sun Jun 28 14:42:17 2015 +0300>

    Fixes Mantis #2436: Mouse controls ignore the axis binds.
 code/playerman/playercontrol.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)