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 16, 2023, 01:57:27 am
-
Here is the nightly for 16 October 2023 - Revision a36157f58
Group: Linux
nightly_20231016_a36157f58-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231016_a36157f58-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231016_a36157f58-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231016_a36157f58-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231016_a36157f58/nightly_20231016_a36157f58-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit d06018bca
Author: BMagnu
Commit: GitHub
Bump version to 23.3 (#5681)
cmake/version.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 459660062
Author: BMagnu
Commit: GitHub
Fix hiDPI (#5673)
freespace2/resources/win/default.manifest | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit ea262f90c
Author: BMagnu
Commit: GitHub
Make version parsing available (#5655)
code/globalincs/version.cpp | 80 +++++++++++++++++++++---------------
code/globalincs/version.h | 2 +
code/scripting/api/libs/base.cpp | 32 +--------------
test/src/globalincs/test_version.cpp | 8 ++++
4 files changed, 60 insertions(+), 62 deletions(-)
------------------------------------------------------------------------
commit 02e84f212
Author: BMagnu
Commit: GitHub
Fix HUD slewing (#5656)
code/graphics/generic.cpp | 37 +++++++++++++++++++
code/graphics/generic.h | 1 +
code/hud/hud.cpp | 76 +++++++++-----------------------------
code/hud/hud.h | 21 +++++++++--
code/hud/hudbrackets.cpp | 2 +-
code/hud/hudbrackets.h | 2 +-
code/hud/hudconfig.cpp | 4 --
code/hud/hudlock.cpp | 2 +-
code/hud/hudlock.h | 2 +-
code/hud/hudmessage.cpp | 40 +++++++++++++++++---
code/hud/hudshield.cpp | 15 +++-----
code/hud/hudtarget.cpp | 80 ++++++++++++++++++++++++++--------------
code/hud/hudtarget.h | 4 +-
code/hud/hudtargetbox.cpp | 16 ++------
code/mission/missiontraining.cpp | 16 +++++++-
code/render/3dmath.cpp | 1 -
freespace2/freespace.cpp | 4 +-
17 files changed, 191 insertions(+), 132 deletions(-)
------------------------------------------------------------------------
commit dcfea6f14
Author: Goober5000
Commit: Goober5000
modify and address feedback
code/fireball/fireballs.cpp | 46 ++++++++++++++++++++++-----------------------
code/fireball/fireballs.h | 3 +++
2 files changed, 25 insertions(+), 24 deletions(-)
------------------------------------------------------------------------
commit f7b989629
Author: Goober5000
Commit: Goober5000
allow modification of warp audible range via objecttypes.tbl
code/def_files/data/tables/objecttypes.tbl | 33 ++++++++++++++++++++++++++----
code/fireball/fireballs.cpp | 16 +++++++++------
code/ship/ship.cpp | 4 ++++
code/ship/ship.h | 9 +++++++-
4 files changed, 51 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit 8fbf22a05
Author: mjn-mixael
Commit: mjn-mixael
allow lua sexps to not specify a subcategory
code/parse/sexp/LuaSEXP.cpp | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 53e6edf8b
Author: Goober5000
Commit: Goober5000
documentation
code/parse/sexp.cpp | 14 +++++++-------
code/scripting/api/objs/subsystem.cpp | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 8b8daece4
Author: Goober5000
Commit: Goober5000
additional beam-related features for Lua
code/parse/sexp.cpp | 6 ++--
code/scripting/api/objs/beam.cpp | 16 +++++++++
code/scripting/api/objs/subsystem.cpp | 57 ++++++++++++++++++++++++++++++-
code/scripting/api/objs/weaponclass.cpp | 60 +++++++++++++++++++++++++++++++++
code/scripting/global_hooks.cpp | 26 ++++++++++++--
code/scripting/global_hooks.h | 3 ++
code/weapon/beam.cpp | 39 +++++++++++++++++----
7 files changed, 195 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 6b3e50dad
Author: Goober5000
Commit: Goober5000
add "special warp physics" to custom warpin parameters
code/mission/missionparse.cpp | 2 +-
code/parse/parselo.cpp | 33 +++++++++++++++-------
code/parse/parselo.h | 1 +
code/ship/ship.cpp | 58 ++++++++++++++++++++++++++++++--------
code/ship/shipfx.cpp | 12 +++++---
code/ship/shipfx.h | 1 +
code/species_defs/species_defs.cpp | 2 +-
fred2/fred.rc | 12 ++++----
fred2/missionsave.cpp | 5 ++++
fred2/resource.h | 1 +
fred2/warpparamsdlg.cpp | 6 ++++
fred2/warpparamsdlg.h | 1 +
qtfred/src/mission/missionsave.cpp | 5 ++++
13 files changed, 107 insertions(+), 32 deletions(-)
------------------------------------------------------------------------
commit 9a7500de3
Author: mjn-mixael
Commit: mjn-mixael
lua method to launch arbitrary url
code/scripting/api/libs/ui.cpp | 12 ++++++++++++
1 file changed, 12 insertions(+)
------------------------------------------------------------------------
commit bb6b01048
Author: mjn-mixael
Commit: mjn-mixael
lua get mod root
code/scripting/api/libs/base.cpp | 11 +++++++++++
1 file changed, 11 insertions(+)