Conversation
…des (#7824) Five tree shape presets (conifer, tall pine, bushy, oak, round) with layered canopy, dark-to-light gradient, size variation, and offset blobs for deciduous types. Simplified to 2-shape colliders (trunk + canopy envelope) to avoid Rapier contact jitter. Shadow pixel-swimming fixed by snapping the cascade clip_from_world matrix to shadow-texel boundaries in a PostUpdate system that runs after Bevy computes cascades. Single cascade at 4096 resolution keeps shadows stable for day/night without per-frame drift. Camera forward-axis snapping added to further stabilise the shadow frustum alignment.
…em (#7825) Add InteractableKind discriminated union so any hoverable entity carries typed data that drives a modal on click. Bevy detects left-click on hovered Interactable entities, writes a SelectedObject snapshot with take semantics, and React polls it to open the existing modal with kind-specific title, description, and action button.
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
…pattern (#7827) Spawn 5 flower archetypes (Tulip, Daisy, Lavender, Bell, Wildflower) on grass tiles using hash-based deterministic placement. Uses ECS composition: InteractableKind::Flower + FlowerArchetype component, with sub_kind field on SelectedObject for archetype-specific modal content.
Switch SUPABASE_DB_URL from direct supabase-cluster-rw to the supabase-cluster-pooler-rw (transaction mode, 3 instances). Add SUPABASE_DB_URL_RO pointing to supabase-cluster-pooler-ro (session mode, 2 instances) for read-only queries. Part of #7593 Phase 2 migration.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Release: Dev → Main
5 atomic commits ready for main
Features
e6d06c2)40fde48)69c7c5c)74f1051)Chores
ef3359a)This PR is automatically maintained by CI — KBVE Studio