Author Topic: Nightly: 27 May 2023 - Revision b3532e71c  (Read 208 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 27 May 2023 - Revision b3532e71c
Here is the nightly for 27 May 2023 - Revision b3532e71c



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit b3532e71c
Author: Taylor Richards
Commit: GitHub

    add support for loose lz4 compressed files (#5411)
 code/cfile/cfilesystem.cpp | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 16e0e3d6c
Author: Asteroth
Commit: GitHub

    Use volume particles for poofs (#5412)
 code/nebula/neb.cpp      |  2 +-
 code/render/batching.cpp | 23 +++++++++++++++++++++++
 code/render/batching.h   |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2ba173d20
Author: ETP
Commit: ETP

    call reset() on new profiles to ensure properly set default values.
 code/lighting/lighting_profiles.cpp | 1 +
 1 file changed, 1 insertion(+)