Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 23, 2020, 03:44:16 am
-
Here is the nightly for 23 December 2020 - Revision 4b200586e
Group: Linux
nightly_20201223_66280ee4d-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20201223_66280ee4d/nightly_20201223_66280ee4d-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20201223_66280ee4d/nightly_20201223_66280ee4d-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20201223_66280ee4d-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20201223_66280ee4d/nightly_20201223_66280ee4d-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20201223_66280ee4d/nightly_20201223_66280ee4d-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20201223_66280ee4d-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20201223_66280ee4d/nightly_20201223_66280ee4d-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20201223_66280ee4d/nightly_20201223_66280ee4d-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 8cf900b6a
Author: Goober5000
Commit: Goober5000
additional null checks
code/mission/missionparse.cpp | 3 ++-
code/missionui/redalert.cpp | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 0c5b04c42
Author: Goober5000
Commit: Goober5000
additional null checks
code/model/modelanim.cpp | 6 ++++--
code/scripting/api/objs/subsystem.cpp | 12 ++++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit ec79fdea6
Author: asarium
Commit: asarium
Fix nightly build FTP wildcard
ci/linux/dist_functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit ea9727261
Author: z64555
Commit: z64555
In windows, attach to the console we're being evoked from and reopen STDIO streams.
freespace2/freespace.cpp | 9 +++++++++
1 file changed, 9 insertions(+)
------------------------------------------------------------------------
commit c18b1b63f
Author: Goober5000
Commit: Goober5000
another model to model_instance refactor
code/debris/debris.cpp | 21 ++++++-----
code/debris/debris.h | 2 ++
code/graphics/shadows.cpp | 5 ++-
code/hud/hudtargetbox.cpp | 5 ++-
code/model/model.h | 67 ++++++++++++++++++++----------------
code/model/modelread.cpp | 78 ++++++++++++++---------------------------
code/model/modelrender.cpp | 86 +++++++++++++++++++++-------------------------
code/model/modelrender.h | 4 +--
code/object/object.cpp | 38 ++++++++++++++++++++
code/object/object.h | 1 +
code/ship/ship.cpp | 6 +++-
code/ship/shipfx.cpp | 5 +--
12 files changed, 175 insertions(+), 143 deletions(-)