aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeLines
* fixup! Add some icons and coresponding draft sheetHEADmasterArne Dußin2021-02-24-1/+1
* Icons now use a default configuration should they have no ron fileArne Dußin2021-02-24-3/+15
* Fix the right char not being used on inputArne Dußin2021-02-05-4/+10
* Dimension ruling state cancelled on mouse interactionArne Dußin2021-02-04-1/+11
* Fix crash when drawing rect with no areanetArne Dußin2021-02-04-16/+30
* Fix dimension indicator not using new input systemArne Dußin2021-02-04-71/+74
* Add matrix transform capabilities backArne Dußin2021-02-04-4/+14
* Make the server started by the client shut downArne Dußin2021-02-04-63/+74
* Fix IPv4 address possibly being chosen for IPv6 modeArne Dußin2021-02-04-1/+1
* Use unspecified instead of localhost to bindArne Dußin2021-02-04-5/+5
* IPv4 can now be used with hostnamesArne Dußin2021-02-04-6/+18
* Client now accepts hostnames, not only IPaddrsArne Dußin2021-02-04-20/+18
* All packets must be handled.Arne Dußin2021-02-04-1/+1
* Add most of the offline functionality backArne Dußin2021-02-03-12/+160
* Add capability to draw roomsArne Dußin2021-02-03-7/+62
* Fix commandsArne Dußin2021-02-03-12/+82
* Rework graf karto to fit the client/server structureArne Dußin2021-02-02-685/+1636
* Update dependencies and rename client and server main filesArne Dußin2021-01-17-3/+2
* Merge branch 'master' into netArne Dußin2021-01-17-192/+678
|\
| * Input revamp to make keybindings controlable.inputArne Dußin2021-01-17-192/+678
* | Change to client-server structureArne Dußin2021-01-12-0/+1
|/
* Rename PolygonRoom to just RoomArne Dußin2021-01-11-40/+37
* 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 branch 'master' into snappingArne Dußin2021-01-06-350/+826
|\
| * Merge pull request #25 from LordSentox/better-polygonsArne Dußin2021-01-06-332/+435
| |\
| | * Change to polygongraph instead of polygon in roomtoolArne Dußin2020-12-27-332/+435
| * | 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
|\| |
| * | 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
|/
* Add previously missing docs where appropriateArne Dußin2020-12-21-34/+410
* Add dimensional indicator with scalingArne Dußin2020-12-20-121/+253
* 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/+1168
* 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