Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 06, 2022, 01:03:13 am

Title: Nightly: 06 January 2022 - Revision 94b8c283e
Post by: SirKnightly on January 06, 2022, 01:03:13 am
Here is the nightly for 06 January 2022 - Revision 94b8c283e



Group: Win64-SSE2
nightly_20220106_94b8c283e-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220106_94b8c283e/nightly_20220106_94b8c283e-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220106_94b8c283e/nightly_20220106_94b8c283e-builds-x64-SSE2.zip))


Group: Linux
nightly_20220106_94b8c283e-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220106_94b8c283e/nightly_20220106_94b8c283e-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220106_94b8c283e/nightly_20220106_94b8c283e-builds-Linux.tar.gz))


Group: Win32-SSE2
nightly_20220106_94b8c283e-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220106_94b8c283e/nightly_20220106_94b8c283e-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220106_94b8c283e/nightly_20220106_94b8c283e-builds-Win32-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 2289976fa
Author: z64555
Commit: z64555

    Add catches for edge cases when control_config_get_current_preset() returnes ::end() within csg and plr read/write. * Add assertsions during csg and plr read/write to make sure the Controls_config is initialized.
 code/pilotfile/csg.cpp | 10 ++++++++++
 code/pilotfile/plr.cpp | 11 +++++++++++
 2 files changed, 21 insertions(+)

------------------------------------------------------------------------
commit ed54b7942
Author: Goober5000
Commit: Goober5000

    fix first-of to return the correct arguments
 code/parse/sexp.cpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit ce105df6c
Author: wookieejedi
Commit: GitHub

    Revert timestamp changes for HUD (#3895)
 code/hud/hud.cpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 61b87e682
Author: BMagnu
Commit: GitHub

    Handle forgotten 0 case for new vecmat function (#3891)
 code/math/vecmat.cpp | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit ca6a1045c
Author: wookieejedi
Commit: GitHub

    Fix Particle PageIn (V2) (#3893)
 code/particle/util/ParticleProperties.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
Title: Re: Nightly: 06 January 2022 - Revision 94b8c283e
Post by: Trivial Psychic on January 08, 2022, 10:32:18 pm
The turret initial status bug I reported on Github (https://github.com/scp-fs2open/fs2open.github.com/issues/3876), which was resolved for the Jan 5th, is broken again in this and the 7th build.
Title: Re: Nightly: 06 January 2022 - Revision 94b8c283e
Post by: Lafiel on January 09, 2022, 08:50:50 am
The turret initial status bug I reported on Github (https://github.com/scp-fs2open/fs2open.github.com/issues/3876), which was resolved for the Jan 5th, is broken again in this and the 7th build.

Good catch, thanks for the heads up.
Should be fixed by tomorrows nightly.