Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 05, 2020, 01:13:39 am
-
Here is the nightly for 05 January 2020 - Revision 1d9eb94
At least one of the nightly builds failed!
Group: Linux
nightly_20200105_1d9eb94-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-Linux.tar.gz))
Group: MacOSX
nightly_20200105_1d9eb94-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-MacOSX.tar.gz))
Group: Win64
nightly_20200105_1d9eb94-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-Win64.zip))
Group: Win32
nightly_20200105_1d9eb94-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200105_1d9eb94/nightly_20200105_1d9eb94-builds-Win32.zip))
------------------------------------------------------------------------
commit 42953b0
Author: asarium
Commit: asarium
Fix fog depth computation
code/def_files/data/effects/fog-f.sdr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2521228
Author: Goober5000
Commit: Goober5000
accidentally a #
code/globalincs/pstypes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit db6520c
Author: Goober5000
Commit: Goober5000
make the loading bar a bit more accurate by updating the count estimate to a recent 'real count'
freespace2/freespace.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 09f06dc
Author: Goober5000
Commit: Goober5000
rename VerifyEx to Verification and remove old MSVC 2005 checks
code/globalincs/pstypes.h | 16 ++++++----------
code/globalincs/toolchain/msvc.h | 30 +++++++-----------------------
2 files changed, 13 insertions(+), 33 deletions(-)