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 01, 2023, 12:46:23 am
-
Here is the nightly for 01 December 2023 - Revision ea6e503ea
Group: Linux
nightly_20231201_ea6e503ea-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231201_ea6e503ea-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231201_ea6e503ea-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231201_ea6e503ea-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231201_ea6e503ea/nightly_20231201_ea6e503ea-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 125e47d74
Author: Asteroth
Commit: GitHub
Add cockpit 'sway' (#5840)
code/hud/hud.cpp | 4 ++--
code/scripting/api/libs/hud.cpp | 16 ++++++++++++++--
code/ship/ship.cpp | 24 ++++++++++++++++++++----
code/ship/ship.h | 6 ++++--
4 files changed, 40 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 8acbe82aa
Author: mjn-mixael
Commit: mjn-mixael
fix medal parsing
code/stats/medals.cpp | 61 ++++++++++++++++++++++++++++++++-------------------
1 file changed, 39 insertions(+), 22 deletions(-)
------------------------------------------------------------------------
commit 95baa8575
Author: mjn-mixael
Commit: mjn-mixael
remove the cd checks that always returned true anyway
code/network/multi.cpp | 6 --
code/network/multi.h | 3 +-
code/network/multimsgs.cpp | 27 ++-------
code/network/multiui.cpp | 137 ++-------------------------------------------
code/network/multiui.h | 3 -
code/network/multiutil.cpp | 4 --
fred2/fredstubs.cpp | 1 -
freespace2/freespace.h | 3 -
qtfred/src/fredstubs.cpp | 1 -
9 files changed, 11 insertions(+), 174 deletions(-)
------------------------------------------------------------------------
commit fb1ffd841
Author: mjn-mixael
Commit: mjn-mixael
fred on mission load hook
code/scripting/global_hooks.cpp | 4 ++++
code/scripting/global_hooks.h | 1 +
fred2/freddoc.cpp | 7 +++++++
3 files changed, 12 insertions(+)
------------------------------------------------------------------------
commit 8dbe0e7b8
Author: Asteroth
Commit: Asteroth
gravity fixes
code/ai/aicode.cpp | 60 +++++++++++++++++++++++++++-------------------------
code/ai/aiturret.cpp | 3 ++-
2 files changed, 33 insertions(+), 30 deletions(-)
------------------------------------------------------------------------
commit def75287e
Author: Goober5000
Commit: Goober5000
convert radar timestamps to new system
code/radar/radar.cpp | 30 ++++++++++-----------
code/radar/radardradis.cpp | 67 ++++++++++++++++++++++++----------------------
code/radar/radardradis.h | 8 +++---
code/radar/radarorb.cpp | 30 ++++++++++-----------
code/radar/radarsetup.cpp | 27 ++++++++++---------
code/radar/radarsetup.h | 18 ++++++-------
6 files changed, 92 insertions(+), 88 deletions(-)