summaryrefslogtreecommitdiff
path: root/sw-server/src/main
Commit message (Expand)AuthorAge
* Improve logsjoffrey-bion2020-12-12
* Fix race conditions for game start and testsjoffrey-bion2020-12-12
* 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
* Allow owner to leave/disband the gamejoffrey-bion2020-12-11
* Fix ready state for playersjoffrey-bion2020-12-08
* Enable actuator and prometheus metricsjoffrey-bion2020-12-05
* 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
* 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
* Move unused resources from server to archiveJoffrey Bion2020-05-17
* Make Lobby/player repository more thread safeJoffrey Bion2020-05-15
* Add dumb bots featureJoffrey Bion2020-05-15
* Add "leave lobby" buttonJoffrey Bion2020-04-08
* 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
* Send turn info without hands when entering gameJoffrey Bion2020-03-30
* Fix duplicated inconsistent stateJoffrey Bion2020-03-29
* Improve state updates for turn infoJoffrey Bion2020-03-28
* Fix lobby updatesJoffrey Bion2020-03-27
* Get joinability/startability info from server with reasonJoffrey Bion2020-03-24
* Add whether game can be started in LobbyDTOJoffrey Bion2020-03-23
* Upgrade to Krossbow 0.10.2 and use standard WS (not SockJS)Joffrey Bion2020-03-19
* Add kotlinx.serialization support to common modeljoffrey-bion2020-01-23
* Fix server URL in react frontendjoffrey-bion2020-01-05
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
* Allow any client to use the websocket APIjbion2019-06-13
* Use import aliases to remove annoying prefixesJoffrey BION2019-05-22
* Reorganize packages againJoffrey BION2019-05-22
* Move common module declarations into api packageJoffrey BION2019-05-22
* Move some declarations to a better placejbion2019-05-20
* Rationalize module namesJoffrey BION2019-05-16
bgstack15