Author Topic: Nightly: 06 May 2024 - Revision 322f807ac  (Read 100 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 06 May 2024 - Revision 322f807ac
Here is the nightly for 06 May 2024 - Revision 322f807ac



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit dea9437c0
Author: Asteroth
Commit: GitHub

    add waypoints no formation flag (#6119)
 code/ai/ai_flags.h     | 2 ++
 code/ai/aicode.cpp     | 7 +++++++
 code/ship/ship.cpp     | 6 ++++--
 code/ship/ship_flags.h | 1 +
 4 files changed, 14 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 742fd321d
Author: Goober5000
Commit: Goober5000

    setClip enhancement
 code/scripting/api/libs/graphics.cpp | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 3851832db
Author: Goober5000
Commit: Goober5000

    make fireball types dynamic
 code/asteroid/asteroid.cpp                | 10 ++---
 code/fireball/fireballs.cpp               | 72 ++++++++++++++++---------------
 code/fireball/fireballs.h                 | 10 ++---
 code/hud/hudartillery.cpp                 |  4 +-
 code/parse/parselo.cpp                    | 35 ++++++++++++---
 code/parse/parselo.h                      |  1 +
 code/parse/sexp.cpp                       |  6 +--
 code/scripting/api/libs/tables.cpp        |  2 +-
 code/scripting/api/objs/fireballclass.cpp | 18 ++++----
 code/ship/ship.cpp                        | 29 +++++--------
 code/weapon/weapons.cpp                   |  4 +-
 fred2/sexp_tree.cpp                       |  4 +-
 fred2/warpparamsdlg.cpp                   |  4 +-
 qtfred/src/ui/widgets/sexp_tree.cpp       |  4 +-
 14 files changed, 109 insertions(+), 94 deletions(-)