Skip to content
Snippets Groups Projects
  1. Jan 26, 2022
    • perlindgren's avatar
      Add parallax support (#101) · 75e0869c
      perlindgren authored
    • Alejandro Perea's avatar
      Contain all layer types in an enum (#131) · 968073b0
      Alejandro Perea authored
      * Contain all layer types in an enum
      
      * Implement `as_xlayer` for `LayerType`
      
      * Make id optional
      
      * Rename `ty` to `layer_type`
      
      * Remove `layer_index`
      
      * Move `as_x` functions to tests
      
      * Fix build
    • Thorbjørn Lindeijer's avatar
      Expose types at the top level (#132) · e3d0a5c3
      Thorbjørn Lindeijer authored
      * Expose types at the top level
      
      While the modules are great for organizing the code internally, it is more
      convenient for users of the create when the types are available at the top
      level. This avoids the verbosity like "map::Map".
      
      * Changelog updated
      
      Removed the lines stating where which class has been moved, since all these
      classes are not available at the top level again.
      
      Also removed some things which I didn't think we actually noteworthy for people
      reading up on what had changed.
      
      * Restored some changelog items
      
      Removal of these items unrelated to how the data types are exposed.
  2. Jan 24, 2022
  3. Dec 29, 2021
  4. Dec 28, 2021
  5. Dec 25, 2021
  6. Nov 07, 2021
  7. Oct 12, 2021
    • alexdevteam's avatar
      Refactor · 1773f1af
      alexdevteam authored
      Move parse functions to its respective types, rename `Colour` for consistency with PropertyValue::ColorValue, add documentation to map members, add Map::source, misc improvements
      1773f1af
  8. Oct 11, 2021
  9. May 02, 2021
    • Matt Hall's avatar
      Handle csv data without newlines · 01f38e3f
      Matt Hall authored
      Closes #99. ldtk seems to output tiled files with no newlines in the csv
      data. Tiled itself does always seem to put the newlines in however, it
      can open the ldtk files so we should too.
      01f38e3f
  10. Jun 20, 2020
  11. Apr 26, 2020
  12. Nov 25, 2019
  13. Oct 14, 2019
  14. Jun 02, 2019
  15. Dec 24, 2017
    • TatriX's avatar
      Parse imagelayer · 4b3ca3ff
      TatriX authored
      Also add test for parsed image layers.
      The test can be also used as an example off how one can get data from
      the parsed map.
      4b3ca3ff
  16. Jun 14, 2017
  17. Jun 10, 2017
  18. Jun 09, 2017
  19. Apr 03, 2015
  20. Mar 23, 2015
  21. Mar 15, 2015
  22. Feb 26, 2015
Loading