Author Topic: Nightly: 21 February 2023 - Revision 9d0629f65  (Read 667 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 21 February 2023 - Revision 9d0629f65
Here is the nightly for 21 February 2023 - Revision 9d0629f65



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit e3be23ac7
Author: Fabian Woltermann
Commit: GitHub

    disable the fog pass when rendering cockpits (#5208)
 code/graphics/2d.h                        | 4 ++++
 code/graphics/grstub.cpp                  | 2 ++
 code/graphics/opengl/gropengl.cpp         | 2 ++
 code/graphics/opengl/gropengldeferred.cpp | 7 ++++++-
 code/graphics/opengl/gropengldeferred.h   | 2 ++
 freespace2/freespace.cpp                  | 2 ++
 6 files changed, 18 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 39c71d3a7
Author: MjnMixael
Commit: GitHub

    Flag to apply hud shudder to chase view (#5145)
 code/mod_table/mod_table.cpp | 6 ++++++
 code/mod_table/mod_table.h   | 1 +
 freespace2/freespace.cpp     | 9 +++++++--
 3 files changed, 14 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit b2fe7a94a
Author: MjnMixael
Commit: GitHub

    Remove nebula bitmap limit (#5128)
 code/nebula/neb.cpp                 | 18 ++++++------------
 code/nebula/neb.h                   |  4 +---
 fred2/bgbitmapdlg.cpp               | 12 ++++++------
 fred2/sexp_tree.cpp                 |  6 ++----
 qtfred/src/ui/widgets/sexp_tree.cpp |  6 ++----
 5 files changed, 17 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit b7353b202
Author: Asteroth
Commit: GitHub

    Add `turret-fired-since` SEXP (#5061)
 code/ai/aiturret.cpp |  3 +++
 code/parse/sexp.cpp  | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 code/parse/sexp.h    |  1 +
 code/ship/ship.cpp   |  1 +
 code/ship/ship.h     |  1 +
 5 files changed, 75 insertions(+)

------------------------------------------------------------------------
commit 96f0c6672
Author: Fabian Woltermann
Commit: Fabian Woltermann

    shut down the imgui SDL backend regardless of graphics API selected
 freespace2/SDLGraphicsOperations.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 00995f551
Author: mjn-mixael
Commit: mjn-mixael

    typos
 code/mission/missionparse.cpp | 4 ++--
 code/ship/ship.cpp            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 2ed504eb8
Author: mjn-mixael
Commit: mjn-mixael

    clarified descriptions
 code/ai/aicode.cpp            |  2 +-
 code/mission/missionparse.cpp | 20 ++++++++++----------
 code/object/object.cpp        |  4 ++--
 code/ship/ship.cpp            |  6 +++---
 4 files changed, 16 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit 4b6a791b0
Author: Fabian Woltermann
Commit: Fabian Woltermann

    pin vulkan version to 1.3.204.0
 .github/workflows/build-nightly.yaml     | 2 +-
 .github/workflows/build-release.yaml     | 6 +++---
 .github/workflows/build-standalone.yaml  | 2 +-
 .github/workflows/build-test.yaml        | 6 +++---
 .github/workflows/test-pull_request.yaml | 6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 801b693e6
Author: Fabian Woltermann
Commit: Fabian Woltermann

    make sure the WITH_VULKAN compile time flag is still set
 code/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 0ab3a8528
Author: Fabian Woltermann
Commit: Fabian Woltermann

    cleanup
 .github/workflows/test-pull_request.yaml | 9 ---------
 1 file changed, 9 deletions(-)

------------------------------------------------------------------------
commit faf8fb2ec
Author: Fabian Woltermann
Commit: Fabian Woltermann

    don't build vulkan on macos for now either
 ci/linux/configure_cmake.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0fbc422ca
Author: Fabian Woltermann
Commit: Fabian Woltermann

    remove vulkan references from the lab
 code/lab/labv2_internal.h        | 1 -
 code/lab/manager/lab_manager.cpp | 4 ----
 2 files changed, 5 deletions(-)

------------------------------------------------------------------------
commit c835481e6
Author: Fabian Woltermann
Commit: Fabian Woltermann

    x86 builds don't get vulkan
 .github/workflows/build-nightly.yaml     | 18 +++++++++++++-----
 .github/workflows/build-release.yaml     | 18 +++++++++++++-----
 .github/workflows/build-test.yaml        | 18 +++++++++++++-----
 .github/workflows/test-pull_request.yaml | 21 ++++++++++++++++-----
 4 files changed, 55 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit 4deaecece
Author: Fabian Woltermann
Commit: Fabian Woltermann

    more compile fixes
 code/graphics/vulkan/VulkanRenderer.cpp | 3 +--
 lib/imgui/CMakeLists.txt                | 9 +++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 1387c46b6
Author: Fabian Woltermann
Commit: Fabian Woltermann

    fix the rest of the pipelines
 .github/workflows/build-nightly.yaml | 10 +++++-----
 .github/workflows/build-release.yaml | 10 +++++-----
 .github/workflows/build-test.yaml    | 10 +++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit acd4486fc
Author: Fabian Woltermann
Commit: Fabian Woltermann

    remove unfinished imgui init
 code/graphics/vulkan/VulkanRenderer.cpp | 8 --------
 1 file changed, 8 deletions(-)

------------------------------------------------------------------------
commit b7343690d
Author: Fabian Woltermann
Commit: Fabian Woltermann

    move vulkan sdk install to similar place in macos pipeline
 .github/workflows/test-pull_request.yaml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 7d39df987
Author: Fabian Woltermann
Commit: Fabian Woltermann

    fix missing fall-through in case statement
 code/graphics/vulkan/VulkanRenderer.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 4ab8d35b8
Author: Fabian Woltermann
Commit: Fabian Woltermann

    add curl to the gha container
 .github/workflows/build-nightly.yaml     | 13 +++++++++----
 .github/workflows/build-release.yaml     | 14 +++++++++-----
 .github/workflows/build-standalone.yaml  | 12 ++++++++----
 .github/workflows/build-test.yaml        | 16 ++++++++++------
 .github/workflows/test-pull_request.yaml | 17 ++++++++++-------
 5 files changed, 46 insertions(+), 26 deletions(-)

------------------------------------------------------------------------
commit 3e7e3bfb4
Author: Fabian Woltermann
Commit: Fabian Woltermann

    more cleanup
 code/graphics/vulkan/RenderFrame.cpp    | 14 ++++++-------
 code/graphics/vulkan/VulkanRenderer.cpp | 35 +++++++++++++++------------------
 code/graphics/vulkan/VulkanRenderer.h   |  6 +++---
 freespace2/SDLGraphicsOperations.cpp    |  8 ++++++--
 4 files changed, 32 insertions(+), 31 deletions(-)

------------------------------------------------------------------------
commit 42a16b4c7
Author: Fabian Woltermann
Commit: Fabian Woltermann

    fix minor issues breaking compilation in CI
 code/graphics/vulkan/VulkanRenderer.cpp | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 7ea7953cd
Author: Fabian Woltermann
Commit: Fabian Woltermann

    wip
 .github/workflows/test-pull_request.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

------------------------------------------------------------------------
commit 0bb898ae2
Author: Fabian Woltermann
Commit: Fabian Woltermann

    download the vulkan sdk in the pipeline
 .github/workflows/build-nightly.yaml     | 21 ++++++++++++++++++---
 .github/workflows/build-release.yaml     | 21 ++++++++++++++++++---
 .github/workflows/build-standalone.yaml  |  6 ++++++
 .github/workflows/build-test.yaml        | 21 ++++++++++++++++++---
 .github/workflows/test-pull_request.yaml | 21 ++++++++++++++++++---
 5 files changed, 78 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit c6831d8b3
Author: Fabian Woltermann
Commit: Fabian Woltermann

    instead of shipping our own copy of vulkan-hpp, use the one in the official SDK
 code/CMakeLists.txt                        |     9 +-
 code/cmdline/cmdline.cpp                   |     7 +
 code/cmdline/cmdline.h                     |     1 +
 code/graphics/2d.cpp                       |     3 +
 code/graphics/vulkan/VulkanRenderer.cpp    |    16 +-
 code/graphics/vulkan/gr_vulkan.cpp         |     2 +
 code/lab/labv2_internal.h                  |     1 +
 code/lab/manager/lab_manager.cpp           |    10 +-
 freespace2/SDLGraphicsOperations.cpp       |     2 +-
 lib/CMakeLists.txt                         |     4 -
 lib/imgui/CMakeLists.txt                   |     8 +-
 lib/vulkan-hpp/CMakeLists.txt              |     6 -
 lib/vulkan-hpp/vulkan/vk_icd.h             |   183 -
 lib/vulkan-hpp/vulkan/vk_layer.h           |   202 -
 lib/vulkan-hpp/vulkan/vk_platform.h        |    92 -
 lib/vulkan-hpp/vulkan/vk_sdk_platform.h    |    69 -
 lib/vulkan-hpp/vulkan/vulkan.h             |    86 -
 lib/vulkan-hpp/vulkan/vulkan.hpp           | 69257 ---------------------------
 lib/vulkan-hpp/vulkan/vulkan_android.h     |   122 -
 lib/vulkan-hpp/vulkan/vulkan_core.h        | 10271 ----
 lib/vulkan-hpp/vulkan/vulkan_fuchsia.h     |    57 -
 lib/vulkan-hpp/vulkan/vulkan_ggp.h         |    68 -
 lib/vulkan-hpp/vulkan/vulkan_ios.h         |    57 -
 lib/vulkan-hpp/vulkan/vulkan_macos.h       |    57 -
 lib/vulkan-hpp/vulkan/vulkan_metal.h       |    64 -
 lib/vulkan-hpp/vulkan/vulkan_vi.h          |    57 -
 lib/vulkan-hpp/vulkan/vulkan_wayland.h     |    64 -
 lib/vulkan-hpp/vulkan/vulkan_win32.h       |   328 -
 lib/vulkan-hpp/vulkan/vulkan_xcb.h         |    65 -
 lib/vulkan-hpp/vulkan/vulkan_xlib.h        |    65 -
 lib/vulkan-hpp/vulkan/vulkan_xlib_xrandr.h |    55 -
 31 files changed, 49 insertions(+), 81239 deletions(-)

------------------------------------------------------------------------
commit 9f20cb192
Author: mjn-mixael
Commit: mjn-mixael

    descriptions
 code/mission/missionparse.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e972cdc2c
Author: mjn-mixael
Commit: mjn-mixael

    explicit size_t
 fred2/sexp_tree.cpp                 | 10 +++++-----
 qtfred/src/ui/widgets/sexp_tree.cpp | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 730c84308
Author: mjn-mixael
Commit: mjn-mixael

    qtFRED support
 qtfred/src/ui/widgets/sexp_tree.cpp | 85 +++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

------------------------------------------------------------------------
commit badde3ad9
Author: mjn-mixael
Commit: mjn-mixael

    Let FRED display flag descriptions
 code/ai/ai.h                  |  6 +++
 code/ai/aicode.cpp            |  5 +++
 code/mission/missionparse.cpp | 64 ++++++++++++++++++++++++++++++++
 code/mission/missionparse.h   |  8 ++++
 code/object/object.cpp        | 14 +++++++
 code/object/object.h          |  6 +++
 code/parse/sexp.h             |  7 ++++
 code/ship/ship.cpp            | 40 ++++++++++++++++++++
 code/ship/ship.h              | 12 ++++++
 fred2/sexp_tree.cpp           | 86 +++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 248 insertions(+)