Marc Jacobi
Marc Jacobi
Here's a test file I had some difficulties with (seemingly hang). [z80_kc85_kc85-cpuclk.zip](https://github.com/wavedrom/wavedrom/files/3710968/z80_kc85_kc85-cpuclk.zip)
Looks like some missing bindings? Adding this to the mapping file fixes it: ```xml ``` (Onto new errors...)
Ok, I did some digging and debugging and the problem is that I made a tilemap that references multiple tilesets with multiple images. Tiled outputs a little different structure for...
Any idea why it is trying to load that weird file name (`%1%0%0�%0%0%0%1%0%0%0%0%0%0%0%0.xnb`)? I can see the correct .xnb files in the Content/bin, so it seems the pipeline processing is...
I think it might be a good idea to build an abstraction over the specific Tile Map Editor used. There are a couple and most of them work the same....
I still want to research this.
Here is what I do: ```TypeScript import { AbstractParseTreeVisitor } from "antlr4ts/tree/AbstractParseTreeVisitor"; class MyVisitor extends AbstractParseTreeVisitor implements ProjectVisitor{ visitRule(ctx: RuleContext): ReturnType { // .... return new ReturnType(); } } ```...
Looks like the dependent dlls in the (deploy/)bin folder are not picked up correctly... See also #53
Unsupported.
If the conditions are evaluated right away I would think `Assert` and then maybe rename the `GetOrCreate()` function(s) ...? (I have no knowledge of the internals and the constructs used...