Author Topic: Nightly: 20 September 2022 - Revision 7fea61f61  (Read 729 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 20 September 2022 - Revision 7fea61f61
Here is the nightly for 20 September 2022 - Revision 7fea61f61



Group: MacOSX
nightly_20220920_7fea61f61-builds-Mac.tar.gz (Mirror)


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 7b3705ad6
Author: wookieejedi
Commit: GitHub

    Fix VS Warning (#4676)
 code/ship/ship.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit cbd3d7da2
Author: mjn-mixael
Commit: mjn-mixael

    This needs to be reversed to return the expected value
 code/scripting/api/libs/mission.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 41dd60d11
Author: mjn-mixael
Commit: mjn-mixael

    Fix returning int when bool expected
 code/scripting/api/libs/mission.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e88b89883
Author: BMagnu
Commit: BMagnu

    Add absolute translation
 code/model/modelanimation_segments.cpp | 22 ++++++++++++++++------
 code/model/modelanimation_segments.h   |  5 +++--
 2 files changed, 19 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 222a75f3e
Author: Goober5000
Commit: Goober5000

    semi-deprecate dualscanlines, and put the default option in the 'else' block
 code/cmdline/cmdline.cpp | 2 +-
 code/hud/hudparse.cpp    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 5823c5f4b
Author: Asteroth
Commit: Asteroth

    add disco scan lines
 code/hud/hudparse.cpp     |  6 ++--
 code/hud/hudtargetbox.cpp | 92 ++++++++++++++++++++++++++++++++++++-----------
 code/hud/hudtargetbox.h   |  2 +-
 3 files changed, 77 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit 4c16c95b9
Author: Goober5000
Commit: Goober5000

    add -dualscanlines as a HUD config option
 code/hud/hudparse.cpp     | 11 +++++++++++
 code/hud/hudtargetbox.cpp |  9 +++++++--
 code/hud/hudtargetbox.h   |  4 ++++
 3 files changed, 22 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 2f0a15da2
Author: Tyler Blount
Commit: Tyler Blount

    Remove alpha conditional check in VideoPresenter
 code/cutscene/VideoPresenter.cpp | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0d78538a9
Author: Tyler Blount
Commit: Tyler Blount

    Update video shader and add alpha controls to VideoPresenter API
 code/cutscene/VideoPresenter.cpp            | 25 ++++++++++++++++++++++---
 code/cutscene/VideoPresenter.h              |  2 +-
 code/cutscene/player.cpp                    |  4 ++--
 code/cutscene/player.h                      |  2 +-
 code/def_files/data/effects/video-f.sdr     |  7 ++++++-
 code/graphics/2d.h                          |  3 ++-
 code/graphics/material.cpp                  |  4 ++--
 code/graphics/material.h                    |  2 +-
 code/graphics/opengl/gropenglshader.cpp     |  1 +
 code/graphics/opengl/gropengltnl.cpp        | 12 ++++++++++++
 code/graphics/util/UniformBufferManager.cpp |  3 +++
 code/graphics/util/uniform_structs.h        |  5 +++++
 code/scripting/api/objs/movie_player.cpp    |  5 +++--
 13 files changed, 61 insertions(+), 14 deletions(-)