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 17, 2021, 01:51:11 am
-
Here is the nightly for 17 May 2021 - Revision 5ad373502
Group: Linux
nightly_20210517_5ad373502-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210517_5ad373502/nightly_20210517_5ad373502-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210517_5ad373502/nightly_20210517_5ad373502-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20210517_5ad373502-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210517_5ad373502/nightly_20210517_5ad373502-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210517_5ad373502/nightly_20210517_5ad373502-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20210517_5ad373502-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210517_5ad373502/nightly_20210517_5ad373502-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210517_5ad373502/nightly_20210517_5ad373502-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit ed69a1584
Author: the-maddin
Commit: the-maddin
qtfred/win32: Later SCP_mspdbcs_Cleanup (fix crash on shutdown)
qtfred/src/FredApplication.cpp | 5 +++++
qtfred/src/FredApplication.h | 2 ++
2 files changed, 7 insertions(+)
------------------------------------------------------------------------
commit 789243ea0
Author: the-maddin
Commit: the-maddin
qtfred: Replace '/' with platform specific separator
qtfred/src/ui/FredView.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit b4fe5c9cb
Author: z64555
Commit: z64555
* Use temp vars for readibility. * when using gr_printf_menu, Use format string and va_list instead of the buffer string directly
code/controlconfig/controlsconfig.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit f1ee62162
Author: z64555
Commit: z64555
Use menu resolution instead of screen width for positioning the "Conflict!" message.
code/controlconfig/controlsconfig.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit bcf87e8a0
Author: z64555
Commit: z64555
When overriding a key, the key should first load in the default binding so that legacy ccfg.tbl's can toggle a modifier (shift or alt) without corrupting the bind.
code/controlconfig/controlsconfigcommon.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)