Author Topic: Nightly: 17 May 2021 - Revision 5ad373502  (Read 428 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 17 May 2021 - Revision 5ad373502
Here is the nightly for 17 May 2021 - Revision 5ad373502



Group: Linux
nightly_20210517_5ad373502-builds-Linux.tar.gz (Mirror)


Group: Win64-SSE2
nightly_20210517_5ad373502-builds-x64-SSE2.zip (Mirror)


Group: Win32-SSE2
nightly_20210517_5ad373502-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
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(-)