Author Topic: Nightly: 27 November 2022 - Revision 18150673c  (Read 201 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 27 November 2022 - Revision 18150673c
Here is the nightly for 27 November 2022 - Revision 18150673c

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5034855d4
Author: BMagnu
Commit: GitHub

    Check if Texture is valid first (#4937)
 code/scripting/api/objs/texture.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1d5c802a9
Author: Goober5000
Commit: Goober5000

    handle speeds when removing play-dead
 code/ai/aigoals.cpp | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 35380e8e2
Author: Goober5000
Commit: Goober5000

    don't process turrets or subsystems when playing dead
 code/ai/aicode.cpp | 4 ++++
 code/ship/ship.cpp | 4 ++++
 2 files changed, 8 insertions(+)