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 10, 2016, 05:20:31 am

Title: Nightly (FreeBSD): 10 Jul 2016 - Revision fcc40b4
Post by: SirKnightly on July 10, 2016, 05:20:31 am
Here is the nightly for FreeBSD on 10 Jul 2016 - Revision fcc40b4

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

Code: [Select]
------------------------------------------------------------------------
commit ef33ee4
Author: Fabian Woltermann <Sun Jul 10 00:53:12 2016 +0200>
Commit: Fabian Woltermann <Sun Jul 10 00:53:12 2016 +0200>

    Fixes a small issue in the nohtl removal commit. In this case, the original line "if (!Cmdline_nohtl || (s <= 0.0f))" was replaced by "if (s <= 0.0f)", which unfortunately is not the intended behaviour here.
 code/render/3dsetup.cpp | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 8162abc
Author: niffiwan <Wed Jul 6 20:57:16 2016 +1000>
Commit: niffiwan <Sat Jul 9 20:04:16 2016 +1000>

    Allow apng's to not be cached
 code/graphics/generic.cpp       |  9 +++++----
 code/graphics/generic.h         |  2 +-
 code/mission/missionmessage.cpp |  2 +-
 code/parse/lua.cpp              | 13 +++++++------
 code/pngutils/pngutils.cpp      | 28 +++++++++++++++++++++-------
 code/pngutils/pngutils.h        |  4 ++--
 6 files changed, 37 insertions(+), 21 deletions(-)