Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup test dependencies thanks to Kotlin 1.5 | Joffrey Bion | 2021-09-07 |
| | |||
* | Extract common dependency versions to versions catalog | Joffrey Bion | 2021-09-06 |
| | |||
* | Unify game events | Joffrey Bion | 2021-03-09 |
| | |||
* | Make turnInfo generic in its action type | Joffrey Bion | 2021-03-08 |
| | |||
* | Use proper sealed class for TurnActions | Joffrey Bion | 2021-02-23 |
| | |||
* | Use automatic sayReady call to synchronize STOMP subscriptions before first turn | joffrey-bion | 2021-02-17 |
| | | | | | | | | We currently miss the preparedCard event from bots if they are too fast, because the server sends the first turn to everyone without knowing if all clients have properly subscribed to events. We now use sayReady to indicate to the server that all subscriptions have been made. | ||
* | Rename some client functions | joffrey-bion | 2021-02-13 |
| | |||
* | Fix race when bots leave game | joffrey-bion | 2021-02-12 |
| | |||
* | Align coroutines version | joffrey-bion | 2021-02-10 |
| | |||
* | Cleanup experimental annotations | joffrey-bion | 2021-02-10 |
| | |||
* | Clean games when all humans have left | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/113 | ||
* | Fix bot logger | joffrey-bion | 2021-02-09 |
| | |||
* | Add auto-game with bots only | joffrey-bion | 2021-02-03 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82 | ||
* | Only transfer ownership to humans | joffrey-bion | 2020-12-13 |
| | | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73 | ||
* | Add logging of BOT status | joffrey-bion | 2020-12-13 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71 | ||
* | Fix race conditions for game start and tests | joffrey-bion | 2020-12-12 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/70 | ||
* | Delete game at the end of a game | joffrey-bion | 2020-12-12 |
| | |||
* | Decouple some sagas from routes | joffrey-bion | 2020-12-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/13 | ||
* | Make all transactions available | joffrey-bion | 2020-11-28 |
| | | | | | | | | | | | Sometimes the strategic move can be to spend more money on a different player, rather than less money on the wrong player. We need to make these strategic moves available through the UI. To make up for the explosion in combinations, we just have to get rid of the options that result in the same money for each neighbour. As long as we give the same amounts, we don't care whether it's for wood or clay. Related: https://github.com/joffrey-bion/seven-wonders/issues/50 | ||
* | Add dialog to choose who to buy resources from | joffrey-bion | 2020-11-28 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/50 | ||
* | Upgrade dependencies | joffrey-bion | 2020-11-25 |
| | | | | | | - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0 | ||
* | Format with trailing comma | Joffrey Bion | 2020-09-08 |
| | |||
* | Upgrade ktlint and re-enable import order check | Joffrey Bion | 2020-08-20 |
| | |||
* | Attempt at fixing race conditions with bot subscriptions | Joffrey Bion | 2020-05-28 |
| | |||
* | Add UI support for playing discarded cards | Joffrey Bion | 2020-05-28 |
| | | | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/25 Resolves: https://github.com/joffrey-bion/seven-wonders/issues/26 | ||
* | Add server-side support for PLAY_FREE_DISCARDED special ability | Joffrey Bion | 2020-05-28 |
| | | | | | So far, there was no "turn" generated for the player who could play a free card from the discarded pile. | ||
* | Make bots explore more by choosing random cards instead of first | Joffrey Bion | 2020-05-26 |
| | |||
* | Attempt at fixing mixed content ws call | Joffrey Bion | 2020-05-24 |
| | |||
* | Remove bot delays for joining the game | Joffrey Bion | 2020-05-22 |
| | |||
* | Allow custom player icons | Joffrey Bion | 2020-05-21 |
| | |||
* | Add dumb bots feature | Joffrey Bion | 2020-05-15 |