Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 20, 2022, 02:07:17 am
-
Here is the nightly for 20 October 2022 - Revision 9782f191b
Group: Win64-SSE2
nightly_20221020_9782f191b-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-x64-SSE2.zip))
Group: Linux
nightly_20221020_9782f191b-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-Linux.tar.gz))
Group: MacOSX
nightly_20221020_9782f191b-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20221020_9782f191b-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221020_9782f191b/nightly_20221020_9782f191b-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit d37a44689
Author: Goober5000
Commit: Goober5000
music and training message timestamp conversion
code/autopilot/autopilot.cpp | 2 +-
code/gamesnd/eventmusic.cpp | 57 +++++++++++++++++++------------------
code/libs/discord/discord.cpp | 14 ++++-----
code/mission/missiontraining.cpp | 18 ++++++------
code/mission/missiontraining.h | 2 +-
code/missionui/redalert.cpp | 10 +++----
code/parse/sexp.cpp | 6 ++--
code/scripting/api/libs/mission.cpp | 2 +-
8 files changed, 56 insertions(+), 55 deletions(-)
------------------------------------------------------------------------
commit 7a5b84033
Author: MjnMixael
Commit: GitHub
Allow setting an override wireframe color globally and add option to set target monitor style and wireframe color per gauge (#4786)
code/hud/hudparse.cpp | 23 +++++++
code/hud/hudtargetbox.cpp | 153 ++++++++++++++++++++++++++++++++++------------
code/hud/hudtargetbox.h | 9 +++
3 files changed, 145 insertions(+), 40 deletions(-)
------------------------------------------------------------------------
commit 50cd91bd8
Author: MjnMixael
Commit: GitHub
Damage, swarm, corkscrew info virtvars (#4798)
code/scripting/api/objs/weaponclass.cpp | 70 +++++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
------------------------------------------------------------------------
commit 00c8b946a
Author: MjnMixael
Commit: GitHub
Modular species table (#4775)
code/menuui/techmenu.cpp | 144 ++++++++++++++++-----
test/src/menuui/test_intel_parse.cpp | 135 +------------------
.../always_techroom_values/data/tables/species.tbl | 36 ------
.../invalid_end_new_line/data/tables/species.tbl | 19 ---
.../invalid_end_same_line/data/tables/species.tbl | 18 ---
.../data/tables/species.tbl | 28 ----
.../missing_anim/data/tables/species.tbl | 28 ----
.../missing_description/data/tables/species.tbl | 15 ---
.../missing_description_2/data/tables/species.tbl | 16 ---
.../missing_end_multi_text/data/tables/species.tbl | 18 ---
.../missing_entry/data/tables/species.tbl | 29 -----
.../stray_hash_end/data/tables/species.tbl | 20 ---
.../wrong_order/data/tables/species.tbl | 29 -----
13 files changed, 115 insertions(+), 420 deletions(-)