Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 04, 2023, 12:41:17 am
-
Here is the nightly for 04 January 2023 - Revision a7b46dba5
Group: Win32-SSE2
nightly_20230104_a7b46dba5-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-Win32-SSE2.zip))
Group: Linux
nightly_20230104_a7b46dba5-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20230104_a7b46dba5-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-x64-SSE2.zip))
Group: MacOSX
nightly_20230104_a7b46dba5-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230104_a7b46dba5/nightly_20230104_a7b46dba5-builds-Mac.tar.gz))
------------------------------------------------------------------------
commit 1f7cdca5a
Author: mjn-mixael
Commit: mjn-mixael
optional
code/scripting/api/libs/mission.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit c74d523e1
Author: mjn-mixael
Commit: mjn-mixael
third attempt at getting past that one guy
code/scripting/api/libs/mission.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 0bc26cab2
Author: mjn-mixael
Commit: mjn-mixael
Revert "make sure game time is running in the mainhall"
freespace2/freespace.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit 0d56bb999
Author: Goober5000
Commit: Goober5000
restore retail behavior of chaining to repeating events
code/mission/missiongoals.cpp | 10 +++++++++-
code/mod_table/mod_table.cpp | 13 +++++++++++++
code/mod_table/mod_table.h | 1 +
code/parse/sexp.cpp | 5 ++++-
4 files changed, 27 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 155e043bb
Author: mjn-mixael
Commit: mjn-mixael
make sure game time is running in the mainhall
freespace2/freespace.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit c2b93549a
Author: Goober5000
Commit: Goober5000
more robust object iteration
code/object/object.h | 27 ++++--
code/scripting/api/libs/mission.cpp | 174 +++++++++++++++++++-----------------
code/scripting/api/objs/object.cpp | 12 +++
3 files changed, 126 insertions(+), 87 deletions(-)