Max Whitehead

Results 98 comments of Max Whitehead

`DetectDesyncs` is now optional on ggrs session runner info, has desync detection config such as frame interval, world hash function override, and if the tree should include unhashable nodes. Nodes...

`#[desync_exclude]` may now be used on named struct fields or named enum variant fields to opt-out of hashing them. May also be used directly on enum variant to opt out...

Rebased this onto latest + Added the `Name` component for named entities. The desync tree now stores metadata for component leaves with their entity id, and maps this to name...

Sorry my delays in PRS created some parallel work / merge conflicts heh - I'm going to update jumpy with new matchmaker updates then will resolve some conflicts here +...

Updated packages for cargo deny advisory - but seemed to introduce more issues that I am not sure we can resolve (I'm actually perplexed how the dep tree ends up...

Ok CI failure is just the advisory failure (#479), will test this update in jumpy.

So after much pain I finally noticed that `env: {}` (Note the `{}`) is a MAPPING, not an array. So if trying to do: ``` env: - name: FOO value:...

Maybe we need to wait on `handle_change` on `pending_asset_changes` until `AssetLoadProgress`is finished? Would need to persist `pending_asset_changes` somewhere. Could wait until all pending are loaded and then flush handling changes,...