Author Topic: Nightly: 21 October 2021 - Revision a52e85c76  (Read 381 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 21 October 2021 - Revision a52e85c76
Here is the nightly for 21 October 2021 - Revision a52e85c76



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 1c2b83f6a
Author: David Gibson
Commit: David Gibson

    Removing dead code paths
 code/graphics/light.cpp              | 5 +----
 code/graphics/light.h                | 2 +-
 code/graphics/opengl/gropengltnl.cpp | 2 --
 code/lighting/lighting.cpp           | 6 +++---
 code/model/modelrender.cpp           | 3 ---
 code/object/object.cpp               | 1 -
 code/object/objectsort.cpp           | 3 ---
 fred2/fredrender.cpp                 | 1 -
 qtfred/src/mission/FredRenderer.cpp  | 1 -
 9 files changed, 5 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit db7d634a3
Author: Goober5000
Commit: Goober5000

    make hud gauge checking more robust
 code/hud/hud.cpp    | 46 +++++++++++++++++++++++++++++-----------------
 code/hud/hud.h      |  2 +-
 code/parse/sexp.cpp | 44 ++++++++++++++++++++++++++++++--------------
 3 files changed, 60 insertions(+), 32 deletions(-)