summaryrefslogtreecommitdiff
path: root/sw-bot
Commit message (Expand)AuthorAge
* Cleanup test dependencies thanks to Kotlin 1.5Joffrey Bion2021-09-07
* Extract common dependency versions to versions catalogJoffrey Bion2021-09-06
* Unify game eventsJoffrey Bion2021-03-09
* Make turnInfo generic in its action typeJoffrey Bion2021-03-08
* Use proper sealed class for TurnActionsJoffrey Bion2021-02-23
* Use automatic sayReady call to synchronize STOMP subscriptions before first turnjoffrey-bion2021-02-17
* Rename some client functionsjoffrey-bion2021-02-13
* Fix race when bots leave gamejoffrey-bion2021-02-12
* Align coroutines versionjoffrey-bion2021-02-10
* Cleanup experimental annotationsjoffrey-bion2021-02-10
* Clean games when all humans have leftjoffrey-bion2021-02-10
* Fix bot loggerjoffrey-bion2021-02-09
* Add auto-game with bots onlyjoffrey-bion2021-02-03
* Only transfer ownership to humansjoffrey-bion2020-12-13
* Add logging of BOT statusjoffrey-bion2020-12-13
* Fix race conditions for game start and testsjoffrey-bion2020-12-12
* Delete game at the end of a gamejoffrey-bion2020-12-12
* Decouple some sagas from routesjoffrey-bion2020-12-10
* Make all transactions availablejoffrey-bion2020-11-28
* Add dialog to choose who to buy resources fromjoffrey-bion2020-11-28
* Upgrade dependenciesjoffrey-bion2020-11-25
* Format with trailing commaJoffrey Bion2020-09-08
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
* Attempt at fixing race conditions with bot subscriptionsJoffrey Bion2020-05-28
* Add UI support for playing discarded cardsJoffrey Bion2020-05-28
* Add server-side support for PLAY_FREE_DISCARDED special abilityJoffrey Bion2020-05-28
* Make bots explore more by choosing random cards instead of firstJoffrey Bion2020-05-26
* Attempt at fixing mixed content ws callJoffrey Bion2020-05-24
* Remove bot delays for joining the gameJoffrey Bion2020-05-22
* Allow custom player iconsJoffrey Bion2020-05-21
* Add dumb bots featureJoffrey Bion2020-05-15
bgstack15