Author Topic: Nightly: 03 October 2020 - Revision 83666a0  (Read 578 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 October 2020 - Revision 83666a0
Here is the nightly for 03 October 2020 - Revision 83666a0

At least one of the nightly builds failed!


Group: Win32
nightly_20201003_83666a0-builds-Win32.zip (Mirror)


Group: Win64
nightly_20201003_83666a0-builds-Win64.zip (Mirror)


Group: MacOSX
nightly_20201003_83666a0-builds-MacOSX.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 53ad0ea
Author: Goober5000
Commit: Goober5000

    fix CTD when running ship:kill() with no parameters
 code/scripting/api/objs/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 18c93f2
Author: Goober5000
Commit: Goober5000

    add No_impact_spew weapon flag
 code/ship/ship.cpp         | 1 +
 code/ship/shiphit.cpp      | 2 +-
 code/weapon/weapon_flags.h | 1 +
 code/weapon/weapons.cpp    | 5 +++--
 4 files changed, 6 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 06dd153
Author: Baezon
Commit: Baezon

    v1
 code/hud/hudlock.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b4350a1
Author: asarium
Commit: asarium

    Fix GCC-10 warnings
 .github/workflows/pr-workflow.yaml | 14 +++++++-------
 cmake/platformChecks.cmake         |  1 -
 code/math/vecmat.cpp               |  2 +-
 code/missionui/missiondebrief.cpp  | 28 ++++++++++++++++------------
 code/network/multi_voice.cpp       |  6 +++---
 code/network/multiteamselect.cpp   |  6 +++---
 code/utils/strings.h               |  8 +++-----
 code/weapon/beam.cpp               |  4 ++--
 code/weapon/beam.h                 |  4 ++--
 9 files changed, 37 insertions(+), 36 deletions(-)

------------------------------------------------------------------------
commit 15061d5
Author: Goober5000
Commit: Goober5000

    fix flags in ships.tbl and weapons.tbl
 code/ship/ship.cpp      |  2 ++
 code/weapon/weapons.cpp | 52 +++++++++++++++++++++++++++++--------------------
 2 files changed, 33 insertions(+), 21 deletions(-)