Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 14, 2023, 12:43:11 am
-
Here is the nightly for 14 February 2023 - Revision 7cc9f72ca
Group: MacOSX
nightly_20230214_7cc9f72ca-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20230214_7cc9f72ca-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-Win32-SSE2.zip))
Group: Linux
nightly_20230214_7cc9f72ca-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20230214_7cc9f72ca-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230214_7cc9f72ca/nightly_20230214_7cc9f72ca-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit ef3af0e25
Author: mjn-mixael
Commit: mjn-mixael
Keep this in range
freespace2/freespace.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 6b097be0a
Author: mjn-mixael
Commit: mjn-mixael
use me daddy
code/scripting/api/libs/ui.cpp | 3 +++
1 file changed, 3 insertions(+)
------------------------------------------------------------------------
commit 9980c3f5c
Author: mjn-mixael
Commit: mjn-mixael
funcs and virtvars for SCPUI pause screen
code/missionui/missionpause.cpp | 6 +++---
code/missionui/missionpause.h | 6 ++++++
code/scripting/api/libs/ui.cpp | 45 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit bd1a288cd
Author: mjn-mixael
Commit: mjn-mixael
expose pausing weapon sounds
code/scripting/api/libs/audio.cpp | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
------------------------------------------------------------------------
commit ae135b492
Author: mjn-mixael
Commit: mjn-mixael
mission profiles instead of gameplay profiles
code/ai/ai_profiles.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 9c167b279
Author: mjn-mixael
Commit: mjn-mixael
throw in -gmp.tbm as optional match to -aip.tbm
code/ai/ai_profiles.cpp | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit 1884e4c4d
Author: mjn-mixael
Commit: mjn-mixael
allow gameplay_profiles.tbl to be an alias of ai_profiles.tbl
code/ai/ai_profiles.cpp | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)