Author Topic: Nightly: 16 January 2023 - Revision 5020cf8b6  (Read 203 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 16 January 2023 - Revision 5020cf8b6
Here is the nightly for 16 January 2023 - Revision 5020cf8b6



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


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


Group: MacOSX
nightly_20230116_5020cf8b6-builds-Mac.tar.gz (Mirror)


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

Code: [Select]
------------------------------------------------------------------------
commit e8c9a0a3a
Author: Fabian Woltermann
Commit: GitHub

    do not update the gl buffer for a batch if the batch is empty (#5115)
 code/render/batching.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2bc124700
Author: z64555
Commit: z64555

    Fix and expand upon debug safety catcher for ccfg.tbl flag reading. * Expand upon some comments for clarity on assumptions and optimizations * Define the CCF_NONE flag for posterity
 code/controlconfig/controlsconfig.h         |  1 +
 code/controlconfig/controlsconfigcommon.cpp | 38 ++++++++++++++++++++++++++---
 2 files changed, 35 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit d8a052128
Author: mjn-mixael
Commit: mjn-mixael

    remove returns
 code/parse/sexp.cpp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit fa3631c9b
Author: mjn-mixael
Commit: mjn-mixael

    make sure we have an argument
 code/parse/sexp.cpp | 56 +++++++++++++++++++++++++++++------------------------
 1 file changed, 31 insertions(+), 25 deletions(-)