Author Topic: Nightly: 23 December 2020 - Revision 4b200586e  (Read 731 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 23 December 2020 - Revision 4b200586e
Here is the nightly for 23 December 2020 - Revision 4b200586e



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 8cf900b6a
Author: Goober5000
Commit: Goober5000

    additional null checks
 code/mission/missionparse.cpp | 3 ++-
 code/missionui/redalert.cpp   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0c5b04c42
Author: Goober5000
Commit: Goober5000

    additional null checks
 code/model/modelanim.cpp              |  6 ++++--
 code/scripting/api/objs/subsystem.cpp | 12 ++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ec79fdea6
Author: asarium
Commit: asarium

    Fix nightly build FTP wildcard
 ci/linux/dist_functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ea9727261
Author: z64555
Commit: z64555

    In windows, attach to the console we're being evoked from and reopen STDIO streams.
 freespace2/freespace.cpp | 9 +++++++++
 1 file changed, 9 insertions(+)

------------------------------------------------------------------------
commit c18b1b63f
Author: Goober5000
Commit: Goober5000

    another model to model_instance refactor
 code/debris/debris.cpp     | 21 ++++++-----
 code/debris/debris.h       |  2 ++
 code/graphics/shadows.cpp  |  5 ++-
 code/hud/hudtargetbox.cpp  |  5 ++-
 code/model/model.h         | 67 ++++++++++++++++++++----------------
 code/model/modelread.cpp   | 78 ++++++++++++++---------------------------
 code/model/modelrender.cpp | 86 +++++++++++++++++++++-------------------------
 code/model/modelrender.h   |  4 +--
 code/object/object.cpp     | 38 ++++++++++++++++++++
 code/object/object.h       |  1 +
 code/ship/ship.cpp         |  6 +++-
 code/ship/shipfx.cpp       |  5 +--
 12 files changed, 175 insertions(+), 143 deletions(-)