Skip to content

Commit 460e7f2

Browse files
committed
Revamp main menu GUI and add lensflare
Large UI overhaul: refactors mainmenu and loading GUIs to use virtual screen expansion, multiple background layers, glitch/scanline effects, animated background transitions, and simplified intro video flow (named intro events). Adds lensflare UI controls and new lensflare vertex/fragment shaders (content/baseoq4/glprogs). Minor workflow/docs updates: add --source-root to manual-release workflow and add release notes draft. Miscellaneous small updates across renderer/framework/source files to support these GUI/renderer changes.
1 parent ba4a0e0 commit 460e7f2

46 files changed

Lines changed: 3053 additions & 429 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/manual-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ jobs:
468468
--release-scale "${{ needs.metadata.outputs.release_scale }}" \
469469
--release-reason "${{ needs.metadata.outputs.release_reason }}" \
470470
--repo "${GITHUB_REPOSITORY}" \
471+
--source-root "${GITHUB_WORKSPACE}" \
471472
--run-id "${GITHUB_RUN_ID}" \
472473
--run-url "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" \
473474
--output "${RUNNER_TEMP}/release-changelog.md"

.install/baseoq4/guis/loading/mplevel.gui

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ windowDef Desktop
236236
background "gfx/guis/common/gradient3"
237237
matcolor 0,0,0,.5
238238
matscalex -1
239+
screenalignx right
239240
screenaligny top
240241
}
241242
windowDef t_message

0 commit comments

Comments
 (0)