Conversation
* feat(isometric): replace custom collision with bevy_rapier3d 0.33 - Add bevy_rapier3d with KinematicCharacterController for player physics - Add RigidBody::Fixed + Collider::cuboid to all terrain body entities - Replace custom Collider enum with Rapier colliders on scene objects - Rewrite player movement: Rapier handles collision resolution, wall sliding, ground snapping, and auto-step (0.35 units, requiring jump for tile steps) - Keep fall damage, jump mechanics, and WASD isometric directions - Enable debug-render-3d for collider wireframe visualization * feat(isometric): shared-window Bevy+Tauri architecture with input bridge Replace separate Bevy/Tauri windows with shared-window rendering where Bevy renders into the Tauri webview's native surface. Remove WinitPlugin dependency and manually register non-render plugins upfront, deferring render-dependent plugins (CorePipeline, PBR, etc.) to Tauri's Ready event. Add input bridge system that forwards keyboard/mouse/scroll events from the React webview via Tauri IPC to Bevy's message system, replacing the WinitPlugin event sources that were removed. * feat(isometric): expanded grass variation with blade mesh and wildflowers (#7790) - Expand grass cap shades from 8 to 12 for richer tile color variation - Add tapered blade grass mesh for individual grass blade look - Add 4 flower materials (white daisy, pink, rose, yellow) - Expand spawn slots from 3 to 5 (tuft, tall, blade, flower) - Flowers spawn at ~8% density, slightly raised on stems
Adds NetworkPolicies for CronJobs that only need kubectl access: - crossplane-system: s3-healthcheck - kilobase: backup-restore-test, backup-watchdog Egress limited to kube-apiserver (10.96.0.1:443) and kube-dns (UDP/TCP 53). Blocks all other outbound traffic. Closes #7656
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
…#7795) * fix(kilobase): cap WAL retention for stale replication slots at 10 GB Default max_slot_wal_keep_size is -1 (unlimited), which allows inactive replication slots to retain WAL indefinitely until the PVC fills. Both replicas are currently at 100% disk (40 GB of WAL, 57 MB of actual data) due to stale slots from the cert expiry incident. Setting to 10 GB (~25% of PVC) lets PostgreSQL invalidate stale slots so WAL can be recycled. CNPG will automatically recreate affected replicas. * fix(kilobase): enable lz4 WAL compression to reduce disk footprint Compresses WAL records on disk before they're written. lz4 has negligible CPU overhead and reduces pg_wal size, replication bandwidth, and I/O load.
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
4 atomic commits ready for main
Features
21fea1e)3d3d3dc)Bug Fixes
edd098c)Chores
1f9053a)This PR is automatically maintained by CI — KBVE Studio