summaryrefslogtreecommitdiff
path: root/sw-server/src/main/kotlin
Commit message (Collapse)AuthorAge
* Rename 'application' label of Prometheus exported metrics to match a more ↵Titouan BION2021-02-13
| | | | Kubernetes-like name convention
* Add metrics labels for default Spring Boot grafana boardjoffrey-bion2021-02-13
| | | | https://grafana.com/grafana/dashboards/6756
* Properly clean redux state when leaving a gamejoffrey-bion2021-02-10
|
* Cleanup experimental annotationsjoffrey-bion2021-02-10
|
* Fix lobby state updates in game browserjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/97
* Clean games when all humans have leftjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/113
* Improve error message in GameBrowserControllerjoffrey-bion2021-02-09
|
* Add disconnection listener to cleanup lobbies/gamesjoffrey-bion2021-02-09
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/94
* Rename find->get to imply non-null checkjoffrey-bion2021-02-09
|
* Add Kotlinx Serialization converter for HTTP traffic (correctly)joffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87
* Revert "Add Kotlinx Serialization converter for HTTP traffic"joffrey-bion2021-02-08
| | | | This reverts commit 4f315bd4
* Remove unnecessary image input in AssignedWonderjoffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/88
* Add Kotlinx Serialization converter for HTTP trafficjoffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87
* Cleanup web socket configjoffrey-bion2021-02-08
|
* Add auto-game with bots onlyjoffrey-bion2021-02-03
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82
* Move prepareMove log before the actual preparationjoffrey-bion2021-02-02
| | | | This allows to see the attempted move in the logs in case of crash.
* Only transfer ownership to humansjoffrey-bion2020-12-13
| | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73
* Improve synchronization in GameControllerjoffrey-bion2020-12-13
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71
* Improve logsjoffrey-bion2020-12-12
|
* Fix race conditions for game start and testsjoffrey-bion2020-12-12
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/70
* Delete game at the end of a gamejoffrey-bion2020-12-12
|
* Add checks for race conditionsjoffrey-bion2020-12-12
|
* Make ready button optional (server side)joffrey-bion2020-12-12
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/63
* Allow owner to leave/disband the gamejoffrey-bion2020-12-11
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/51
* Fix ready state for playersjoffrey-bion2020-12-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/56
* Use Kotlinx Serialization in Spring Boot instead of Jacksonjoffrey-bion2020-11-27
|
* Remove unnecessary Livedoc (Kotlin MPP makes it redundant)joffrey-bion2020-10-31
|
* Format with trailing commaJoffrey Bion2020-09-08
|
* Fix style & sort importsJoffrey Bion2020-08-20
|
* Better synchronization on lobby joinJoffrey Bion2020-07-01
|
* Fix race conditionsJoffrey Bion2020-07-01
|
* Keep wonders associated to the same player when reordering playersJoffrey Bion2020-07-01
|
* Actually enable STOMP heart beatsJoffrey Bion2020-06-02
|
* Simplify settings and allow choosing wondersJoffrey Bion2020-05-31
|
* Fix imports in GameController.ktJoffrey Bion2020-05-26
|
* Fix race condition bewteen next turn and prepared moveJoffrey Bion2020-05-26
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/24
* Cleanup importsJoffrey Bion2020-05-24
|
* Further simplify injectionJoffrey Bion2020-05-24
|
* Simplify injection and fix testsJoffrey Bion2020-05-24
|
* Remove hardcoded port in botJoffrey Bion2020-05-24
|
* Add "leave game" feature for end of gameJoffrey Bion2020-05-23
|
* Use shared constant for ws endpointJoffrey Bion2020-05-22
|
* Allow custom player iconsJoffrey Bion2020-05-21
|
* Make Lobby/player repository more thread safeJoffrey Bion2020-05-15
|
* Add dumb bots featureJoffrey Bion2020-05-15
|
* Add "leave lobby" buttonJoffrey Bion2020-04-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/8
* Fix testsJoffrey Bion2020-04-08
|
* Enable ktlint on sw-uiJoffrey Bion2020-04-08
|
* Add a way to "unprepare" a moveJoffrey Bion2020-04-04
|
* Hide currently prepared card from handJoffrey Bion2020-04-01
|
bgstack15