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 27, 2015, 05:17:12 am

Title: Nightly (FreeBSD): 27 Nov 2015 - Revision 87d07c9
Post by: SirKnightly on November 27, 2015, 05:17:12 am
Here is the nightly for FreeBSD on 27 Nov 2015 - Revision 87d07c9

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

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

Code: [Select]
------------------------------------------------------------------------
commit 407a235
Author: Lari Nieminen <Thu Nov 26 18:06:41 2015 +0200>
Commit: Lari Nieminen <Thu Nov 26 18:06:41 2015 +0200>

    Fixed silly syntax error
 code/bmpman/bmpman.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0c5e6c7
Author: Lari Nieminen <Thu Nov 26 16:35:23 2015 +0200>
Commit: Lari Nieminen <Thu Nov 26 16:35:23 2015 +0200>

    Fixes to some bm_unlock and bm_unload calls
 code/bmpman/bmpman.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 4b37433
Author: The E <Sun Nov 22 21:00:24 2015 +0100>
Commit: The E <Sun Nov 22 21:00:24 2015 +0100>

    Removing the _INLINE_VECMAT preprocessor define. This is something the compiler is better equipped to decide.
 code/math/vecmat.cpp | 24 -------------
 code/math/vecmat.h   | 96 ----------------------------------------------------
 2 files changed, 120 deletions(-)