• Joined on 2026-02-16
hugo closed issue hugo/MetaCrate#52 2026-08-09 11:41:19 +00:00
UDP transport: implement buffers, socket tasks, throttles, ACKs, and reliability
hugo commented on issue hugo/MetaCrate#52 2026-08-09 11:40:37 +00:00
UDP transport: implement buffers, socket tasks, throttles, ACKs, and reliability

Implemented and pushed in c7777d4. Added a native Tokio UDP transport with runtime-neutral construction, bounded receive/command/write queues, a single socket writer, per-peer full-width…

hugo pushed to main at hugo/MetaCrate 2026-08-09 11:40:13 +00:00
c7777d42f5 Implement native UDP transport reliability (#52)
hugo pushed to master at hugo/bDS 2026-08-09 11:18:53 +00:00
a42511e301 chore: removed workflows, since we moved to gitea primarily
hugo opened issue hugo/MetaCrate#111 2026-08-09 11:12:18 +00:00
Add metacrate-oxp extract/create/list CLI
hugo closed issue hugo/MetaCrate#51 2026-08-09 10:54:27 +00:00
Client core: implement settings, errors, service composition, and cancellation
hugo commented on issue hugo/MetaCrate#51 2026-08-09 10:54:19 +00:00
Client core: implement settings, errors, service composition, and cancellation

Implemented in b413cd6 and pushed to main.

The native Rust client core now provides the exact grouped C# Settings defaults, validation for endpoints/durations/limits/cache and feature policies,…

hugo pushed to main at hugo/MetaCrate 2026-08-09 10:53:46 +00:00
b413cd6f4d Implement native client core lifecycle (#51)
hugo opened issue hugo/MetaCrate#110 2026-08-09 10:46:31 +00:00
Implement OXP export and import
hugo closed issue hugo/MetaCrate#50 2026-08-09 10:07:04 +00:00
Codegen gate: verify all generated APIs and clean regeneration in CI
hugo commented on issue hugo/MetaCrate#50 2026-08-09 10:06:52 +00:00
Codegen gate: verify all generated APIs and clean regeneration in CI

Implemented and pushed in commit 167f469 (Complete native codegen milestone gate).

Implementation:

  • Added an isolated generate-to path and a completion gate that byte-compares all seven…
hugo pushed to main at hugo/MetaCrate 2026-08-09 10:06:23 +00:00
167f469fc2 Complete native codegen milestone gate (#50)
hugo commented on issue hugo/MetaCrate#49 2026-08-09 09:29:26 +00:00
Codegen: generate skeleton, attentions, and genepool data

Implemented and pushed in commit 4a32025.\n\nImplementation:\n- Added deterministic native Rust parsers/renderers for avatar_skeleton.xml, attentions.xml, attentionsN.xml, and genepool.xml.\n-…

hugo closed issue hugo/MetaCrate#49 2026-08-09 09:29:26 +00:00
Codegen: generate skeleton, attentions, and genepool data
hugo pushed to main at hugo/MetaCrate 2026-08-09 09:28:51 +00:00
4a32025e37 Generate skeleton attention and genepool catalogs (#49)
hugo closed issue hugo/MetaCrate#48 2026-08-09 09:01:48 +00:00
Codegen: generate visual parameters and tree definitions
hugo commented on issue hugo/MetaCrate#48 2026-08-09 09:01:31 +00:00
Codegen: generate visual parameters and tree definitions

Implemented in commit 5f83ce6.

Summary:

  • Added a native Rust XML generator with source-located schema validation for the pinned avatar_lad.xml, trees.xml, and grass.xml inputs.
  • Generated and…
hugo pushed to main at hugo/MetaCrate 2026-08-09 09:00:52 +00:00
5f83ce61e1 Generate visual parameter and foliage catalogs (#48)
hugo closed issue hugo/MetaCrate#47 2026-08-09 08:17:25 +00:00
Wire codec: implement generated packet encode/decode and golden bytes
hugo commented on issue hugo/MetaCrate#47 2026-08-09 08:17:18 +00:00
Wire codec: implement generated packet encode/decode and golden bytes

Implemented and verified in commit 74801c3.

Implementation:

  • Generated real native Rust encode/decode implementations for all 483 packet types and 905 block types, including high/medium/low…