Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 05, 2023, 01:56:39 am

Title: Nightly: 05 October 2023 - Revision af4ec4fac
Post by: SirKnightly on October 05, 2023, 01:56:39 am
Here is the nightly for 05 October 2023 - Revision af4ec4fac



Group: Linux
nightly_20231005_af4ec4fac-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-Linux.tar.gz))


Group: MacOSX
nightly_20231005_af4ec4fac-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-Mac.tar.gz))


Group: Win32-SSE2
nightly_20231005_af4ec4fac-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20231005_af4ec4fac-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231005_af4ec4fac/nightly_20231005_af4ec4fac-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit d89764321
Author: Goober5000
Commit: Goober5000

    tweak messages per feedback
 code/mission/missionparse.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 6631975e4
Author: Goober5000
Commit: Goober5000

    some additional fixes
 code/mission/missionparse.cpp | 12 +++++++++++-
 code/ship/ship.cpp            |  5 +++++
 code/ship/ship.h              |  1 +
 3 files changed, 17 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit fa2b135bb
Author: Goober5000
Commit: Goober5000

    remove incorrect setting of ship status
 code/mission/missionparse.cpp | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)