Author Topic: Nightly: 18 August 2022 - Revision 967619ab0  (Read 227 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 August 2022 - Revision 967619ab0
Here is the nightly for 18 August 2022 - Revision 967619ab0

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 967619ab0
Author: BMagnu
Commit: GitHub

    Add options to selectively disable shadows (#4536)
 code/graphics/shadows.cpp              | 20 ++++++++++++++++++++
 code/graphics/shadows.h                | 12 ++++++++++++
 code/menuui/techmenu.cpp               |  4 +++-
 code/missionui/missionbrief.cpp        |  4 +++-
 code/missionui/missionscreencommon.cpp |  9 +++++++--
 code/missionui/missionweaponchoice.cpp |  4 +++-
 code/mod_table/mod_table.cpp           | 17 +++++++++++++++++
 code/mod_table/mod_table.h             |  4 ++++
 code/ship/ship.cpp                     |  6 ++----
 9 files changed, 71 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 6e7fcdaac
Author: Asteroth
Commit: GitHub

    copy script function from ai helpers to plain ships (#4539)
 code/scripting/api/objs/ship.cpp | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

------------------------------------------------------------------------
commit 96d6b8bc3
Author: Asteroth
Commit: GitHub

    error if they try to change this (#4549)
 code/scripting/api/objs/subsystem.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit 9d6cdd9d8
Author: JohnAFernandez
Commit: GitHub

    Multi collision fix (ship-ship) collisions (#4542)
 code/network/multi_interpolate.cpp | 19 ++++++++++++++++++-
 code/network/multi_interpolate.h   |  2 +-
 code/network/multi_obj.cpp         | 18 +++++++++---------
 code/network/multi_obj.h           |  2 +-
 code/object/object.cpp             | 16 +++++++++++-----
 5 files changed, 40 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 7eee0f916
Author: Goober5000
Commit: Goober5000

    reorder code
 code/ai/aigoals.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 5b87f62d6
Author: Goober5000
Commit: Goober5000

    add optional distance to ai-stay-near-ship
 code/ai/aigoals.cpp | 17 ++++++++++++++---
 code/ai/aigoals.h   |  4 ++++
 code/parse/sexp.cpp |  9 +++++----
 3 files changed, 23 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit b0057e959
Author: Goober5000
Commit: Goober5000

    move ai goal stuff to aigoals.h
 code/ai/ai.h                  |  56 ++-----------------
 code/ai/aigoals.cpp           | 122 ++++++++++++++++--------------------------
 code/ai/aigoals.h             |  54 ++++++++++++++++++-
 code/autopilot/autopilot.cpp  |  10 +---
 code/mission/missionparse.cpp |   5 +-
 5 files changed, 105 insertions(+), 142 deletions(-)