-
georgerbr:
-
Andrew Kelley:
- Add FindTmxParser.cmake example
-
Wasabi2007:
- Added support for Collision Tiles
- Changed data format in Point from int to float to follow Tiled format (bugfix)
-
Acedio:
- Adding missing library dependencies to TmxUtil.cpp
-
Tigran Saluev:
-
Richel Bilderbeek:
- Removed const return types
-
Blazej Floch:
- Small changes to TmxPropertySet
- Better compatibility with cmake project as subdirectory
-
Tamir Atias:
- Add support for typed properties (added in Tiled 0.16)
-
Peter Asplund (AzP):
- Add C++11 requirement in CMakeLists.txt
-
Solever Lee:
- added 'tilecount' and 'columns' properity for 'tileset' element
-
Guillaume Bertholon (Sakarah):
- Add support for color and file property types (added in Tiled 0.17)
- Add Doxygen documentation
-
Tardo:
- Get tile by index
-
dylanetaft
- TinyXML2 6.x GetErrStr1 -> ErrorStr
- Support for Object Group in Tile
-
Adaleigh Martin (sainteos):
- Add cstdlib include for TmxColor for std::strtol, Clarify C++11 Requirement
- Travis-CI Integration
- Denote TMX v0.18 version support, tinyxml2 version requirement, and Test Running Instructions
- Implement Group Layers as specified by TMX v1.0
- Test for object types
- Implement Text Object (TmxText) and corresponding test.
- Update Tile with optional Type