Author Topic: Nightly: 15 July 2025 - Revision a4eeaa706  (Read 131 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 15 July 2025 - Revision a4eeaa706
Here is the nightly for 15 July 2025 - Revision a4eeaa706



Group: Linux-arm64
nightly_20250715_a4eeaa706-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20250715_a4eeaa706-builds-Linux-x86_64.tar.gz (Mirror)


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit a22473654
Author: wookieejedi
Commit: GitHub

    Slots for custom post processing effects (#6827)
 code/def_files/data/effects/post-f.sdr          |  8 ++++++++
 code/def_files/data/tables/post_processing.tbl  | 11 ++++++++++-
 code/graphics/opengl/gropenglpostprocessing.cpp | 12 ++++++++++++
 code/graphics/post_processing.cpp               |  8 ++++++++
 code/graphics/post_processing.h                 |  4 ++++
 code/graphics/util/uniform_structs.h            |  6 ++++++
 6 files changed, 48 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit d055d03e5
Author: Taylor Richards
Commit: GitHub

    get proper number of physical cpu cores on macOS (#6835)
 code/utils/threading.cpp | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4c80ad724
Author: BMagnu
Commit: GitHub

    Fix Thread Count Detection on Windows (#6834)
 code/utils/threading.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 53394093a
Author: BMagnu
Commit: GitHub

    Limit the number of threads spawned (#6833)
 code/utils/threading.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3be99b248
Author: Goober5000
Commit: Goober5000

    fix play-sound-from-file with multiple variable-controlled streams
 code/parse/sexp.cpp | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)