Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 03, 2022, 01:50:50 am
-
Here is the nightly for 03 April 2022 - Revision db0598720
Group: Linux
nightly_20220403_db0598720-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220403_db0598720/nightly_20220403_db0598720-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220403_db0598720/nightly_20220403_db0598720-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20220403_db0598720-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220403_db0598720/nightly_20220403_db0598720-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220403_db0598720/nightly_20220403_db0598720-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20220403_db0598720-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220403_db0598720/nightly_20220403_db0598720-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220403_db0598720/nightly_20220403_db0598720-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit db0598720
Author: EatThePath
Commit: GitHub
Add delay into ai_new_maybe_reposition_attack_subsys for performance reasons (#4087)
code/ai/ai.h | 5 +++
code/ai/aibig.cpp | 104 ++++++++++++++++++++++++++++-------------------------
code/ai/aicode.cpp | 3 ++
3 files changed, 64 insertions(+), 48 deletions(-)
------------------------------------------------------------------------
commit 4b0c36632
Author: Goober5000
Commit: Goober5000
fix
code/globalincs/linklist.h | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit e36210526
Author: Goober5000
Commit: Goober5000
tweak things and add const_iterator
code/globalincs/linklist.h | 70 ++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 68 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 8ac7853de
Author: Goober5000
Commit: Goober5000
add a class encapsulation for Volition's linked list
code/globalincs/linklist.h | 85 +++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 84 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2232ec228
Author: Goober5000
Commit: Goober5000
dynamic IFF list in the ship select editor
fred2/fred.rc | 11 +-
fred2/resource.h | 11 +-
fred2/ship_select.cpp | 434 ++++++++++++++++++--------------------------------
fred2/ship_select.h | 30 ++--
4 files changed, 171 insertions(+), 315 deletions(-)
------------------------------------------------------------------------
commit 18a8e280d
Author: Goober5000
Commit: Goober5000
add scripting support for decals
code/decals/decals.cpp | 369 +++++++++++++---------------
code/decals/decals.h | 53 ++++
code/scripting/api/libs/tables.cpp | 43 ++++
code/scripting/api/objs/decaldefinition.cpp | 110 +++++++++
code/scripting/api/objs/decaldefinition.h | 13 +
code/scripting/api/objs/model.cpp | 2 +-
code/source_groups.cmake | 2 +
7 files changed, 389 insertions(+), 203 deletions(-)