Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 30, 2022, 01:56:22 am

Title: Nightly: 30 June 2022 - Revision 2fcc3ecbf
Post by: SirKnightly on June 30, 2022, 01:56:22 am
Here is the nightly for 30 June 2022 - Revision 2fcc3ecbf



Group: Linux
nightly_20220630_2fcc3ecbf-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-Linux.tar.gz))


Group: Win64-SSE2
nightly_20220630_2fcc3ecbf-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-x64-SSE2.zip))


Group: Win32-SSE2
nightly_20220630_2fcc3ecbf-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-Win32-SSE2.zip))


Group: MacOSX
nightly_20220630_2fcc3ecbf-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220630_2fcc3ecbf/nightly_20220630_2fcc3ecbf-builds-Mac.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit 4250aab60
Author: John Fernandez
Commit: John Fernandez

    Hud Bracket fixes
 code/hud/hud.cpp                 |  1 +
 code/hud/hudbrackets.cpp         | 15 +++++++++++++--
 code/hud/hudlock.cpp             |  3 ++-
 code/hud/hudtarget.cpp           |  1 +
 code/playerman/playercontrol.cpp |  2 +-
 5 files changed, 18 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 53bc7861b
Author: Goober5000
Commit: Goober5000

    sync Orientation virtvars
 code/scripting/api/objs/modelinstance.cpp | 17 +++++++++--------
 code/scripting/api/objs/subsystem.cpp     | 15 ++++++++++++---
 2 files changed, 21 insertions(+), 11 deletions(-)