Commits
User selector
Commit History
Commits on Jan 17, 2020
- authored andcommitted
Use alias when avaiable in py decompiler (#6468)
Show description for d98b6d2authoredsupport py `for i in "abc"` (#6423)
Show description for b3c490aauthored andcommitted
Commits on Jan 16, 2020
Fix decompilation of `for ( ... of "abc")` (#6440)
Show description for 4cef528authored- authored andcommitted
- authored
- authored
Commits on Jan 14, 2020
Don't rename x, y, and z when decompiling (#6445)
Show description for a750837authoredAdd python error tests under `jake testerr` (#6435)
Show description for 1f32c00authored
Commits on Jan 11, 2020
Always emit type annotations for parameter declaration (#6439)
Show description for 9d09f44authored
Commits on Jan 9, 2020
add support for break and continue (#6432)
Show description for e067910authoredAdding emitAsConstant for emitting enums as constants (#6433)
Show description for cf39700authoredLine breaks in long lists and function calls for Python (#6426)
Show description for a0c2ea0authored andcommitted
Commits on Jan 8, 2020
Don't add variable declarations for parameters (#6427)
Show description for 6c0541bauthored
Commits on Jan 7, 2020
Commits on Jan 3, 2020
Commits on Jan 2, 2020
Commits on Dec 31, 2019
Allow for unary operators on any type, including enums (#6398)
Show description for 36dbbdaauthoredConvert x to string in delete o[x] (#6399)
Show description for d3b1915authored
Commits on Dec 21, 2019
Cleanup/generalize processing and caching of hexfiles (#6342)
Show description for e5066f7authored
Commits on Dec 19, 2019
Commits on Dec 18, 2019
Use qualified name for handler argument types (#6364)
Show description for e62b78fauthored andcommitted
Commits on Dec 12, 2019
- authored andcommitted
Tileset editor decompile (#6314)
Show description for 47d4402authored andcommitted
Commits on Dec 9, 2019
Decompiler support for level editor (#6298)
Show description for 6bffc3bauthored
Commits on Dec 7, 2019
rework handling on methods/properties in interfaces (#6299)
Show description for f34571fauthoredDon't clobber r1 register in clearStack() (#6302)
Show description for d6ea614authored
Commits on Dec 4, 2019
Round trip from blocks -> ts -> py -> ts -> blocks gives back identical blocks (#6266)
Show description for 2e7cbebauthored
Commits on Nov 27, 2019
Github actions support for karma (#6268)
Show description for 466a60fauthored
Commits on Nov 25, 2019
support custom image size in compiler (#6253)
Show description for f56b7ccauthored
Commits on Nov 20, 2019
Distinguish variable declarations generated during blocks and JavaScript conversion (#5990)
Show description for 72bf344authored andcommitted
Commits on Nov 11, 2019
Fix python compile issues for Arcade (#6167)
Show description for 42b5283authored
Commits on Nov 8, 2019
Blockly merge (part 1) (#6192)
Show description for 5193ad5authored
Commits on Nov 7, 2019
Decompile element access in conditional expression to blocks (#6190)
Show description for cf24fc8authored andcommitted