Implemented and pushed in commit 656d837.
The LSL tools now have a fully native Rust parser runtime: validated grammar construction, canonical LR(0) cores with deterministic LALR(1) lookahead…
Implemented and pushed in commit 73cef10.
This replaces the LSL lexer boundary with native Rust: mapped token/symbol/EOF and compatibility enumerator APIs; UTF-16 source positions; comment…
Implemented and pushed in commit 2f1c15c081b72f25e6753ad00a234ce821977ae1.
Implementation:
- Replaced AttachmentRequest, both default callback adapters, RlvCommandProcessor, and RlvService shims…
Implemented and verified in commit 362fa62.
Implementation:
- Added native synchronized RLV shared folders/items, bounded InventoryMap snapshots, deterministic path/item queries, blacklist,…
Implemented and pushed in commit 468a0f0. The new native, side-effect-free RLV protocol layer parses bounded @ messages into typed clear, action, restriction, and query directives; preserves raw…
Implemented and verified in commit 88408c9.
Implementation:
- Replaced all 14 MeshFoundry failure-only shims with native Rust prim, sculpt, terrain, packed binary LLSD mesh, and convex-hull…
Implemented and pushed in commit 611db56.
The native SimpleRenderer now converts checked PrimMesher prim and sculpt geometry into faceted and flattened meshes, preserves effective per-face…