Skip to content

Upgrade to TMX 1.0 compatibility

Latest
Compare
Choose a tag to compare
@sainteos sainteos released this 10 Feb 06:46
· 12 commits to master since this release
74deeda
  • georgerbr:

    • Make tileset parsing not depend on optional attrs of
  • 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:

    • Add support for in
  • 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