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 20, 2023, 12:48:29 am
-
Here is the nightly for 20 February 2023 - Revision bdea15327
Group: Win32-SSE2
nightly_20230220_bdea15327-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-Win32-SSE2.zip))
Group: Linux
nightly_20230220_bdea15327-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-Linux.tar.gz))
Group: MacOSX
nightly_20230220_bdea15327-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20230220_bdea15327-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230220_bdea15327/nightly_20230220_bdea15327-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 13e28a310
Author: mjn-mixael
Commit: mjn-mixael
const the header, dummy
code/libs/discord/discord.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5dc8b04da
Author: mjn-mixael
Commit: mjn-mixael
boom chikka const const
code/libs/discord/discord.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 8846e043f
Author: MageKing17
Commit: MageKing17
Fix negative child check inversion.
fred2/sexp_tree.cpp | 2 +-
qtfred/src/ui/widgets/sexp_tree.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 35f4dab37
Author: Goober5000
Commit: GitHub
Update code/sound/audiostr.h
code/sound/audiostr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit eba379330
Author: Asteroth
Commit: Asteroth
update naming and remove unused function
code/debris/debris.cpp | 6 +--
code/mission/missionparse.cpp | 2 +-
code/model/model.h | 4 +-
code/model/modelinterp.cpp | 121 +-----------------------------------------
code/ship/ship.cpp | 4 +-
code/ship/shipfx.cpp | 8 +--
code/starfield/supernova.cpp | 2 +-
code/weapon/beam.cpp | 4 +-
8 files changed, 15 insertions(+), 136 deletions(-)
------------------------------------------------------------------------
commit f75f08f7b
Author: Asteroth
Commit: Asteroth
remove previous optimization
code/model/modelread.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 0357df1e7
Author: Goober5000
Commit: Goober5000
add comment
fred2/sexp_tree.cpp | 7 +++++++
1 file changed, 7 insertions(+)
------------------------------------------------------------------------
commit 7a5c6df20
Author: Asteroth
Commit: Asteroth
update docs and prints
code/model/modelinterp.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 628ac80f2
Author: Goober5000
Commit: Goober5000
prevent fred from crashing on a node that shouldn't be there
fred2/sexp_tree.cpp | 72 +++++++++++++++++++++--------------
qtfred/src/ui/widgets/sexp_tree.cpp | 76 ++++++++++++++++++++++---------------
2 files changed, 90 insertions(+), 58 deletions(-)
------------------------------------------------------------------------
commit ea58a760f
Author: Goober5000
Commit: Goober5000
prevent the BLONG by capturing keypresses
fred2/sexp_tree.cpp | 11 ++++++++---
fred2/sexp_tree.h | 1 +
2 files changed, 9 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 6e25fbb50
Author: Asteroth
Commit: Asteroth
unused variable
code/ship/ship.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit db5a37c17
Author: Asteroth
Commit: Asteroth
add num vertices script func
code/scripting/api/objs/model.cpp | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit b68e42421
Author: Asteroth
Commit: Asteroth
refactor getting random vertices and script func
code/debris/debris.cpp | 14 +++++-------
code/mission/missionparse.cpp | 4 +---
code/model/model.h | 4 +---
code/model/modelinterp.cpp | 45 +++++++++++----------------------------
code/scripting/api/objs/model.cpp | 28 ++++++++++++++++++++++++
code/ship/ship.cpp | 10 +++++----
code/ship/shipfx.cpp | 15 ++++++-------
code/starfield/supernova.cpp | 5 +++--
code/weapon/beam.cpp | 7 +++---
9 files changed, 67 insertions(+), 65 deletions(-)
------------------------------------------------------------------------
commit bbb7539fb
Author: mjn-mixael
Commit: mjn-mixael
cutscene custom data
code/cutscene/cutscenes.cpp | 3 +++
code/cutscene/cutscenes.h | 1 +
code/scripting/api/objs/techroom.cpp | 32 ++++++++++++++++++++++++++++++++
3 files changed, 36 insertions(+)
------------------------------------------------------------------------
commit b2270e471
Author: mjn-mixael
Commit: mjn-mixael
OPF_BOLT_TYPE is the senate
code/parse/sexp.cpp | 13 +++++++++++++
code/parse/sexp.h | 1 +
2 files changed, 14 insertions(+)
------------------------------------------------------------------------
commit 5410b3ef4
Author: mjn-mixael
Commit: mjn-mixael
sssssssnake case
code/nebula/neblightning.cpp | 6 +++---
code/nebula/neblightning.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 5344b45c4
Author: mjn-mixael
Commit: mjn-mixael
scripting documentation
code/scripting/api/libs/mission.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 2bdf6c21f
Author: mjn-mixael
Commit: mjn-mixael
i pity the bool
code/scripting/api/libs/base.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5b2bd8060
Author: mjn-mixael
Commit: mjn-mixael
cleanup os_foreground()
code/osapi/osapi.cpp | 2 +-
code/osapi/osapi.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 8063fc386
Author: mjn-mixael
Commit: mjn-mixael
Unlimited Power
code/nebula/neblightning.cpp | 73 +++++++++++++++++++++----------------
code/nebula/neblightning.h | 6 ++-
code/parse/sexp.cpp | 64 +++++++++++++++++++++++++++++++-
code/parse/sexp.h | 4 +-
code/scripting/api/libs/mission.cpp | 26 +++++++++++++
fred2/sexp_tree.cpp | 23 ++++++++++++
fred2/sexp_tree.h | 1 +
qtfred/src/ui/widgets/sexp_tree.cpp | 23 ++++++++++++
qtfred/src/ui/widgets/sexp_tree.h | 1 +
9 files changed, 186 insertions(+), 35 deletions(-)
------------------------------------------------------------------------
commit 4924f5661
Author: mjn-mixael
Commit: mjn-mixael
lua method to check if the game has focus
code/scripting/api/libs/base.cpp | 5 +++++
1 file changed, 5 insertions(+)
------------------------------------------------------------------------
commit 12a0a8642
Author: mjn-mixael
Commit: mjn-mixael
override then normal hook
code/ship/shipfx.cpp | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit e246616fa
Author: mjn-mixael
Commit: mjn-mixael
on warp complete hook
code/ship/shipfx.cpp | 13 +++++++++++++
1 file changed, 13 insertions(+)
------------------------------------------------------------------------
commit 002ab4885
Author: mjn-mixael
Commit: mjn-mixael
gate float divisions behind mod flag
code/parse/sexp.cpp | 12 ++++++++++--
code/ship/ship.cpp | 35 +++++++++++++++++++----------------
2 files changed, 29 insertions(+), 18 deletions(-)
------------------------------------------------------------------------
commit 13b7f626a
Author: mjn-mixael
Commit: mjn-mixael
appease etp
code/scripting/api/objs/audio_stream.cpp | 4 ++--
code/sound/audiostr.cpp | 4 ++--
code/sound/audiostr.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit d0e26adc2
Author: mjn-mixael
Commit: mjn-mixael
appease goober
code/sound/audiostr.cpp | 10 +++++-----
code/sound/audiostr.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 289266d95
Author: mjn-mixael
Commit: mjn-mixael
get audiostream duration in milliseconds
code/scripting/api/objs/audio_stream.cpp | 14 ++++++++++++++
code/sound/audiostr.cpp | 19 +++++++++++++++++++
code/sound/audiostr.h | 3 +++
3 files changed, 36 insertions(+)
------------------------------------------------------------------------
commit 4f36c6a78
Author: mjn-mixael
Commit: mjn-mixael
feature for countermeasures to respect cargo size
code/mod_table/mod_table.cpp | 5 +++++
code/mod_table/mod_table.h | 1 +
code/parse/sexp.cpp | 9 ++++++---
code/ship/ship.cpp | 21 ++++++++++++++++++---
4 files changed, 30 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 4a8991703
Author: mjn-mixael
Commit: mjn-mixael
missed comma
code/scripting/api/libs/base.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 34232bd5d
Author: mjn-mixael
Commit: mjn-mixael
const char instead of SCP_string
code/scripting/api/libs/base.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 7eca7febc
Author: mjn-mixael
Commit: mjn-mixael
expose setting discord presence
code/libs/discord/discord.cpp | 10 ++++++++++
code/libs/discord/discord.h | 2 ++
code/scripting/api/libs/base.cpp | 28 ++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
------------------------------------------------------------------------
commit 0ad91aaf3
Author: mjn-mixael
Commit: mjn-mixael
prevent line splitting if building credits for SCPUI
code/menuui/credits.cpp | 47 ++++++++++++++++++++++++++++++------------
code/menuui/credits.h | 2 +-
code/scripting/api/libs/ui.cpp | 2 +-
3 files changed, 36 insertions(+), 15 deletions(-)