aboutsummaryrefslogtreecommitdiff
path: root/src/tool/wall_tool.rs
Commit message (Expand)AuthorAgeLines
* Add previously missing docs where appropriateArne Dußin2020-12-21-0/+6
* Refactor to make interaction between tools easierArne Dußin2020-12-15-88/+25
* Merge pull request #21 from LordSentox/wall-joinMax Pernklau2020-11-29-4/+30
|\
| * Merge branch 'master' into wall-joinMax Pernklau2020-11-29-5/+5
| |\ | |/ |/|
* | Change to f64 as the preferred floating point numberArne Dußin2020-11-27-8/+8
| * Make walls join nicer in cornersArne Dußin2020-11-27-4/+30
|/
* Add simple tool sidebar guiArne Dußin2020-11-20-4/+15
* Fix deletion and wall tool ghostsArne Dußin2020-11-15-0/+4
* Add constant for the grid accuracyArne Dußin2020-11-10-3/+3
* Remove unused importsArne Dußin2020-11-10-1/+1
* Add configuration optionsArne Dußin2020-11-09-10/+17
* Add icon toolArne Dußin2020-11-06-10/+4
* Change wall tool to not cancel when clickingArne Dußin2020-11-01-1/+1
* 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-17/+19
* 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-0/+79