aboutsummaryrefslogtreecommitdiff
path: root/src/tool
Commit message (Expand)AuthorAgeLines
* Rename PolygonRoom to just RoomArne Dußin2021-01-11-3/+3
* Rect rooms are now normal polygon rooms in dataArne Dußin2021-01-11-2/+2
* Change to polygongraph instead of polygon in roomtoolArne Dußin2020-12-27-148/+95
* Add previously missing docs where appropriateArne Dußin2020-12-21-4/+69
* Add dimensional indicator with scalingArne Dußin2020-12-20-27/+13
* Add constant for default colours and selection toolArne Dußin2020-12-16-45/+76
* Refactor to make interaction between tools easierArne Dußin2020-12-15-519/+230
* Merge pull request #21 from LordSentox/wall-joinMax Pernklau2020-11-29-4/+30
|\
| * Merge branch 'master' into wall-joinMax Pernklau2020-11-29-54/+54
| |\ | |/ |/|
* | Change to f64 as the preferred floating point numberArne Dußin2020-11-27-57/+57
| * Make walls join nicer in cornersArne Dußin2020-11-27-4/+30
|/
* Make polygons deletableArne Dußin2020-11-26-1/+4
* Fix clippy lints and add polygon tool button iconArne Dußin2020-11-25-3/+2
* Add polygon rooms that can actually kind of be usedArne Dußin2020-11-25-35/+149
* Add unstable polygon room toolArne Dußin2020-11-24-4/+63
* Merge branch 'triangulation' into polygon-roomsArne Dußin2020-11-23-3/+3
|\
| * Move containment of points/ lines into traitArne Dußin2020-11-21-3/+3
* | Add unfinished polygon room toolArne Dußin2020-11-20-0/+94
|/
* Add simple tool sidebar guiArne Dußin2020-11-20-18/+64
* Merge branch 'fix-dim-markers' into fix-ghost-toolsArne Dußin2020-11-15-0/+6
|\
| * Fix the dimension indicators persisting after addArne Dußin2020-11-15-0/+6
* | Fix deletion and wall tool ghostsArne Dußin2020-11-15-0/+8
|/
* Add constant for the grid accuracyArne Dußin2020-11-10-9/+11
* Fix some style errorsArne Dußin2020-11-10-1/+1
* Remove unused importsArne Dußin2020-11-10-3/+3
* Add dimension indicator without direct value editingArne Dußin2020-11-10-2/+9
* Fix next icon still being drawn when tool is inactiveArne Dußin2020-11-10-31/+41
* Add configuration optionsArne Dußin2020-11-09-40/+68
* Make it so icons can rotateArne Dußin2020-11-08-29/+67
* Make icons deletableArne Dußin2020-11-06-0/+1
* Add icon toolArne Dußin2020-11-06-20/+153
* Change wall tool to not cancel when clickingArne Dußin2020-11-01-1/+1
* Add basic deletion toolArne Dußin2020-11-01-6/+63
* Make walls 10cm thick instead of constant pixel valuesArne Dußin2020-11-01-2/+2
* Refactor a major part of the projectArne Dußin2020-11-01-82/+38
* Add stub for deletion toolArne Dußin2020-11-01-2/+28
* Remove commented out codeArne Dußin2020-10-31-13/+0
* Make walls thickerArne Dußin2020-10-31-1/+16
* Add wall toolArne Dußin2020-10-31-12/+137
* Snap rooms to the gridArne Dußin2020-10-30-2/+10
* Make rooms a little bit brighterArne Dußin2020-10-30-6/+6
* Rewrite project to use raylib instead of pistonArne Dußin2020-10-30-0/+97