Nathan Adams

Results 94 comments of Nathan Adams

We are currently discussing the possibility of releasing the current entire set of Minecraft's schemas and fixers to both showcase this library and help people understand the data format of...

Names must be unique, so we can't allow multiple with the same name. It's used in a variety of places as a key, such as pathing in the tree, serialization,...

Initially I thought this would be about arguments with the same name at the same level, which is intended to allow appends but definitely could be improved to detect mistakes....

Thank you so much for the detailed report & a test case!

The swf is trying to load a bunch of off-domain http files, this might be a case for http->https upgrading

It looks like there's validation errors when it panics running desktop (swap chain + multiple frames). The panic happens after 3 minutes of the first frame submission. ``` [2020-10-14T17:09:27Z INFO...

We didn't use 0.2.1 for this, we were locked on 0.2.0. I just upgraded to 0.2.2 just in case but the issue still persists. I think that was a separate...

Two repro steps but it looks like you need to be on windows with a geforce driver >= 456.38 `cargo run --package=ruffle_desktop -- test.swf` this will make it freeze immediately,...

We should stick to the same format as the official test harness uses to allow drop-in replacement for tools that rely on it (like IDEs) - https://github.com/rust-lang/rust/issues/49359

Ideally we use the current crowdin project for sourcing translations: https://crowdin.com/project/ruffle/ The rewrite to nextjs should make this more viable to do.