Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 01, 2015, 05:15:26 am

Title: Nightly (FreeBSD): 01 Oct 2015 - Revision 2d56358
Post by: SirKnightly on October 01, 2015, 05:15:26 am
Here is the nightly for FreeBSD on 01 Oct 2015 - Revision 2d56358

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

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

Code: [Select]
------------------------------------------------------------------------
commit d52e27d
Author: DahBlount <Wed Sep 30 13:54:18 2015 -0600>
Commit: DahBlount <Wed Sep 30 13:54:18 2015 -0600>

    Move debug warnings to optional_string()
 code/weapon/weapons.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 3bbabea
Author: DahBlount <Wed Sep 30 13:13:52 2015 -0600>
Commit: DahBlount <Wed Sep 30 13:19:10 2015 -0600>

    Add additional checks to min/max damage code
 code/weapon/weapons.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit edc8068
Author: Goober5000 <Wed Sep 30 15:03:00 2015 -0400>
Commit: Goober5000 <Wed Sep 30 15:03:00 2015 -0400>

    cfclose() will hit an assertion if we try to close a null pointer
 code/missionui/fictionviewer.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)