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 16, 2022, 12:42:08 am
-
Here is the nightly for 16 December 2022 - Revision 7318221e6
Group: Win32-SSE2
nightly_20221216_7318221e6-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-Win32-SSE2.zip))
Group: MacOSX
nightly_20221216_7318221e6-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20221216_7318221e6-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-x64-SSE2.zip))
Group: Linux
nightly_20221216_7318221e6-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221216_7318221e6/nightly_20221216_7318221e6-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit c3477e88a
Author: Goober5000
Commit: Goober5000
beam teams
code/scripting/api/objs/beam.cpp | 29 +++++++++++++++++++++++++----
1 file changed, 25 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 25a4f6645
Author: mjn-mixael
Commit: mjn-mixael
missed items
qtfred/src/ui/widgets/sexp_tree.cpp | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit e0eb7ef3d
Author: mjn-mixael
Commit: mjn-mixael
this should have a more unique name
code/parse/sexp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2909e8fa2
Author: mjn-mixael
Commit: mjn-mixael
address feedback
code/parse/sexp.cpp | 2 +-
code/parse/sexp.h | 3 ++-
code/parse/sexp/LuaSEXP.cpp | 4 ++--
code/parse/sexp/sexp_lookup.cpp | 4 ++--
code/parse/sexp/sexp_lookup.h | 2 +-
fred2/sexp_tree.cpp | 4 ++--
qtfred/src/ui/widgets/sexp_tree.cpp | 23 +++++++++++++++++++++--
qtfred/src/ui/widgets/sexp_tree.h | 1 +
8 files changed, 32 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit a47658b33
Author: mjn-mixael
Commit: mjn-mixael
address feedback
code/parse/sexp.cpp | 2 +-
code/parse/sexp.h | 6 +++---
code/parse/sexp/LuaSEXP.cpp | 4 ++--
code/parse/sexp/sexp_lookup.cpp | 4 ++--
fred2/sexp_tree.cpp | 10 +++++-----
5 files changed, 13 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit 42a88a9e3
Author: mjn-mixael
Commit: mjn-mixael
Comment
code/parse/sexp.h | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit 174976d2b
Author: mjn-mixael
Commit: mjn-mixael
Better global name
code/parse/sexp.cpp | 6 +++---
code/parse/sexp.h | 2 +-
code/parse/sexp/LuaSEXP.cpp | 2 +-
fred2/sexp_tree.cpp | 11 +++++------
4 files changed, 10 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit 5366f235c
Author: mjn-mixael
Commit: mjn-mixael
Allow custom Lua Enums
code/parse/sexp.cpp | 14 ++++-
code/parse/sexp.h | 110 +++-------------------------------------
code/parse/sexp/LuaSEXP.cpp | 40 +++++++++++++--
code/parse/sexp/sexp_lookup.cpp | 7 ++-
code/parse/sexp/sexp_lookup.h | 2 +
fred2/sexp_tree.cpp | 34 +++++++++++--
fred2/sexp_tree.h | 1 +
7 files changed, 96 insertions(+), 112 deletions(-)
------------------------------------------------------------------------
commit 49b486a32
Author: mjn-mixael
Commit: mjn-mixael
use enum for list types
code/parse/sexp.h | 113 +++++++++++++++++++++++++++++++++++++++-
code/parse/sexp/sexp_lookup.cpp | 1 +
2 files changed, 112 insertions(+), 2 deletions(-)