aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeLines
* Print polygon that makes the earcutting algo panicArne Dußin2020-11-26-4/+7
* Change prints to logs where necessaryArne Dußin2020-11-25-9/+11
* Fix clippy lints and add polygon tool button iconArne Dußin2020-11-25-4/+3
* Add polygon rooms that can actually kind of be usedArne Dußin2020-11-25-69/+271
* Add unstable polygon room toolArne Dußin2020-11-24-8/+69
* Fix polygon corners not always running counterclockwiseArne Dußin2020-11-24-14/+101
* Merge branch 'triangulation' into polygon-roomsArne Dußin2020-11-23-345/+830
|\
| * Add triangulation functionArne Dußin2020-11-23-12/+49
| * Fix corner case not being handledArne Dußin2020-11-23-2/+97
| * Add ear clipping algorithmArne Dußin2020-11-23-6/+201
| * Move containment of points/ lines into traitArne Dußin2020-11-21-86/+105
| * Move polygon functions into own modArne Dußin2020-11-21-9/+15
| * Apply clippy lintsArne Dußin2020-11-21-11/+5
| * Add unit tests for triangleArne Dußin2020-11-21-0/+57
| * Add triangle struct and triangulation templateArne Dußin2020-11-21-101/+183
* | Add unfinished polygon room toolArne Dußin2020-11-20-2/+127
|/
* Change to different GUI styleArne Dußin2020-11-20-0/+7
* Fix tools not workingArne Dußin2020-11-20-3/+5
* Remove unused importsArne Dußin2020-11-20-1/+0
* Add simple tool sidebar guiArne Dußin2020-11-20-30/+155
* Merge branch 'polygon'Arne Dußin2020-11-18-3/+976
|\
| * Implement bounding box functionArne Dußin2020-11-18-21/+138
| * Add self intersection for polygon graphsArne Dußin2020-11-18-20/+142
| * Fix silly bug in min functionArne Dußin2020-11-18-3/+25
| * Add polygon graphArne Dußin2020-11-17-1/+369
| * Add intersection point algorithmArne Dußin2020-11-15-116/+151
| * Fix the polygon point containment algorithmArne Dußin2020-11-12-29/+83
| * Add polygon that can check if a point is insideArne Dußin2020-11-11-2/+257
* | Merge branch 'fix-dim-markers' into fix-ghost-toolsArne Dußin2020-11-15-0/+10
|\ \
| * | Fix the dimension indicators persisting after addArne Dußin2020-11-15-0/+10
| |/
* / Fix deletion and wall tool ghostsArne Dußin2020-11-15-0/+8
|/
* Add constant for the grid accuracyArne Dußin2020-11-10-9/+14
* Fix some style errorsArne Dußin2020-11-10-6/+28
* Remove unused importsArne Dußin2020-11-10-4/+3
* Add dimension indicator without direct value editingArne Dußin2020-11-10-4/+159
* Fix next icon still being drawn when tool is inactiveArne Dußin2020-11-10-31/+51
* Fix editor not using the configured keybindingsArne Dußin2020-11-09-11/+6
* Remove instant exit key in favour of OS-keysArne Dußin2020-11-09-1/+4
* Add configuration optionsArne Dußin2020-11-09-46/+413
* Make it so icons can rotateArne Dußin2020-11-08-32/+71
* Make icons deletableArne Dußin2020-11-06-0/+1
* Add icon toolArne Dußin2020-11-06-25/+181
* Remove test svg renderArne Dußin2020-11-05-8/+0
* Add (very) basic path-drawingArne Dußin2020-11-03-2/+360
* Combine zooming in and zooming out into one functionArne Dußin2020-11-02-51/+36
* Limit FPS to 120Arne Dußin2020-11-02-0/+1
* Remove TODO that is doneArne Dußin2020-11-02-1/+0
* Tether on zoomArne Dußin2020-11-02-5/+18
* Change wall tool to not cancel when clickingArne Dußin2020-11-01-1/+1
* Add basic deletion toolArne Dußin2020-11-01-7/+83