Tom Schuster

Results 165 comments of Tom Schuster

Thanks. What I actually meant was "Open SearchXML preview" button in the addon's advanced mode, which shows the OpenSearch XML. Does the search work correctly when using the search bar...

Great work implementing this, thanks!

The documentation claims that ID3Info also dynamically supports a lot of other tags, which this doesn't cover. Not something that needs to be implemented before landing to be clear. >...

I've updated my patch to support defining custom remappings via a command line parameter. Super Mario 63: `-B north=x -B south=up -B west=z -B east=c -B start=p -B d-pad-left=left -B...

> What are the options for mapping? The examples you've listed have space, left, right, etc. Is there an exhaustive list to reference? Everything in the `KeyCode` enum https://github.com/ruffle-rs/ruffle/blob/b55db7083cad9b7e1276c811ab2d6cc2e185306e/core/src/events.rs#L385 should...

I made some effort to add a better help message for this feature, including a way of listing all valid buttons/keys. I think that should be good enough to land...

See https://github.com/flathub/flathub/pull/5473

> I don't know if tests are possible for this function, but [here's a swf](https://mega.nz/file/TMlGxLRb#9X1I-rywW7LQoYnhY8w1Daa2dAv5SxyfqeXF-nKk_Xw) that I manually tested with. You can simulate clicks at specific points using `input.json` e.g....

So this SWF has code like: ``` XML.ignoreWhitespace = false; this.svg = new XML(this.fr.data); XML.ignoreWhitespace = true; ``` If we just ignore what `ignoreWhitespace` says and force `ignore_white` to true...

I tried to extract only the relevant code from the original SWF and create my own smaller SWF. But doing that actually triggers the same issue in flashplayerdebugger?! I am...