aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Rect rooms are now normal polygon rooms in dataArne Dußin2021-01-11-113/+31
* Fix warningsArne Dußin2021-01-08-3/+16
* Fix CLI not capturing keyboardArne Dußin2021-01-08-14/+25
* Rename save to write for vim mnemonics compatibilityArne Dußin2021-01-08-6/+6
* Merge pull request #27 from LordSentox/snappingArne Dußin2021-01-06-25/+295
|\
| * Merge branch 'master' into snappingArne Dußin2021-01-06-351/+832
| |\ | |/ |/|
* | Merge pull request #25 from LordSentox/better-polygonsArne Dußin2021-01-06-333/+441
|\ \
| * | Change to polygongraph instead of polygon in roomtoolArne Dußin2020-12-27-333/+441
* | | Add loading capabilities backArne Dußin2021-01-06-1/+113
* | | Add CLI with save featureArne Dußin2021-01-06-16/+278
| | * Position indicator is now dependent on current snappingArne Dußin2021-01-05-7/+12
| | * Merge branch 'master' into snappingArne Dußin2021-01-05-0/+51
| | |\ | |_|/ |/| |
* | | Merge pull request #26 from LordSentox/position-indicatorMax Pernklau2020-12-29-2/+51
|\ \ \ | |/ / |/| |
| * | Add indicator to show where the mouse is pointingArne Dußin2020-12-28-2/+51
|/ /
| * Add snapping module to replace the rigid grid snappingArne Dußin2020-12-31-18/+282
|/
* Merge branch 'master' of github.com:LordSentox/graf_kartoArne Dußin2020-12-21-0/+0
|\
| * Merge pull request #24 from LordSentox/refactorArne Dußin2020-12-21-807/+1413
| |\
* | | Add previously missing docs where appropriateArne Dußin2020-12-21-34/+410
* | | Add dimensional indicator with scalingArne Dußin2020-12-20-122/+254
* | | Add new dimension indicatorArne Dußin2020-12-16-175/+98
| |/ |/|
* | Add constant for default colours and selection toolArne Dußin2020-12-16-97/+297
* | Refactor to make interaction between tools easierArne Dußin2020-12-15-769/+1175
|/
* Add new concept for class structure in UMLArne Dußin2020-12-06-0/+175
* Merge branch 'master' of github.com:LordSentox/graf_kartoArne Dußin2020-11-29-0/+0
|\
| * Merge pull request #21 from LordSentox/wall-joinMax Pernklau2020-11-29-5/+31
| |\
* | \ Merge pull request #21 from LordSentox/wall-joinMax Pernklau2020-11-29-4/+30
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'master' into wall-joinMax Pernklau2020-11-29-181/+169
| |\ | |/ |/|
* | Limit grid inaccuracy to half a pixelArne Dußin2020-11-28-18/+27
* | Change to f64 as the preferred floating point numberArne Dußin2020-11-27-180/+159
| * Make walls join nicer in cornersArne Dußin2020-11-27-4/+30
|/
* Merge branch 'polygon-deletion'Arne Dußin2020-11-26-21/+83
|\
| * Make polygons deletableArne Dußin2020-11-26-21/+83
* | 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/+293
* 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/+91
* Fix tools not workingArne Dußin2020-11-20-3/+5