Hard Light Productions Forums

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

Title: Nightly (FreeBSD): 06 Nov 2015 - Revision 0f36c69
Post by: SirKnightly on November 06, 2015, 05:16:51 am
Here is the nightly for FreeBSD on 06 Nov 2015 - Revision 0f36c69

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_20151106_0f36c69.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20151106_0f36c69.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20151106_0f36c69.md5)

Code: [Select]
------------------------------------------------------------------------
commit 1d66596
Author: niffiwan <Fri Nov 6 07:59:03 2015 +1000>
Commit: niffiwan <Fri Nov 6 07:59:03 2015 +1000>

    Disable shadows by default
 code/cmdline/cmdline.cpp | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit b704050
Author: Goober5000 <Thu Nov 5 00:36:06 2015 -0500>
Commit: Goober5000 <Thu Nov 5 00:36:06 2015 -0500>

    change these functions to return bool rather than int; fixes a minor warning
 code/ship/shipfx.cpp | 42 +++++++++++++++++++++---------------------
 code/ship/shipfx.h   |  6 +++---
 2 files changed, 24 insertions(+), 24 deletions(-)