Author Topic: Nightly: 01 May 2023 - Revision 996a2002e  (Read 244 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 01 May 2023 - Revision 996a2002e
Here is the nightly for 01 May 2023 - Revision 996a2002e



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5a1ac8780
Author: wookieejedi
Commit: GitHub

    Update recent particle optimizations to fix edge case slowdowns (#5385)
 code/particle/effects/ParticleEmitterEffect.cpp |  5 ++--
 code/particle/effects/ParticleEmitterEffect.h   |  3 ++-
 code/particle/particle.cpp                      | 35 ++++++++++++++++++++++---
 code/particle/particle.h                        |  2 +-
 code/ship/ship.cpp                              |  2 +-
 code/ship/shipfx.cpp                            |  2 +-
 code/weapon/weapons.cpp                         |  4 +--
 7 files changed, 42 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit e5301b759
Author: MageKing17
Commit: GitHub

    Fix the `rand` SEXP's use of cached values. (#5381)
 code/parse/sexp.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit f15c5188c
Author: Goober5000
Commit: Goober5000

    remove some obsolete FRED components
 fred2/CMakeLists.txt |   4 -
 fred2/dialog1.cpp    |  47 --------
 fred2/dialog1.h      |  43 -------
 fred2/folderdlg.cpp  | 329 ---------------------------------------------------
 fred2/folderdlg.h    | 197 ------------------------------
 fred2/freddoc.cpp    |  14 +--
 fred2/mainfrm.cpp    |   8 --
 fred2/mainfrm.h      |   8 --
 fred2/resource.h     |   5 -
 9 files changed, 1 insertion(+), 654 deletions(-)