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 07, 2022, 01:01:21 am
-
Here is the nightly for 07 December 2022 - Revision 0c49b09fd
At least one of the nightly builds failed!
Group: Win32-SSE2
nightly_20221207_0c49b09fd-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221207_0c49b09fd/nightly_20221207_0c49b09fd-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221207_0c49b09fd/nightly_20221207_0c49b09fd-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20221207_0c49b09fd-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221207_0c49b09fd/nightly_20221207_0c49b09fd-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221207_0c49b09fd/nightly_20221207_0c49b09fd-builds-x64-SSE2.zip))
Group: Linux
nightly_20221207_0c49b09fd-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20221207_0c49b09fd/nightly_20221207_0c49b09fd-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221207_0c49b09fd/nightly_20221207_0c49b09fd-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit e824caeea
Author: Goober5000
Commit: Goober5000
add changeable formation flying
code/parse/sexp.cpp | 73 ++++++++++++++++++++++++++++++++++++-
code/parse/sexp.h | 6 +--
fred2/sexp_tree.cpp | 16 ++++++++
fred2/sexp_tree.h | 1 +
qtfred/src/ui/widgets/sexp_tree.cpp | 16 ++++++++
qtfred/src/ui/widgets/sexp_tree.h | 1 +
6 files changed, 109 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit bc3da4fed
Author: MjnMixael
Commit: GitHub
custom colors for passive lightning (#4969)
code/mod_table/mod_table.cpp | 36 ++++++++++++++++++------------------
code/mod_table/mod_table.h | 12 ++++++------
code/model/model.h | 8 +++++++-
code/model/modelread.cpp | 5 ++++-
code/model/modelrender.cpp | 20 ++++++++++++++------
code/ship/ship.cpp | 31 ++++++++++++++++++++++++++++++-
code/ship/ship.h | 6 ++++++
code/ship/shipfx.cpp | 8 +++++++-
8 files changed, 92 insertions(+), 34 deletions(-)
------------------------------------------------------------------------
commit ed06a424e
Author: Goober5000
Commit: Goober5000
move player-is-cheating to the correct category
code/parse/sexp.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit b3b349a2f
Author: mjn-mixael
Commit: mjn-mixael
three lines for this short comment is silly
code/ship/ship.cpp | 4 +---
code/weapon/weapons.cpp | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 2988aa8fc
Author: mjn-mixael
Commit: mjn-mixael
move @ removal up
code/ship/ship.cpp | 15 ++++++++-------
code/weapon/weapons.cpp | 15 ++++++++-------
2 files changed, 16 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit 4d84e4c2a
Author: mjn-mixael
Commit: mjn-mixael
Make sure custom_data is properly cleared or carried over when shipclass info is reset or cloned/moved
code/ship/ship.cpp | 6 ++++++
1 file changed, 6 insertions(+)
------------------------------------------------------------------------
commit d9dfceb27
Author: Goober5000
Commit: Goober5000
clean up mission_do_departure
code/ai/aicode.cpp | 9 ++++-----
code/mission/missionparse.cpp | 42 ++++++++++++++++++++++++++++--------------
2 files changed, 32 insertions(+), 19 deletions(-)
------------------------------------------------------------------------
commit 662d5f743
Author: mjn-mixael
Commit: mjn-mixael
address feedback
code/ship/ship.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 08626aeec
Author: Goober5000
Commit: Goober5000
fred2 support
fred2/bgbitmapdlg.cpp | 16 ++++++++++++++--
fred2/bgbitmapdlg.h | 1 +
fred2/fred.rc | 4 +++-
fred2/resource.h | 1 +
4 files changed, 19 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 3ed90e2b8
Author: Asteroth
Commit: Asteroth
Add Fullneb_background_bitmaps mission flag
code/mission/mission_flags.h | 1 +
code/starfield/starfield.cpp | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 9e2aa0377
Author: mjn-mixael
Commit: mjn-mixael
per weapon auto aim feature
code/ship/ship.cpp | 51 +++++++++++++++++++++++++------------------------
code/weapon/weapon.h | 1 +
code/weapon/weapons.cpp | 18 +++++++++++++++++
3 files changed, 45 insertions(+), 25 deletions(-)