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 22, 2021, 01:42:39 am
-
Here is the nightly for 22 June 2021 - Revision 0160fac2f
Group: Win32-SSE2
nightly_20210622_0160fac2f-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210622_0160fac2f/nightly_20210622_0160fac2f-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210622_0160fac2f/nightly_20210622_0160fac2f-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20210622_0160fac2f-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210622_0160fac2f/nightly_20210622_0160fac2f-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210622_0160fac2f/nightly_20210622_0160fac2f-builds-x64-SSE2.zip))
Group: Linux
nightly_20210622_0160fac2f-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210622_0160fac2f/nightly_20210622_0160fac2f-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210622_0160fac2f/nightly_20210622_0160fac2f-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit 0160fac2f
Author: Taylor Richards
Commit: GitHub
Refactor hud escort list to be less crazy (#2922)
code/hud/hudescort.cpp | 671 +++++++++++++++++++++++------------------------
code/hud/hudescort.h | 1 +
code/network/multi.cpp | 5 -
code/object/object.h | 2 +-
code/parse/sexp.cpp | 4 +-
freespace2/freespace.cpp | 1 +
6 files changed, 333 insertions(+), 351 deletions(-)
------------------------------------------------------------------------
commit eca6647db
Author: Joshua Glatt
Commit: GitHub
Fix leaking of game objects and memory in F3 lab (#3512)
code/lab/dialogs/actions.cpp | 28 ++++++++++++++--------
code/lab/dialogs/actions.h | 25 ++++++++++++++++----
code/lab/dialogs/backgrounds.cpp | 3 ++-
code/lab/dialogs/backgrounds.h | 4 ++++
code/lab/dialogs/class_descriptions.cpp | 3 ++-
code/lab/dialogs/class_descriptions.h | 4 ++++
code/lab/dialogs/class_options.cpp | 3 ++-
code/lab/dialogs/class_options.h | 4 ++++
code/lab/dialogs/class_variables.cpp | 3 ++-
code/lab/dialogs/class_variables.h | 4 ++++
code/lab/dialogs/lab_dialog.h | 17 ++++++++++++--
code/lab/dialogs/render_options.cpp | 3 ++-
code/lab/dialogs/render_options.h | 4 ++++
code/lab/dialogs/ship_classes.cpp | 12 ++++++----
code/lab/dialogs/ship_classes.h | 10 ++++----
code/lab/dialogs/weapon_classes.cpp | 12 ++++++----
code/lab/dialogs/weapon_classes.h | 10 ++++----
code/lab/labv2.cpp | 9 ++++----
code/lab/labv2_internal.h | 10 ++++----
code/lab/manager/lab_manager.cpp | 41 +++++++++++++++++++++++----------
code/lab/manager/lab_manager.h | 19 ++++-----------
code/lab/renderer/lab_renderer.cpp | 7 +++---
code/lab/renderer/lab_renderer.h | 10 ++++----
23 files changed, 163 insertions(+), 82 deletions(-)
------------------------------------------------------------------------
commit 841a4b8ce
Author: Goober5000
Commit: Goober5000
add is-language
code/parse/sexp.cpp | 39 +++++++++++++++++++++++++++++++++++++
code/parse/sexp.h | 2 ++
fred2/sexp_tree.cpp | 15 ++++++++++++++
fred2/sexp_tree.h | 1 +
qtfred/src/ui/widgets/sexp_tree.cpp | 15 ++++++++++++++
qtfred/src/ui/widgets/sexp_tree.h | 1 +
6 files changed, 73 insertions(+)
------------------------------------------------------------------------
commit d03a1007d
Author: asarium
Commit: asarium
Use ccache to speed up some PR builds
.github/workflows/master-build.yaml | 62 +++++++++++++++++++++++++++++++++++++
.github/workflows/pr-workflow.yaml | 5 +++
2 files changed, 67 insertions(+)
------------------------------------------------------------------------
commit 07f4f4716
Author: Goober5000
Commit: Goober5000
handle clang
code/model/model.h | 9 +++------
code/model/modelread.cpp | 4 ++--
2 files changed, 5 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit 1becca7cb
Author: Goober5000
Commit: Goober5000
accommodate mismatches
code/ship/ship.h | 12 ++++++++++++
1 file changed, 12 insertions(+)
------------------------------------------------------------------------
commit 07312ff4c
Author: Goober5000
Commit: Goober5000
add code for actually rotating the external models
code/hud/hudtarget.cpp | 37 +++++++++++++++++++++++++++++--------
code/ship/ship.cpp | 35 ++++++++++++++++++++++++++---------
2 files changed, 55 insertions(+), 17 deletions(-)
------------------------------------------------------------------------
commit f9c73e81f
Author: Goober5000
Commit: Goober5000
add code for loading external model angle offset from POF file
code/model/model.h | 23 ++++++++----
code/model/modelread.cpp | 94 ++++++++++++++++++++++++++----------------------
2 files changed, 68 insertions(+), 49 deletions(-)
------------------------------------------------------------------------
commit e2585a9a0
Author: Goober5000
Commit: Goober5000
change secondary_point_reload_pct to be dynamic and to not rely on MAX_SLOTS
code/hud/hudtarget.cpp | 4 ++--
code/object/object.cpp | 4 ++--
code/ship/ship.cpp | 22 ++++++++++++++--------
code/ship/ship.h | 29 ++++++++++++++++++++++++++++-
4 files changed, 46 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit bc8e16b37
Author: z64555
Commit: z64555
Address change requst.
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 79e4c9b4e
Author: z64555
Commit: z64555
Satisfy change requests
code/parse/sexp.cpp | 23 +++++++++++++++++------
code/parse/sexp.h | 2 +-
code/ship/ship.cpp | 32 +++++++++++++++++++++++---------
3 files changed, 41 insertions(+), 16 deletions(-)
------------------------------------------------------------------------
commit 70969c447
Author: z64555
Commit: z64555
Address requests by Goober5000
code/parse/sexp.cpp | 22 ++++++++++++----------
code/parse/sexp.h | 2 +-
2 files changed, 13 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit ecbb6a12f
Author: z64555
Commit: z64555
update feature to use eval_ship() instead of sexp_get_ship_from_node()
code/parse/sexp.cpp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 6ce29b5c6
Author: Tom Crayford
Commit: Tom Crayford
add `seconds-to-goal`
code/parse/sexp.cpp | 22 +++++++++++++++++++++-
code/parse/sexp.h | 1 +
2 files changed, 22 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit bc99331d4
Author: Tom Crayford
Commit: Tom Crayford
refactor ship_return_time_to_goal to be more general
code/ship/ship.cpp | 44 +++++++++++++++++++++++++++-----------------
code/ship/ship.h | 1 +
2 files changed, 28 insertions(+), 17 deletions(-)