Author Topic: Nightly: 12 June 2021 - Revision c0bb5bc8e  (Read 393 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 12 June 2021 - Revision c0bb5bc8e
Here is the nightly for 12 June 2021 - Revision c0bb5bc8e



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 3c3f79bc8
Author: asarium
Commit: asarium

    Fix missing clang-9 binary in build image
 .github/workflows/build-nightly.yaml | 2 +-
 .github/workflows/build-release.yaml | 2 +-
 .github/workflows/build-test.yaml    | 2 +-
 .github/workflows/pr-workflow.yaml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit eaf14760c
Author: Goober5000
Commit: Goober5000

    add warning for supported POF file versions
 code/model/modelread.cpp | 9 +++++++++
 1 file changed, 9 insertions(+)

------------------------------------------------------------------------
commit 052879b3e
Author: Shivansps
Commit: Shivansps

    POF 2118 and SLC2 support
 code/model/modelcollide.cpp |  30 +++---
 code/model/modelread.cpp    | 241 +++++++++++++++++++++++++++++++++++++++-----
 code/model/modelsinc.h      |   3 +-
 3 files changed, 234 insertions(+), 40 deletions(-)