Wilfredo Velázquez-Rodríguez
Wilfredo Velázquez-Rodríguez
I was under the impression that the major versions of Tiled would keep a compatible map format, but this assumption is very much incorrect. * [json changelog](http://docs.mapeditor.org/en/stable/reference/json-map-format/#changelog) * [xml changelog](http://docs.mapeditor.org/en/stable/reference/tmx-changelog/)...
In Tiled 1.2, the concept of a [World](https://doc.mapeditor.org/en/stable/manual/worlds/) was introduced, which is a file denoting a collection of maps. It might be worthwhile to include support for these files in...
Tiled 1.2 includes a few relatively substantial format changes: * Layer objects now each have an ID * The JSON Map format now stores the tiles in a tileset as...
In Tiled 1.1, support for infinite maps was added in the form of [tile chunks](https://doc.mapeditor.org/en/stable/reference/json-map-format/#json-chunk). Need to integrate this feature
Tiled 1.1 added [Wang tiles](https://doc.mapeditor.org/en/stable/manual/using-wang-tiles/) Need to add support for them
Tiled 1.1 added [templates](https://doc.mapeditor.org/en/stable/reference/json-map-format/#object-template). Need to add support for them in some shape/fashion.
Currently, a `cl-tiled:object-group` has a list of objects, and a `draw-order` property. The objects are in whatever order we happened to encounter them, but it might be useful to sort...
Creating this from #14 Tiled Objects (in an Object Layer) have 'surprising' behaviour with regards to the meaning of the X and Y coordinates: 1. Rectangles and ellipses without width/height...
Tiled does some weird stuff and has a lot of edge-cases. It would be good to have a suite of unit tests to exercise the library as well as document...
Current API exposes enough to render orthogonal maps only. Need to expose functions etc for isonometric, isonometric staggered, and hexagonal maps.