Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 10, 2016, 03:18:08 am
-
Here is the nightly for 10 September 2016 - Revision de6c558
Group: Linux
nightly_20160910_de6c558-builds-Linux.tar.gz (https://dl.bintray.com/scp-fs2open/FSO/nightly_20160910_de6c558-builds-Linux.tar.gz)
SHA1: 2fccd7bf76355f8102ec5ce55bb97dddcf0a7058
Group: MacOSX
nightly_20160910_de6c558-builds-MacOSX.tar.gz (https://dl.bintray.com/scp-fs2open/FSO/nightly_20160910_de6c558-builds-MacOSX.tar.gz)
SHA1: 0d4060b7938cfdf7362d8c6c852d1b9799ade967
Group: Win64
nightly_20160910_de6c558-builds-Win64.zip (https://dl.bintray.com/scp-fs2open/FSO/nightly_20160910_de6c558-builds-Win64.zip)
SHA1: ad649d982454c0515875bba0c78e40c384148833
------------------------------------------------------------------------
commit 5bf9db0
Author: chief1983 <Fri Sep 9 15:46:10 2016 -0500>
Commit: chief1983 <Fri Sep 9 15:46:10 2016 -0500>
fix/macNightlies: Fix for #836 - Set the deployment target as low as will still compile to broaden compatibility, fix setting the rpath during the build process for SDL2 linking, and copy the resource bundles while preserving symlinks and other attributes.
cmake/platform-darwin.cmake | 6 ++++++
freespace2/resources.cmake | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 107946d
Author: asarium <Fri Sep 9 19:34:25 2016 +0200>
Commit: asarium <Fri Sep 9 19:34:25 2016 +0200>
Fix integer overflow in mission-time-msecs SEXP
code/parse/sexp.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit e7add25
Author: asarium <Fri Sep 9 10:10:25 2016 +0200>
Commit: asarium <Fri Sep 9 10:13:42 2016 +0200>
Disable cursors in standalone mode
code/io/cursor.cpp | 3 +++
code/parse/lua.cpp | 3 +++
freespace2/freespace.cpp | 10 ++++++----
3 files changed, 12 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 89bdef8
Author: asarium <Thu Sep 8 17:39:08 2016 +0200>
Commit: asarium <Thu Sep 8 17:39:08 2016 +0200>
Fix return value check
code/io/cursor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-
As of this build, Mac nightlies should actually work when run from wxLauncher.