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 23, 2023, 02:03:05 am
-
Here is the nightly for 23 October 2023 - Revision d8aea4ad3
Group: Linux
nightly_20231023_d8aea4ad3-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231023_d8aea4ad3-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231023_d8aea4ad3-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231023_d8aea4ad3-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231023_d8aea4ad3/nightly_20231023_d8aea4ad3-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit d8aea4ad3
Author: John Fernandez
Commit: JohnAFernandez
Add CMakePresets.json to gitignore
.gitignore | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit f83efb54c
Author: Goober5000
Commit: Goober5000
fix change-soundtrack after
code/gamesnd/eventmusic.cpp | 3 +++
1 file changed, 3 insertions(+)
------------------------------------------------------------------------
commit 3ca26587e
Author: Mike Nelson
Commit: GitHub
add default player weapon flag (#5600)
code/ship/ship.cpp | 1 +
code/weapon/weapon_flags.h | 1 +
code/weapon/weapons.cpp | 1 +
fred2/management.cpp | 2 +-
qtfred/src/mission/Editor.cpp | 2 +-
5 files changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 15daaf263
Author: Goober5000
Commit: Goober5000
additional cleanup from PR 5462
code/cfile/cfile.cpp | 2 +-
code/cfile/cfile.h | 2 +-
code/hud/hudconfig.cpp | 5 ++-
code/menuui/readyroom.cpp | 66 ++++++++++++++++------------------------
code/mission/missioncampaign.cpp | 2 +-
code/mission/missioncampaign.h | 2 +-
code/network/multi_data.cpp | 7 ++---
code/network/multiui.cpp | 24 ++++++---------
code/starfield/nebula.cpp | 2 +-
fred2/fredstubs.cpp | 2 +-
freespace2/freespace.cpp | 2 +-
freespace2/freespace.h | 2 +-
qtfred/src/fredstubs.cpp | 2 +-
test/src/test_stubs.cpp | 2 +-
14 files changed, 51 insertions(+), 71 deletions(-)