Skip to content

Release: 4 features, 1 chore → Main#7826

Merged
h0lybyte merged 5 commits intomainfrom
dev
Mar 9, 2026
Merged

Release: 4 features, 1 chore → Main#7826
h0lybyte merged 5 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 9, 2026

Release: Dev → Main

5 atomic commits ready for main

Features

Chores


This PR is automatically maintained by CI — KBVE Studio

…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.
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 9, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions github-actions bot changed the title Release: 1 feature → Main Release: 2 features → Main Mar 9, 2026
…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.
@github-actions github-actions bot changed the title Release: 2 features → Main Release: 3 features → Main Mar 9, 2026
h0lybyte and others added 2 commits March 9, 2026 04:32
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>
@github-actions github-actions bot changed the title Release: 3 features → Main Release: 4 features, 1 chore → Main Mar 9, 2026
@h0lybyte h0lybyte merged commit 5f09100 into main Mar 9, 2026
17 checks passed
@github-project-automation github-project-automation bot moved this from Review to Done in KBVE Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant