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 18, 2023, 02:02:50 am
-
Here is the nightly for 18 October 2023 - Revision dad16f76c
Group: Linux
nightly_20231018_dad16f76c-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231018_dad16f76c-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231018_dad16f76c-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231018_dad16f76c-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231018_dad16f76c/nightly_20231018_dad16f76c-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 2fd3bf091
Author: Mike Nelson
Commit: GitHub
add waytpoint as allowed lua sexp parameter type (#5631)
code/parse/sexp/LuaAISEXP.cpp | 2 +-
code/parse/sexp/LuaSEXP.cpp | 16 +++++++++-------
2 files changed, 10 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit b4442d342
Author: Mike Nelson
Commit: GitHub
double the allowed cargo (#5626)
code/mission/missionparse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit cf4cae726
Author: Mike Nelson
Commit: GitHub
add dkjson as a default lua file (#5534)
code/def_files/data/scripts/dkjson.lua | 714 +++++++++++++++++++++++++++++++++
code/menuui/credits.cpp | 1 +
code/scripting/lua.cpp | 1 +
code/source_groups.cmake | 1 +
4 files changed, 717 insertions(+)
------------------------------------------------------------------------
commit ebea1b124
Author: Mike Nelson
Commit: GitHub
remove new lines from default generated mission (#5519)
fred2/management.cpp | 4 ++--
qtfred/src/mission/Editor.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 4f6d9c36a
Author: Goober5000
Commit: Goober5000
don't kill/self-destruct ship if it's already dying
code/ship/shiphit.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
------------------------------------------------------------------------
commit ac87cde80
Author: Goober5000
Commit: Goober5000
supercap check should come from params
code/ship/shipfx.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 06d9e02c3
Author: Goober5000
Commit: Goober5000
sync up tokens
code/physics/physics.cpp | 2 +-
code/physics/physics.h | 2 +-
code/ship/ship.cpp | 2 +-
code/ship/shipfx.cpp | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 40233ae05
Author: Asteroth
Commit: Goober5000
use a constant for excess speed
code/physics/physics.cpp | 5 +++--
code/physics/physics.h | 1 +
code/ship/shipfx.cpp | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 57192065d
Author: Goober5000
Commit: Goober5000
change assert to assertion
code/ship/shipfx.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit d2031a476
Author: Goober5000
Commit: Goober5000
some fixes
code/physics/physics.cpp | 2 ++
code/physics/physics.h | 2 +-
code/ship/shipfx.cpp | 2 +-
fred2/fredrender.cpp | 8 ++++++--
qtfred/src/mission/FredRenderer.cpp | 8 ++++++--
5 files changed, 16 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit c60ea2d4a
Author: Asteroth
Commit: Goober5000
move supercap warp time constant
code/physics/physics.h | 2 ++
code/ship/ship.h | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 6843d4835
Author: Asteroth
Commit: Goober5000
add math for predicting warp in distance
code/physics/physics.cpp | 15 +++++++--------
code/physics/physics.h | 2 +-
code/ship/ship.h | 3 +++
code/ship/shipfx.cpp | 13 +++++++++++--
4 files changed, 22 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit 066b25105
Author: Goober5000
Commit: Goober5000
implement UI work for arrival warp distance
code/ship/shipfx.cpp | 23 ++++++
code/ship/shipfx.h | 2 +-
fred2/fred.cpp | 2 +
fred2/fred.rc | 3 +-
fred2/fredrender.cpp | 161 ++++--------------------------------
fred2/fredrender.h | 3 +-
fred2/fredview.cpp | 14 ++++
fred2/fredview.h | 2 +
fred2/resource.h | 1 +
qtfred/src/mission/EditorViewport.h | 1 +
qtfred/src/mission/FredRenderer.cpp | 18 +++-
qtfred/src/ui/FredView.cpp | 1 +
qtfred/ui/FredView.ui | 9 ++
13 files changed, 92 insertions(+), 148 deletions(-)
------------------------------------------------------------------------
commit bf7125724
Author: Goober5000
Commit: Goober5000
small updates
code/ship/ship.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit efce98db4
Author: Goober5000
Commit: Goober5000
rewrite primary weapon cycling
code/io/keycontrol.cpp | 4 +-
code/ship/ship.cpp | 229 ++++++++++++++++++-------------------------------
code/ship/ship.h | 5 +-
code/ship/ship_flags.h | 1 -
4 files changed, 87 insertions(+), 152 deletions(-)
------------------------------------------------------------------------
commit 344e23105
Author: Goober5000
Commit: Goober5000
add mn.generateWeaponGroupId()
code/scripting/api/libs/mission.cpp | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)