Tom

Results 6 issues of Tom

I solved it by adding the following line to the zip decodeBuffer method: ```js archive.comment = directory.zipFileComment; ``` Please add this fix in if it is deemed appropriate. Thanks.

Just using the default template and the plugin, the routes should show under their own section. Haven't looked into how to do this yet.

If possible (I haven't looked into the technical restraints) it would be nice if we could use `query`, `header`, `param` instead of `queryparam`, `headerparam`, `routeparam`.

The method Map.TileGIDToTile is overkill when you need to perform basic checking for actual GID, HFlip, VFlip, etc. These should be separated out into utility methods, additionally the flip masks...

enhancement

Giving an object a string property which value contains a multiline string (containing `\n`) results in the string being empty. This is because Tiled will no longer use the `Value`...

enhancement

**What seems to be the problem?** Using the `links` method to include an .a archive file incorrectly supplements the library with a flag instead of just providing the library path....

bug