Skip to content

Release: 0 commits → Main#9248

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

Release: 0 commits → Main#9248
h0lybyte merged 5 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 28, 2026

Release: Dev → Main

0 atomic commits ready for main


This PR is automatically maintained by CI — KBVE Studio

)

Audited 9 competing UE MCP servers (chongdashu, GenAISupport, ChiR24,
UnrealClaude, unreal-analyzer, runreal, SpecialAgent, ue5-mcp,
AssetToolkit) and added TODO stubs for every missing feature.

New handler categories: Sequencer, Volume, Build, Character, TaskQueue,
Project, Texture. Extended 20 existing handlers with 53 new stubs.
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Mar 28, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 9 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA c874e07.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

License Issues

packages/rust/lightyear_webtransport_patch/Cargo.toml

PackageVersionLicenseIssue Type
aeronet_io>= 0.19.0, < 0.20.0NullUnknown License
aeronet_webtransport>= 0.19.0, < 0.20.0NullUnknown License
bevy_app>= 0.18.0, < 0.19.0NullUnknown License
bevy_ecs>= 0.18.0, < 0.19.0NullUnknown License
bevy_reflect>= 0.18.0, < 0.19.0NullUnknown License
lightyear_aeronet>= 0.26.4, < 0.27.0NullUnknown License
lightyear_link>= 0.26.4, < 0.27.0NullUnknown License
thiserror>= 2.0.3, < 3.0.0NullUnknown License
tracing>= 0.1.40, < 0.2.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
cargo/aeronet_io >= 0.19.0, < 0.20.0 UnknownUnknown
cargo/aeronet_webtransport >= 0.19.0, < 0.20.0 UnknownUnknown
cargo/bevy_app >= 0.18.0, < 0.19.0 UnknownUnknown
cargo/bevy_ecs >= 0.18.0, < 0.19.0 UnknownUnknown
cargo/bevy_reflect >= 0.18.0, < 0.19.0 UnknownUnknown
cargo/lightyear_aeronet >= 0.26.4, < 0.27.0 UnknownUnknown
cargo/lightyear_link >= 0.26.4, < 0.27.0 UnknownUnknown
cargo/thiserror >= 2.0.3, < 3.0.0 UnknownUnknown
cargo/tracing >= 0.1.40, < 0.2.0 UnknownUnknown

Scanned Files

  • Cargo.lock
  • packages/rust/lightyear_webtransport_patch/Cargo.toml

@github-actions github-actions Bot changed the title Release: 1 feature → Main Release: 1 feature, 1 chore → Main Mar 28, 2026
1. Wire seed + biome through GetZoneAssignment response
   - ZoneAssignment model: seed (i64, default 0), biome (Option<String>)
   - REST response includes seed + biome fields
   - Foundation for procedural world generation (FastNoise)

2. Wire seed + biome through MQ SpinUpMessage
   - Server receives seed in spin-up message for ServerTravel URL option
   - TODO stubs for maps table seed lookup

3. Allocation pipeline race condition fix
   - On failure: clean up stale DB entries (mapinstances + worldservers)
   - Release spinup lock
   - Log allocation_failed event for dashboard visibility
   - Prevents orphaned DB entries when GS dies mid-allocation
…enders in containers (#9249)

SVG templates use font-family="sans-serif" and "monospace" but resvg
could not resolve these generic families when system fonts are absent
(e.g. in Docker). Add FontDb::set_generic_families() to map all CSS
generic families to a concrete loaded font, and call it in AppState
after loading Alagard.
@github-actions github-actions Bot changed the title Release: 1 feature, 1 chore → Main Release: 2 features, 1 fix, 1 chore → Main Mar 28, 2026
…gurable WebTransport timeouts (#9251)

Patch lightyear_webtransport to expose keep_alive_interval and max_idle_timeout
on both WebTransportServerIo and WebTransportClientIo (was hardcoded 1s/5s).

Server: 4s keep-alive, 30s idle timeout (env-configurable via
GAME_WT_KEEP_ALIVE_SECS / GAME_WT_IDLE_TIMEOUT_SECS). UDP pre-flight
check on startup to catch silent bind failures early.

Client: matching 4s/30s native QUIC config. WASM still relies on
browser defaults + server keep-alive pings to stay alive.
@h0lybyte h0lybyte merged commit 1a5fc6e into main Mar 28, 2026
4 checks passed
@github-actions github-actions Bot changed the title Release: 2 features, 1 fix, 1 chore → Main Release: 0 commits → Main Mar 28, 2026
@github-project-automation github-project-automation Bot moved this from Review to Done in KBVE Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant