summaryrefslogtreecommitdiff
path: root/sw-server
Commit message (Collapse)AuthorAge
* Fix imports and testsJoffrey Bion2020-05-31
|
* 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
* Add more debug traces to testsJoffrey Bion2020-05-25
|
* Increase test timeout to make sure it's not about timeJoffrey Bion2020-05-25
|
* Cleanup importsJoffrey Bion2020-05-24
|
* Dockerize serverJoffrey 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
|
* Attempt at fixing mixed content ws callJoffrey Bion2020-05-24
|
* Add "leave game" feature for end of gameJoffrey Bion2020-05-23
|
* Use shared constant for ws endpointJoffrey Bion2020-05-22
|
* Add debug statementsJoffrey Bion2020-05-22
|
* Increase test timeoutJoffrey Bion2020-05-21
|
* Allow custom player iconsJoffrey Bion2020-05-21
|
* Fix SW client "request"Joffrey Bion2020-05-21
|
* Move unused resources from server to archiveJoffrey Bion2020-05-17
|
* Fix static inclusion from frontendJoffrey Bion2020-05-17
|
* Cleanup SW testJoffrey Bion2020-05-16
|
* Make Lobby/player repository more thread safeJoffrey Bion2020-05-15
|
* Add dumb bots featureJoffrey Bion2020-05-15
|
* Upgrade to krossbow 0.20.1 (migrate to flows)Joffrey Bion2020-05-12
|
* Remove unnecessary withTimeout() calls in testsJoffrey Bion2020-04-16
|
* 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
|
* Fix server project's dependencyJoffrey Bion2020-04-07
|
* 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
|
* Rename isUser to isMe for clarityJoffrey Bion2020-03-27
|
* Fix server URL in testsJoffrey Bion2020-03-27
|
* Fix lobby updatesJoffrey Bion2020-03-27
|
* Rework sagas and router to sub/unsubscribe properlyJoffrey 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
|
* Change deprecated gradle configuration compile() to implementation()joffrey-bion2020-01-26
|
* Upgrade to Spring Boot 2.2.4joffrey-bion2020-01-26
|
* Add kotlinx.serialization support to common modeljoffrey-bion2020-01-23
|
* Make the server embed the new Kotlin frontendjoffrey-bion2020-01-05
|
* Fix server URL in react frontendjoffrey-bion2020-01-05
|
* WIP sagasJoffrey Bion2019-10-22
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
|
* Allow any client to use the websocket APIjbion2019-06-13
|
* Remove unnecessary Resources deserializer in test JacksonMapperJoffrey BION2019-05-31
|
bgstack15