Author Topic: Nightly: 18 October 2025 - Revision 2ceb52395  (Read 42 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 18 October 2025 - Revision 2ceb52395
Here is the nightly for 18 October 2025 - Revision 2ceb52395



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 349b353bb
Author: wookieejedi
Commit: GitHub

    Fix 'has parent' case for apparent size input curve (#7094)
 code/particle/particle.cpp | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit c0cc43f55
Author: Kestrellius
Commit: GitHub

    add input (#7090)
 code/particle/ParticleEffect.h |  4 ++++
 code/particle/particle.cpp     | 18 ++++++++++++++++++
 code/particle/particle.h       |  2 ++
 code/utils/modular_curves.h    |  3 +--
 4 files changed, 25 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit c3980b7aa
Author: Asteroth
Commit: GitHub

    patch `split_str_once` (#7093)
 code/parse/parselo.cpp | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 10cdf2d36
Author: z64555
Commit: z64555

    Add some more doxy, since we're here
 code/controlconfig/controlsconfig.cpp | 9 ++++++---
 code/controlconfig/controlsconfig.h   | 4 ++++
 2 files changed, 10 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d84600356
Author: z64555
Commit: z64555

    Adds doxy and warnings to control_used() and check_control_used()
 code/controlconfig/controlsconfig.cpp | 9 +++++++++
 code/controlconfig/controlsconfig.h   | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)