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. Jan 02, 2022
  4. Dec 29, 2021
  5. Dec 28, 2021
  6. Dec 27, 2021
  7. Dec 26, 2021
  8. Dec 25, 2021
  9. Dec 23, 2021
  10. 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
  11. Oct 11, 2021
  12. 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
  13. Mar 21, 2021
  14. Mar 20, 2021
  15. Feb 19, 2021
  16. Feb 01, 2021
  17. Jan 01, 2021
  18. Aug 22, 2020
  19. Jun 20, 2020
  20. May 20, 2020
  21. May 15, 2020
  22. May 09, 2020
  23. May 08, 2020
  24. May 05, 2020
  25. May 03, 2020
  26. Apr 26, 2020
  27. Feb 24, 2020
Loading