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, 2021, 12:53:14 am
-
Here is the nightly for 23 December 2021 - Revision 6cafd64e7
Group: Linux
nightly_20211223_6cafd64e7-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20211223_6cafd64e7/nightly_20211223_6cafd64e7-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211223_6cafd64e7/nightly_20211223_6cafd64e7-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20211223_6cafd64e7-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211223_6cafd64e7/nightly_20211223_6cafd64e7-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211223_6cafd64e7/nightly_20211223_6cafd64e7-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20211223_6cafd64e7-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211223_6cafd64e7/nightly_20211223_6cafd64e7-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211223_6cafd64e7/nightly_20211223_6cafd64e7-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 6afb6226e
Author: Joshua Glatt
Commit: GitHub
Clarify logging when loading thruster textures as static images (#3839)
code/bmpman/bmpman.cpp | 11 ++++++++---
code/bmpman/bmpman.h | 9 ++++++++-
code/ship/ship.cpp | 12 +++++++++++-
3 files changed, 27 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit a40dfd775
Author: Taylor Richards
Commit: Taylor Richards
fix multi awacs crash due to code init order
code/ship/awacs.cpp | 5 +++++
1 file changed, 5 insertions(+)
------------------------------------------------------------------------
commit c3dd6eb11
Author: Goober5000
Commit: Goober5000
update polymodel_instance to reference object
code/asteroid/asteroid.cpp | 2 +-
code/debris/debris.cpp | 4 ++--
code/jumpnode/jumpnode.cpp | 16 +++++++++-------
code/menuui/techmenu.cpp | 2 +-
code/missionui/missionbrief.cpp | 2 +-
code/model/model.h | 4 +++-
code/model/modelread.cpp | 20 +++++++++++---------
code/ship/ship.cpp | 8 ++++----
code/starfield/starfield.cpp | 2 +-
code/weapon/weapons.cpp | 2 +-
10 files changed, 34 insertions(+), 28 deletions(-)
------------------------------------------------------------------------
commit 0e828080a
Author: Goober5000
Commit: Goober5000
qtfred
qtfred/src/mission/Editor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit e893d1500
Author: Goober5000
Commit: Goober5000
improve SEXP error handling a bit
code/mission/missiongoals.cpp | 16 ++++++++++++++++
code/mission/missiongoals.h | 3 +++
code/mission/missionparse.cpp | 12 +++++++++++-
fred2/campaigntreewnd.cpp | 2 +-
fred2/fredview.cpp | 2 +-
5 files changed, 32 insertions(+), 3 deletions(-)