- 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
-
- Jan 02, 2022
-
-
aleok authored
-
- Dec 29, 2021
-
-
alexdevteam authored
-
alexdevteam authored
-
David M authored
Parity with tile/object layers
-
alexdevteam authored
Remove Map::source, add Tileset::source, change Image::source to PathBuf
-
alexdevteam authored
-
David M authored
Layer id defaults to 0 if missing, which is normally unused. Tile layer name defaults to an empty String if missing, same as object layers.
-
- Dec 28, 2021
-
-
alexdevteam authored
-
SiegeLord authored
Fixes #72
-
- Dec 27, 2021
-
-
Victor Sergienko authored
-
- Dec 26, 2021
- Dec 25, 2021
-
-
David M authored
-
- Dec 23, 2021
-
-
alexdevteam 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.
-
- Mar 21, 2021
-
-
Matthew Hall authored
-
- Mar 20, 2021
-
-
Eldred Habert authored
And not, for example, in pixels
-
Eldred Habert authored
So that it can be more easily displayed to the user if needed
-
- Feb 19, 2021
-
-
Jonas Grosse-Holz authored
-
- Feb 01, 2021
-
-
Daniel authored
Layer and ObjectGroup are parsing "visible" string, but not object. TMX docs indicate expected to be "0" or "1" https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#object
-
- Jan 01, 2021
-
-
Rob Parrett authored
-
- Aug 22, 2020
-
-
William Miller authored
-
- Jun 20, 2020
-
-
BlockCat authored
-
- May 20, 2020
- May 15, 2020
-
-
tatref authored
-
- May 09, 2020
-
-
Matt Hall authored
-
- May 08, 2020
-
-
Jonathan Nilsson authored
-
- May 05, 2020
-
-
Temeez authored
-
- May 03, 2020
-
-
Jonathan Nilsson authored
-
- Apr 26, 2020
-
-
jon lipstate authored
-
- Feb 24, 2020
-
-
Matt Stavola authored
-