aboutsummaryrefslogtreecommitdiff
path: root/src/map/data.rs
Commit message (Collapse)AuthorAgeLines
* Rename PolygonRoom to just RoomArne Dußin2021-01-11-11/+7
|
* Rect rooms are now normal polygon rooms in dataArne Dußin2021-01-11-9/+1
| | | | | | | Before there was an extra data type for rectangular rooms. This is now changed, with the rectangle tool remaining, to create these often required rooms faster, but the data type is just a normal polygon that is generated from a rect to reduce redundancy.
* Fix warningsArne Dußin2021-01-08-1/+1
|
* Add loading capabilities backArne Dußin2021-01-06-1/+1
|
* Add CLI with save featureArne Dußin2021-01-06-1/+30
|
* Add previously missing docs where appropriateArne Dußin2020-12-21-0/+6
|
* Refactor to make interaction between tools easierArne Dußin2020-12-15-0/+64