chore(deps): bump actions/upload-pages-artifact from 3 to 5#11
Merged
Exoridus merged 1 commit intoApr 18, 2026
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Owner
|
@dependabot rebase |
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
60d1acd to
9cfba5e
Compare
Exoridus
added a commit
that referenced
this pull request
Jun 20, 2026
Additive UI-Core system (v0.14 Phase 4A, PR1 of 2): - Graphics.drawRoundedRectangle + buildRoundedRectangle (math/geometry) - FocusManager (app.focus / stage.focus): single-focus tracking, Tab/Shift-Tab traversal, focus-scope stack, keyboard routing to the focused node (node.focusable/tabIndex/onFocus/onBlur/onKeyDown) + KeyEvent - Modal input capture: InteractionManager.pushInputCapture/popInputCapture - scene.ui (UIRoot): screen-fixed UI layer auto-rendered above the world; UI is hit-tested in screen space ahead of the camera world, so widgets stay clickable/focusable under a panned camera (UI nodes kept out of the quadtree) - Widgets: Widget base (size/anchoring/enabled) + Label/Panel/Button/ProgressBar + Stack (row/column layout) - Example: examples/ui/hud-and-widgets + chapters/catalog entry Scene-stack simplification (#11) and overlay-example migration follow in PR2. Co-authored-by: Exoridus <github@codexo.de>
Exoridus
added a commit
that referenced
this pull request
Jun 20, 2026
v0.14 Phase 4A, PR2 of 2 (BREAKING). Completes the Scene-stack simplification
that the UI-Core (PR1) unblocked.
BREAKING CHANGES:
- Removed the scene stack: SceneManager.pushScene/popScene/scenes +
PushSceneOptions/PopSceneOptions are gone. One active scene; switch with
app.scene.setScene(scene, { transition }) (fade preserved).
- Removed Scene participation: SceneStackMode, scene.stackMode,
SceneParticipationPolicy, scene.setParticipationPolicy.
- New: scene.paused — skips the scene update() + systems while it keeps
drawing (the freeze / former "modal" replacement). Overlays/HUDs/menus live
on scene.ui (PR1).
Migration: overlay/HUD scenes -> widgets on scene.ui; pause (push+pop) ->
scene.paused + a scene.ui overlay. Examples (pause-blur, hud-overlay-scene,
pause-and-resume) and 5 guides migrated; new "UI & widgets" guide added.
Co-authored-by: Exoridus <github@codexo.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/upload-pages-artifact from 3 to 5.
Release notes
Sourced from actions/upload-pages-artifact's releases.
Commits
fc324d3Merge pull request #139 from Tom-van-Woudenberg/patch-1fe9d4b7Merge branch 'main' into patch-10ca1617Merge pull request #137 from jonchurch/include-hidden-files57f0e84Update action.yml4a90348v7 --> hash56f665aUpdate upload-artifact action to version 7f7615f5Addinclude-hidden-filesinput7b1f4a7Merge pull request #127 from heavymachinery/pin-sha4cc19c7Pinactions/upload-artifactto SHA2d163beMerge pull request #107 from KittyChiu/main