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 26, 2020, 03:03:47 am
-
Here is the nightly for 26 July 2020 - Revision 2c7fee1
At least one of the nightly builds failed!
Group: Win32
nightly_20200726_2c7fee1-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20200726_2c7fee1/nightly_20200726_2c7fee1-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200726_2c7fee1/nightly_20200726_2c7fee1-builds-Win32.zip))
Group: Linux
nightly_20200726_2c7fee1-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20200726_2c7fee1/nightly_20200726_2c7fee1-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200726_2c7fee1/nightly_20200726_2c7fee1-builds-Linux.tar.gz))
Group: MacOSX
nightly_20200726_2c7fee1-builds-MacOSX.tar.gz (http://scp.indiegames.us/builds/nightly/20200726_2c7fee1/nightly_20200726_2c7fee1-builds-MacOSX.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20200726_2c7fee1/nightly_20200726_2c7fee1-builds-MacOSX.tar.gz))
------------------------------------------------------------------------
commit 673a0c6
Author: Goober5000
Commit: Goober5000
adjust special_ship index if a ship exits a wing
code/ship/ship.cpp | 4 ++++
1 file changed, 4 insertions(+)
------------------------------------------------------------------------
commit ce7ba67
Author: chief1983
Commit: chief1983
fix/sun_sun: 'sun' is a reserved keyword on Sun, so use bgsun here instead.
code/starfield/starfield.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 387c9e4
Author: chief1983
Commit: chief1983
fix/sun_renderdoc: Make Solaris a recognized platform for renderdoc.
code/libs/renderdoc/renderdoc_app.h | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit fd5fba6
Author: chief1983
Commit: chief1983
fix/sun_fionbio: This include is needed on Sun platforms for it to have access to FIONBIO.
code/inetfile/chttpget.cpp | 3 +++
1 file changed, 3 insertions(+)