Author Topic: Nightly: 23 October 2021 - Revision 58680f766  (Read 390 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 23 October 2021 - Revision 58680f766
Here is the nightly for 23 October 2021 - Revision 58680f766



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 375e1caca
Author: Asteroth
Commit: GitHub

    Remove 'stream' weapon handling (#3720)
 code/ai/aicode.cpp               | 10 ++--------
 code/lab/manager/lab_manager.cpp |  2 +-
 code/network/multi_obj.cpp       |  9 ++-------
 code/network/multimsgs.cpp       | 20 +++-----------------
 code/object/object.cpp           |  9 +--------
 code/scripting/api/objs/ship.cpp |  3 +--
 code/ship/ship.cpp               | 18 ++----------------
 code/ship/ship.h                 |  2 +-
 code/weapon/weapon_flags.h       |  1 -
 code/weapon/weapons.cpp          |  7 +++++--
 10 files changed, 18 insertions(+), 63 deletions(-)

------------------------------------------------------------------------
commit 89d0a49bd
Author: Goober5000
Commit: Goober5000

    add scripting virtvar for Neb2_awacs
 code/scripting/api/libs/mission.cpp | 11 +++++++++++
 1 file changed, 11 insertions(+)

------------------------------------------------------------------------
commit dbd5652eb
Author: Asteroth
Commit: Asteroth

    add animation for nebula poofs
 code/nebula/neb.cpp | 49 +++++++++++++++++++++++++++++++++----------------
 code/nebula/neb.h   |  6 ++++--
 2 files changed, 37 insertions(+), 18 deletions(-)