Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 06, 2021, 01:42:00 am

Title: Nightly: 06 May 2021 - Revision 52e2cda4a
Post by: SirKnightly on May 06, 2021, 01:42:00 am
Here is the nightly for 06 May 2021 - Revision 52e2cda4a



Group: Linux
nightly_20210506_52e2cda4a-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210506_52e2cda4a/nightly_20210506_52e2cda4a-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210506_52e2cda4a/nightly_20210506_52e2cda4a-builds-Linux.tar.gz))


Group: Win32-SSE2
nightly_20210506_52e2cda4a-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210506_52e2cda4a/nightly_20210506_52e2cda4a-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210506_52e2cda4a/nightly_20210506_52e2cda4a-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20210506_52e2cda4a-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210506_52e2cda4a/nightly_20210506_52e2cda4a-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210506_52e2cda4a/nightly_20210506_52e2cda4a-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 3a888906c
Author: Goober5000
Commit: Goober5000

    use the proper range check
 code/mission/missionparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6d60647a2
Author: Goober5000
Commit: Goober5000

    bump version to 21.3.x
 cmake/version.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3c809a9bb
Author: the-maddin
Commit: the-maddin

    Fix qtfred runtime warning
 qtfred/src/main.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 1c1ee910f
Author: the-maddin
Commit: the-maddin

    Create model for ListView of Checkboxes
 qtfred/source_groups.cmake        |   1 +
 qtfred/src/CheckedDataListModel.h | 106 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 107 insertions(+)

------------------------------------------------------------------------
commit 6f2e707f5
Author: the-maddin
Commit: the-maddin

    Fix qtfred deprecations
 qtfred/src/ui/dialogs/EventEditorDialog.cpp | 2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp         | 2 +-
 qtfred/src/util.cpp                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 3a427d923
Author: the-maddin
Commit: the-maddin

    Fix deprecation warning
 qtfred/src/ui/FredView.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)