aboutsummaryrefslogtreecommitdiff
path: root/src/server/mod.rs
Commit message (Collapse)AuthorAgeLines
* Make the server started by the client shut downArne Dußin2021-02-04-60/+69
| | | | | | Before, the server thread would just continue running, after the window had been closed. This is fixed now, with the server thread being controlled by an atomic bool.
* Use unspecified instead of localhost to bindArne Dußin2021-02-04-5/+5
|
* Add most of the offline functionality backArne Dußin2021-02-03-1/+53
|
* Add capability to draw roomsArne Dußin2021-02-03-2/+11
|
* Rework graf karto to fit the client/server structureArne Dußin2021-02-02-0/+48