Author Topic: Nightly: 01 January 2023 - Revision 0c687f37c  (Read 193 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 01 January 2023 - Revision 0c687f37c
Here is the nightly for 01 January 2023 - Revision 0c687f37c



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 6de5c9612
Author: Goober5000
Commit: GitHub

    add should-be-dead checks for object iterations (#5050)
 code/ai/aibig.cpp                |   3 ++
 code/ai/aicode.cpp               |  26 ++++------
 code/ai/aigoals.cpp              |  12 +++--
 code/ai/aiturret.cpp             |  12 ++---
 code/asteroid/asteroid.cpp       |   6 +++
 code/autopilot/autopilot.cpp     |   3 +-
 code/hud/hudlock.cpp             |   3 ++
 code/hud/hudsquadmsg.cpp         |   6 ++-
 code/hud/hudtarget.cpp           |  12 +++++
 code/io/keycontrol.cpp           |  14 +++---
 code/mission/missionhotkey.cpp   |  11 +++--
 code/mission/missionparse.cpp    |  25 +++++-----
 code/network/multiteamselect.cpp |  18 +++----
 code/object/objcollide.cpp       |   3 ++
 code/object/object.cpp           | 103 +++++++--------------------------------
 code/object/object.h             |   6 ---
 code/object/objectsnd.cpp        |   1 +
 code/parse/sexp.cpp              |  77 +++++++++++++++++------------
 code/ship/ship.cpp               |  40 +++++++--------
 code/ship/shiphit.cpp            |   1 +
 code/weapon/shockwave.cpp        |   2 +
 code/weapon/weapons.cpp          |  10 +++-
 22 files changed, 186 insertions(+), 208 deletions(-)

------------------------------------------------------------------------
commit 083984efe
Author: Taylor Richards
Commit: GitHub

    add support for .vpc extension on VP archives (#5067)
 code/cfile/cfilesystem.cpp | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 96f2a3b04
Author: Asteroth
Commit: Asteroth

    ensure split ships are team colored
 code/ship/shipfx.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)