Kneesnap

Results 54 comments of Kneesnap

Known remaining issues: ``` Continuing in switch statements. ``` Bad output decompiling: ```gml switch (a) { default: a = 1 break } ```

Fixed Issues: ``` The decompiler cannot distinguish between: default: break default: ``` ``` It likes to include the default-case outside the switch statement, as well as inside it, sometimes. ```

Failing Case: ```gml switch abc { case 123: break case 456: default: if c return; foo = "bar" if a return; // break - If this is included, it decompiles...

I have a galaxy s6 which runs boardwalk at a playable frame rate. The problem with that is it can't connect to online mode servers. I don't know Go, but...