Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 17, 2023, 01:29:31 am
-
Here is the nightly for 17 July 2023 - Revision 143127028
At least one of the nightly builds failed!
Group: Linux
nightly_20230717_143127028-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230717_143127028/nightly_20230717_143127028-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230717_143127028/nightly_20230717_143127028-builds-Linux.tar.gz))
Group: MacOSX
nightly_20230717_143127028-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230717_143127028/nightly_20230717_143127028-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230717_143127028/nightly_20230717_143127028-builds-Mac.tar.gz))
------------------------------------------------------------------------
commit d253302fc
Author: MageKing17
Commit: MageKing17
Also check `popup_active()` and `popupdead_is_active()`.
code/sound/voicerec.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 560eb31e4
Author: MageKing17
Commit: MageKing17
Ignore voice recognition events while game is paused.
code/sound/voicerec.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 493df3728
Author: MageKing17
Commit: MageKing17
When playing the demo, don't try to reset if no campaign is active.
code/menuui/readyroom.cpp | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit d6ee51587
Author: Asteroth
Commit: Asteroth
remove testing prints
code/bmpman/bm_internal.h | 1 -
code/bmpman/bmpman.cpp | 2 --
code/hud/hudescort.cpp | 1 -
3 files changed, 4 deletions(-)
------------------------------------------------------------------------
commit bc09f0672
Author: Asteroth
Commit: Asteroth
better hud gauge load safety
code/bmpman/bm_internal.h | 1 +
code/bmpman/bmpman.cpp | 4 +++-
code/hud/hud.cpp | 3 +++
code/hud/hudescort.cpp | 4 ++++
code/hud/hudets.cpp | 4 ++++
code/hud/hudlock.cpp | 4 ++--
code/hud/hudreticle.cpp | 20 +++++++++++++++--
code/hud/hudshield.cpp | 5 ++++-
code/hud/hudtarget.cpp | 46 ++++++++++++++++++++++++----------------
code/hud/hudtargetbox.cpp | 12 ++++++-----
code/hud/hudwingmanstatus.cpp | 5 +++--
code/mission/missiontraining.cpp | 13 ++++++++----
code/radar/radar.cpp | 3 ++-
code/radar/radarorb.cpp | 6 +++++-
14 files changed, 93 insertions(+), 37 deletions(-)