Author Topic: Nightly: 24 December 2020 - Revision a3135497f  (Read 463 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 24 December 2020 - Revision a3135497f
Here is the nightly for 24 December 2020 - Revision a3135497f



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit a47cfb7e7
Author: SelfGamer
Commit: GitHub

    Expose disposing FBO's to scripting (#3003)
 code/bmpman/bmpman.cpp                   | 22 ++++++++++++++++++++++
 code/bmpman/bmpman.h                     | 15 +++++++++++++++
 code/graphics/opengl/gropengltexture.cpp | 15 ++++++++++-----
 code/scripting/api/objs/texture.cpp      | 20 ++++++++++++++++++++
 4 files changed, 67 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 0f220d2ec
Author: asarium
Commit: asarium

    Capture SDL logs to our standard logging output
 code/osapi/osapi.cpp | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

------------------------------------------------------------------------
commit 2f24a131c
Author: asarium
Commit: asarium

    Fix shell script
 ci/linux/clang_tidy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit c9dc17cb7
Author: asarium
Commit: asarium

    Fix workflow names
 .github/workflows/build-nightly.yaml | 2 +-
 .github/workflows/build-release.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit fa7994f69
Author: asarium
Commit: asarium

    Fix clang tidy commit range
 ci/linux/clang_tidy.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8ef92c944
Author: Goober5000
Commit: Goober5000

    move gun_submodel_rotation from model to instance
 code/hud/hudtarget.cpp     |  9 +++-----
 code/model/model.h         |  7 +-----
 code/model/modelread.cpp   |  5 ++---
 code/model/modelrender.cpp | 47 +++++++++++++++++++++------------------
 code/model/modelrender.h   |  8 +++----
 code/ship/ship.cpp         | 55 ++++++++++++++++++++++++++++++++++++++++------
 code/ship/ship.h           |  6 ++++-
 7 files changed, 89 insertions(+), 48 deletions(-)

------------------------------------------------------------------------
commit 78c957c6b
Author: Goober5000
Commit: Goober5000

    properly restore turret angles after calculating matrix
 code/model/modelread.cpp | 6 ++++++
 1 file changed, 6 insertions(+)