Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 13, 2023, 12:47:12 am
-
Here is the nightly for 13 February 2023 - Revision de5a422fc
Group: Linux
nightly_20230213_de5a422fc-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20230213_de5a422fc-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-x64-SSE2.zip))
Group: MacOSX
nightly_20230213_de5a422fc-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20230213_de5a422fc-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230213_de5a422fc/nightly_20230213_de5a422fc-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 09b655290
Author: Goober5000
Commit: Goober5000
rename thruster flags
code/ship/ship.cpp | 21 ++++++++++++++++-----
code/ship/ship_flags.h | 4 ++--
2 files changed, 18 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 05790db5e
Author: Asteroth
Commit: Asteroth
clean up
code/ship/ship.cpp | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
------------------------------------------------------------------------
commit d28833e92
Author: Asteroth
Commit: Asteroth
fix thruster sounds and add flag
code/mod_table/mod_table.cpp | 6 ++
code/mod_table/mod_table.h | 1 +
code/ship/ship.cpp | 224 +++++++++++++++++++++++++------------------
3 files changed, 137 insertions(+), 94 deletions(-)
------------------------------------------------------------------------
commit 09215672a
Author: MjnMixael
Commit: GitHub
override to set glowpoint bank to default off (#5091)
code/model/model.h | 1 +
code/model/modelread.cpp | 5 +++++
code/ship/ship.cpp | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
------------------------------------------------------------------------
commit 1076493ce
Author: MjnMixael
Commit: GitHub
choose random splash image (#5054)
code/mod_table/mod_table.cpp | 15 +++++++++++++++
code/mod_table/mod_table.h | 1 +
freespace2/freespace.cpp | 7 ++++++-
3 files changed, 22 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 28a1e2a3d
Author: Goober5000
Commit: Goober5000
build compatibility fix
code/weapon/emp.cpp | 5 +++++
code/weapon/emp.h | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 58e7d50b1
Author: MjnMixael
Commit: GitHub
Add to description
code/scripting/api/libs/graphics.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit de1215f64
Author: mjn-mixael
Commit: mjn-mixael
unused
code/scripting/api/libs/graphics.cpp | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit d10122772
Author: mjn-mixael
Commit: mjn-mixael
lua method to free all loaded models
code/scripting/api/libs/graphics.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
------------------------------------------------------------------------
commit 0e375e2e0
Author: mjn-mixael
Commit: mjn-mixael
remove some old debug key checks in mainhall
code/menuui/mainhallmenu.cpp | 13 -------------
1 file changed, 13 deletions(-)
------------------------------------------------------------------------
commit a36024585
Author: mjn-mixael
Commit: mjn-mixael
remove message requirement for custom cheats
code/cheats_table/cheats_table.cpp | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 8360bae5a
Author: mjn-mixael
Commit: mjn-mixael
on asteroid created hook
code/asteroid/asteroid.cpp | 6 ++++++
code/scripting/global_hooks.cpp | 6 ++++++
code/scripting/global_hooks.h | 1 +
3 files changed, 13 insertions(+)
------------------------------------------------------------------------
commit 9419f2418
Author: mjn-mixael
Commit: mjn-mixael
warning
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 414c630d0
Author: mjn-mixael
Commit: mjn-mixael
address feedback
code/parse/sexp.cpp | 31 +++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit d7bbecfa1
Author: mjn-mixael
Commit: mjn-mixael
has-armor-type sexp
code/parse/sexp.cpp | 69 +++++++++++++++++++++++++++++++++++++
code/parse/sexp.h | 1 +
fred2/sexp_tree.cpp | 1 +
qtfred/src/ui/widgets/sexp_tree.cpp | 1 +
4 files changed, 72 insertions(+)
------------------------------------------------------------------------
commit a0181e715
Author: Goober5000
Commit: Goober5000
prevent ship from managing ETS if it is playing dead
code/ai/ai_flags.h | 5 +++--
code/ai/ai_profiles.cpp | 13 +++++++++----
code/hud/hudets.cpp | 8 ++++++--
3 files changed, 18 insertions(+), 8 deletions(-)