Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 21, 2022, 02:27:36 am
-
Here is the nightly for 21 September 2022 - Revision 7ff6da8b8
Group: Win32-SSE2
nightly_20220921_7ff6da8b8-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-Win32-SSE2.zip))
Group: MacOSX
nightly_20220921_7ff6da8b8-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-Mac.tar.gz))
Group: Linux
nightly_20220921_7ff6da8b8-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20220921_7ff6da8b8-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220921_7ff6da8b8/nightly_20220921_7ff6da8b8-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit eddda373d
Author: MjnMixael
Commit: GitHub
Allow API to optionally not start the next mission. (#4679)
code/scripting/api/libs/ui.cpp | 37 +++++++++++++++++++++++++++----------
1 file changed, 27 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 86f458f01
Author: Joshua Glatt
Commit: GitHub
Allow modifying map container data when the map is an argument (#4683)
code/parse/sexp_container.cpp | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 7926366ee
Author: wookieejedi
Commit: GitHub
Update max priority for scripting AIgoals (#4685)
code/scripting/api/objs/ship.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 710d7a614
Author: MjnMixael
Commit: GitHub
These go here (#4689)
code/source_groups.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit d1ba57bc2
Author: Goober5000
Commit: Goober5000
fix cargo scan type parsing
code/hud/hudparse.cpp | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 931cfdebb
Author: mjn-mixael
Commit: mjn-mixael
explicit bool
code/scripting/api/libs/mission.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit f7b19553c
Author: mjn-mixael
Commit: mjn-mixael
nullptr while I'm here
code/scripting/api/libs/mission.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 6579719a0
Author: mjn-mixael
Commit: mjn-mixael
documentation
code/scripting/api/libs/mission.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 68f03b532
Author: mjn-mixael
Commit: mjn-mixael
Add isInMission and always return getMissionTime
code/scripting/api/libs/mission.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 85c1ae1f4
Author: Goober5000
Commit: Goober5000
use queued rendering instead of immediate rendering for scripts
code/object/object.cpp | 8 ++++++++
code/scripting/api/libs/graphics.cpp | 13 +++++++++++--
code/scripting/api/libs/graphics.h | 2 ++
3 files changed, 21 insertions(+), 2 deletions(-)