Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 14, 2022, 02:31:13 am
-
Here is the nightly for 14 October 2022 - Revision aa7a57ef4
Group: Win32-SSE2
nightly_20221014_aa7a57ef4-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20221014_aa7a57ef4-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-x64-SSE2.zip))
Group: MacOSX
nightly_20221014_aa7a57ef4-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-Mac.tar.gz))
Group: Linux
nightly_20221014_aa7a57ef4-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221014_aa7a57ef4/nightly_20221014_aa7a57ef4-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit c30027832
Author: Goober5000
Commit: Goober5000
collision fix
code/object/collideshipship.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit d32342181
Author: MjnMixael
Commit: GitHub
Use a local int for model storage in renderTechModel (#4779)
code/scripting/api/objs/weaponclass.cpp | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 7ab80a016
Author: MjnMixael
Commit: GitHub
Toggle cockpit (#4772)
code/hud/hud.cpp | 19 ++++++++++++++++---
code/hud/hud.h | 2 ++
code/hud/hudparse.cpp | 37 +++++++++++++++++++++++++++++++++++++
code/hud/hudparse.h | 6 +++++-
code/scripting/api/libs/hud.cpp | 13 +++++++++++++
code/ship/ship.cpp | 8 ++++++--
code/ship/ship.h | 3 +++
7 files changed, 82 insertions(+), 6 deletions(-)