Author Topic: Nightly: 21 April 2023 - Revision fa0878b6b  (Read 296 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 21 April 2023 - Revision fa0878b6b
Here is the nightly for 21 April 2023 - Revision fa0878b6b



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


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


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


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

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

    Add an Ai goal flag to afterburn hard (#5338)
 code/ai/ai.h            |   2 +
 code/ai/ai_flags.h      |   4 +-
 code/ai/ai_profiles.cpp |   2 +
 code/ai/aibig.cpp       |  16 ++++---
 code/ai/aicode.cpp      |  90 ++++++++++++++++++++++++++++++-----
 code/ai/aigoals.cpp     |  27 +++++++++++
 code/parse/sexp.cpp     | 123 ++++++++++++++++++++++++++++++------------------
 7 files changed, 199 insertions(+), 65 deletions(-)

------------------------------------------------------------------------
commit 21d1ffd3b
Author: wookieejedi
Commit: GitHub

    Fixes CTD with New Particle Lifetime Curve (#5358)
 code/particle/util/ParticleProperties.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 427873a34
Author: EatThePath
Commit: GitHub

    remove int3 from the rest of the batching things (#5349)
 code/render/batching.cpp | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 4a53ff742
Author: Asteroth
Commit: GitHub

    Add debris density (#5340)
 code/debris/debris.cpp | 16 +++++++++-------
 code/debris/debris.h   |  4 ++--
 code/model/model.h     |  2 ++
 code/ship/ship.cpp     | 12 ++++++++++++
 code/ship/ship.h       |  1 +
 code/ship/shipfx.cpp   |  2 +-
 6 files changed, 27 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit d7a2bba63
Author: Goober5000
Commit: Goober5000

    enhance some SEXP warnings
 code/parse/sexp.cpp                 | 12 ++++++++++--
 code/scripting/api/libs/mission.cpp | 10 +++++-----
 2 files changed, 15 insertions(+), 7 deletions(-)