- Jan 26, 2022
-
-
perlindgren authored
-
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 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.
-
- Jan 24, 2022
-
-
Thorbjørn Lindeijer authored
This simplifies code and should be better on memory usage since it is less fragmented. Also added `width` and `height` attributes to `Layer`. Closes #54
-
- Dec 29, 2021
-
-
alexdevteam authored
Remove Map::source, add Tileset::source, change Image::source to PathBuf
-
alexdevteam authored
-
- Dec 28, 2021
-
-
alexdevteam authored
-
SiegeLord authored
Fixes #72
-
- Dec 25, 2021
-
-
David M authored
-
- Nov 07, 2021
-
-
Nicolas B authored
-
- Oct 12, 2021
-
-
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
-
- Oct 11, 2021
-
-
alexdevteam authored
-
- May 02, 2021
-
-
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.
-
- Jun 20, 2020
-
-
BlockCat authored
-
- Apr 26, 2020
-
-
jon lipstate authored
-
- Nov 25, 2019
- Oct 14, 2019
-
-
Jengamon authored
-
- Jun 02, 2019
-
-
Alec Deason authored
-
- Dec 24, 2017
-
-
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.
-
- Jun 14, 2017
-
-
Doug Reeves authored
-
- Jun 10, 2017
-
-
Doug Reeves authored
-
- Jun 09, 2017
-
-
Doug Reeves authored
-
- Apr 03, 2015
-
-
Matthew Hall authored
This commit also fixes a bug that meant the last cell of each row would not be parsed if the tmx file was base64 encoded.
-
- Mar 23, 2015
-
-
Matthew Hall authored
-
- Mar 15, 2015
-
-
Matthew Hall authored
-
- Feb 26, 2015
-
-
Matthew Hall authored
-
Matthew Hall authored
-