Author Topic: Nightly: 23 November 2022 - Revision 13a08371c  (Read 213 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 23 November 2022 - Revision 13a08371c
Here is the nightly for 23 November 2022 - Revision 13a08371c

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 13a08371c
Author: Asteroth
Commit: GitHub

    fix an oversight from gravity changes (#4926)
 code/object/objcollide.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 732f1bdcb
Author: Asteroth
Commit: GitHub

    Fix strange warp glow sizing (#4244)
 code/fireball/warpineffect.cpp | 48 ++++++++++++------------------------------
 1 file changed, 14 insertions(+), 34 deletions(-)

------------------------------------------------------------------------
commit 8e560a0ba
Author: EatThePath
Commit: GitHub

    More old dead shader override code that isn't hooked to anything anymore. (#4861)
 code/def_files/data/effects/main-f.sdr | 22 ++++++++--------------
 code/def_files/data/effects/main-g.sdr | 16 ++++++++--------
 code/def_files/data/effects/main-v.sdr | 16 ++++++++--------
 code/globalincs/systemvars.cpp         |  9 ---------
 code/globalincs/systemvars.h           | 11 +----------
 code/graphics/uniforms.cpp             | 24 ------------------------
 code/graphics/util/uniform_structs.h   | 16 ++++++++--------
 7 files changed, 33 insertions(+), 81 deletions(-)

------------------------------------------------------------------------
commit 406c28d87
Author: EatThePath
Commit: GitHub

    Add yaml file defining build options for vscode cmake tools users. (#4858)
 cmake-variants.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

------------------------------------------------------------------------
commit c9374ec6f
Author: Taylor Richards
Commit: GitHub

    add text-to-speech support for macOS (#4914)
 CMakeLists.txt                |  18 ++++-
 cmake/finder/FindSpeech.cmake |   2 +
 code/sound/speech.cpp         |   6 +-
 code/sound/speech.mm          | 171 ++++++++++++++++++++++++++++++++++++++++++
 code/source_groups.cmake      |   7 ++
 5 files changed, 197 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 072e1123d
Author: Taylor Richards
Commit: GitHub

    avoid playing voice messages with aux effects (EFX) (#4923)
 code/sound/ds.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)