Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 26, 2022, 02:17:55 am
-
Here is the nightly for 26 August 2022 - Revision 8c47a03df
Group: Win32-SSE2
nightly_20220826_8c47a03df-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-Win32-SSE2.zip))
Group: Linux
nightly_20220826_8c47a03df-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-Linux.tar.gz))
Group: MacOSX
nightly_20220826_8c47a03df-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20220826_8c47a03df-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220826_8c47a03df/nightly_20220826_8c47a03df-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit c30500b66
Author: virusman
Commit: virusman
Fix Mac builds by overriding py7zr version
.github/workflows/build-nightly.yaml | 1 +
.github/workflows/build-test.yaml | 1 +
.github/workflows/test-pull_request.yaml | 1 +
3 files changed, 3 insertions(+)
------------------------------------------------------------------------
commit 6d2654792
Author: MjnMixael
Commit: GitHub
Scripting functions necessary for SCPUI Fiction Viewer (#4584)
code/missionui/fictionviewer.h | 1 +
code/scripting/api/libs/mission.cpp | 11 +++++++
code/scripting/api/libs/ui.cpp | 23 ++++++++++++++
code/scripting/api/objs/fictionviewer.cpp | 52 +++++++++++++++++++++++++++++++
code/scripting/api/objs/fictionviewer.h | 12 +++++++
code/source_groups.cmake | 2 ++
6 files changed, 101 insertions(+)
------------------------------------------------------------------------
commit 67d8d56dd
Author: Goober5000
Commit: Goober5000
add a message if the copy detects inconsistent personas
fred2/voiceactingmanager.cpp | 55 ++++++++++++++++++++++++++++++++++++++------
1 file changed, 48 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit b95e04743
Author: Goober5000
Commit: Goober5000
restrict to wingman personas rather than fighter/bombers
fred2/fred.rc | 2 +-
fred2/voiceactingmanager.cpp | 43 +++++++++++++++++++------------------------
2 files changed, 20 insertions(+), 25 deletions(-)
------------------------------------------------------------------------
commit 495010275
Author: Goober5000
Commit: Goober5000
add helpful dialog box
fred2/eventeditor.cpp | 9 +++++++--
fred2/eventeditor.h | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 4b686359e
Author: Goober5000
Commit: Goober5000
tweak dialog and add note
fred2/fred.rc | 27 ++++++++++++++-------------
fred2/resource.h | 1 +
2 files changed, 15 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit 09e72fe91
Author: Goober5000
Commit: Goober5000
bugfixes
fred2/voiceactingmanager.cpp | 41 ++++++++++++++++++++++++++++++++++-------
1 file changed, 34 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 7c019c415
Author: Goober5000
Commit: Goober5000
implement functions
fred2/voiceactingmanager.cpp | 129 +++++++++++++++++++++++++++++++++++++------
fred2/voiceactingmanager.h | 5 +-
2 files changed, 115 insertions(+), 19 deletions(-)
------------------------------------------------------------------------
commit bc4490950
Author: Goober5000
Commit: Goober5000
constify
fred2/voiceactingmanager.cpp | 10 +++++-----
fred2/voiceactingmanager.h | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit f94283778
Author: Goober5000
Commit: Goober5000
stub out functions
fred2/voiceactingmanager.cpp | 25 ++++++++++++++++++++++++-
fred2/voiceactingmanager.h | 4 ++++
2 files changed, 28 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 72355be19
Author: Goober5000
Commit: Goober5000
FRED UI for new voice acting buttons
fred2/fred.rc | 36 +++++++++++++++++++++++-------------
fred2/resource.h | 9 +++++++--
2 files changed, 30 insertions(+), 15 deletions(-)