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 03, 2022, 01:01:59 am

Title: Nightly: 03 January 2022 - Revision 3143d9fdc
Post by: SirKnightly on January 03, 2022, 01:01:59 am
Here is the nightly for 03 January 2022 - Revision 3143d9fdc



Group: Win64-SSE2
nightly_20220103_3143d9fdc-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220103_3143d9fdc/nightly_20220103_3143d9fdc-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220103_3143d9fdc/nightly_20220103_3143d9fdc-builds-x64-SSE2.zip))


Group: Win32-SSE2
nightly_20220103_3143d9fdc-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220103_3143d9fdc/nightly_20220103_3143d9fdc-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220103_3143d9fdc/nightly_20220103_3143d9fdc-builds-Win32-SSE2.zip))


Group: Linux
nightly_20220103_3143d9fdc-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220103_3143d9fdc/nightly_20220103_3143d9fdc-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220103_3143d9fdc/nightly_20220103_3143d9fdc-builds-Linux.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit 5b3207f54
Author: Goober5000
Commit: Goober5000

    use the proper timestamp function
 code/gamesnd/eventmusic.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0c6169d38
Author: Goober5000
Commit: Goober5000

    remove old comment using private API
 code/ship/shiphit.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit c9ac9a363
Author: Goober5000
Commit: Goober5000

    use correct initialization for invalid timestamp
 code/hud/hud.cpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 009abe22f
Author: Goober5000
Commit: Goober5000

    fix comment
 code/io/timer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 93757bcc6
Author: Goober5000
Commit: Goober5000

    replace Int3() with UNREACHABLE
 code/io/timer.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 28c0d51de
Author: Goober5000
Commit: Goober5000

    remove redundant weapon_level_init
 code/weapon/weapons.cpp | 2 --
 1 file changed, 2 deletions(-)