Author Topic: Nightly: 09 October 2020 - Revision 465af93dc  (Read 751 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 09 October 2020 - Revision 465af93dc
Here is the nightly for 09 October 2020 - Revision 465af93dc

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 465af93dc
Author: Goober5000
Commit: GitHub

    fix display names for wings (#2787)
 code/mission/missionparse.cpp | 13 ++++++++++++-
 code/ship/ship.cpp            |  8 +++++++-
 code/ship/ship.h              |  3 +--
 fred2/wing_editor.cpp         |  2 ++
 4 files changed, 22 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 186fe5134
Author: JohnAFernandez
Commit: GitHub

    Object update packet upgrade (#2752)
 code/hud/hudobserver.cpp       |    1 -
 code/io/timer.cpp              |    2 +-
 code/math/vecmat.cpp           |   63 ++
 code/math/vecmat.h             |    6 +
 code/mission/missionparse.cpp  |    2 +
 code/network/multi.cpp         |    9 +-
 code/network/multi.h           |   22 +-
 code/network/multi_ingame.cpp  |    3 +
 code/network/multi_obj.cpp     | 2435 +++++++++++++++++++++++++++++-----------
 code/network/multi_obj.h       |   95 +-
 code/network/multi_respawn.cpp |   23 +-
 code/network/multimsgs.cpp     |   14 +-
 code/network/multiutil.cpp     |  774 +++++++------
 code/network/multiutil.h       |   27 +-
 code/object/waypoint.cpp       |    2 +
 code/ship/ship.cpp             |   15 -
 code/ship/ship.h               |    3 -
 freespace2/freespace.cpp       |    6 +-
 18 files changed, 2469 insertions(+), 1033 deletions(-)