- add support for draw order in object layer
- add support for Tiled 0.11.0 features
- id for objects
- hexagonal orientation
- add support for Tiled 0.13.0 features
- tilecount in tileset
- fix a bug in the parsing of the rotation attribute
- add a soname to the library
- change the name of Base to Component
- improve memory handling (thanks to unique_ptr)
- add support for Tiled 0.10.0 (flip, orientation, render order)
- change the signature in LayerVisitor
- set width and height attribute optional for rectangle and ellipse
- change the name of PolyBase to Chain
- fix the offset of the tileset
- map have properties
- add a TileObject object type to handle images as objects
- add some utility functions
tmx_render
now uses Qt5- add a ChangeLog and a CONTRIBUTING file
- Bug: properties of objects were not parsed
- Tweaks for building with crossroad
- Bug:
tmx_render
could not be built
- Initial release