- 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 25, 2022
-
-
Thorbjørn Lindeijer authored
-
- 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
-
David M authored
Closes #116
-
- Jan 03, 2022
- Jan 02, 2022
- Dec 30, 2021
- Dec 29, 2021
-
-
David M authored
Update CI link Remove things from "Things missing" that were added Update example to use `parse_file`
-
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
-
alexdevteam authored
-
alexdevteam authored
-
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
-
-
aleok authored
Add Github Actions
-
alexdevteam authored
-
aleok authored
Support object properties.
-
alexdevteam authored
-
SiegeLord authored
-
alexdevteam authored
-
aleok authored
Added MIT license file
-
aleok authored
-
Thorbjørn Lindeijer authored
Closes #66
-
SiegeLord authored
Fixes #72
-
- Dec 27, 2021
-
-
aleok authored
There is only one image per Tile OR per Tileset. Added columns field.
-
Victor Sergienko authored
-
aleok authored
Add layer id parsing
-
- Dec 26, 2021