summaryrefslogtreecommitdiff
path: root/sw-client
Commit message (Collapse)AuthorAge
* Use DSL sugar to access commonMain source set and avoid warningsJoffrey Bion2023-05-01
|
* Upgrade Krossbow to 4.4.0Joffrey Bion2022-11-06
|
* Upgrade Krossbow to 4.0.2Joffrey Bion2022-07-03
|
* Upgrade coroutines to 1.6.3Joffrey Bion2022-07-02
|
* Upgrade dependenciesJoffrey Bion2022-01-11
|
* Remove unnecessary module-level opt-insJoffrey Bion2021-09-08
| | | | The declaration at the root does work for multiplatform projects
* Cleanup test dependencies thanks to Kotlin 1.5Joffrey Bion2021-09-07
|
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
|
* Extract common dependency versions to versions catalogJoffrey Bion2021-09-06
|
* Unify game eventsJoffrey Bion2021-03-09
|
* Move GameState to the clientJoffrey Bion2021-03-08
|
* Funnel game events into a single client subscriptionJoffrey Bion2021-02-23
|
* Fix potential race in chooseNamejoffrey-bion2021-02-13
|
* Rename some client functionsjoffrey-bion2021-02-13
|
* Fix race when bots leave gamejoffrey-bion2021-02-12
|
* Add auto-game with bots onlyjoffrey-bion2021-02-03
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82
* Upgrade Krossbow to 1.1.5joffrey-bion2021-02-01
|
* Only transfer ownership to humansjoffrey-bion2020-12-13
| | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73
* Cleanup helper method in sw-clientjoffrey-bion2020-12-12
|
* Fix race conditions for game start and testsjoffrey-bion2020-12-12
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/70
* Allow owner to leave/disband the gamejoffrey-bion2020-12-11
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/51
* Decouple some sagas from routesjoffrey-bion2020-12-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/13
* Upgrade to krossbow 1.1.2 to fix UTF-8 bugsjoffrey-bion2020-12-06
|
* Upgrade dependenciesjoffrey-bion2020-11-25
| | | | | | - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0
* Upgrade to Krossbow 0.41.0Joffrey Bion2020-09-14
|
* Format with trailing commaJoffrey Bion2020-09-08
|
* Upgrade to Kotlin 1.4 and corresponding library versionsJoffrey Bion2020-08-31
| | | | | | - Kotlinx Serialization 1.0.0-RC - Coroutines 1.3.9 - Krossbow 0.30.1
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
|
* Fix style & sort importsJoffrey Bion2020-08-20
|
* Widen heart beats margin to prevent failures in slow serversJoffrey Bion2020-06-15
| | | | | Heroku's cold start may introduce a longer delay for the initial heart beat. Detecting the connection drop in 20s is ok.
* Actually enable STOMP heart beatsJoffrey Bion2020-06-02
|
* Simplify settings and allow choosing wondersJoffrey Bion2020-05-31
|
* Add heart beats to SW client to avoid disconnections on HerokuJoffrey Bion2020-05-26
|
* Attempt at fixing up StompSession.request()Joffrey Bion2020-05-25
|
* Attempt at fixing mixed content ws callJoffrey Bion2020-05-24
|
* Add "leave game" feature for end of gameJoffrey Bion2020-05-23
|
* Allow custom player iconsJoffrey Bion2020-05-21
|
* Fix SW client "request"Joffrey Bion2020-05-21
|
* Upgrade krossbow to 0.20.3Joffrey Bion2020-05-16
|
* Upgrade to krossbow 0.20.2Joffrey Bion2020-05-15
|
* Add dumb bots featureJoffrey Bion2020-05-15
|
* Upgrade to krossbow 0.20.1 (migrate to flows)Joffrey Bion2020-05-12
|
* Fix path for lobby/updateSettingsJoffrey Bion2020-04-16
|
* Add "leave lobby" buttonJoffrey Bion2020-04-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/8
* 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
|
* Upgrade to Kotlinx Serialization 0.20.0 and Krossbow 0.10.3Joffrey Bion2020-03-27
|
bgstack15