summaryrefslogtreecommitdiff
path: root/sw-common-model
Commit message (Expand)AuthorAge
* Use DSL sugar to access commonMain source set and avoid warningsJoffrey Bion2023-05-01
* Fix missing West Trading Post as parent for ForumJoffrey Bion2023-04-30
* Upgrade to Kotlin 1.7Joffrey Bion2022-07-03
* Upgrade to Kotlin 1.6.0 and JDK 17Joffrey Bion2021-11-18
* Remove unnecessary module-level opt-insJoffrey Bion2021-09-08
* 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
* Fix ex-aequo ranksJoffrey Bion2021-06-19
* Unify game eventsJoffrey Bion2021-03-09
* Make turnInfo generic in its action typeJoffrey Bion2021-03-08
* Make SayReady action an objectJoffrey Bion2021-03-08
* Move GameState to the clientJoffrey Bion2021-03-08
* Improved stateJoffrey Bion2021-02-24
* Add comment for public element that shouldn't beJoffrey Bion2021-02-23
* Use proper sealed class for TurnActionsJoffrey Bion2021-02-23
* Funnel game events into a single client subscriptionJoffrey Bion2021-02-23
* Fix pulsing red (remove incorrect preparedMove field)joffrey-bion2021-02-11
* Fix board summaries (again!)joffrey-bion2021-02-11
* Cleanup experimental annotationsjoffrey-bion2021-02-10
* Clean games when all humans have leftjoffrey-bion2021-02-10
* Fix non-neighbour boards orderjoffrey-bion2021-02-10
* Improve "join" tooltip for FINISHED gamesjoffrey-bion2021-02-09
* Remove unnecessary image input in AssignedWonderjoffrey-bion2021-02-08
* Add auto-game with bots onlyjoffrey-bion2021-02-03
* Remove unnecessary Serializable on enumsjoffrey-bion2021-01-31
* Only transfer ownership to humansjoffrey-bion2020-12-13
* Make ready button optional (server side)joffrey-bion2020-12-12
* Allow owner to leave/disband the gamejoffrey-bion2020-12-11
* Remove unrealistic transaction optionsjoffrey-bion2020-11-29
* Fix score board deserializationjoffrey-bion2020-11-28
* Make all transactions availablejoffrey-bion2020-11-28
* Introduce priced transactionsjoffrey-bion2020-11-27
* Support ex-aequo ranksjoffrey-bion2020-11-26
* Distinguish wonder fully built and card already playedjoffrey-bion2020-11-26
* Upgrade dependenciesjoffrey-bion2020-11-25
* Format with trailing commaJoffrey Bion2020-09-08
* Upgrade to Kotlin 1.4 and corresponding library versionsJoffrey Bion2020-08-31
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
* Fix style & sort importsJoffrey Bion2020-08-20
* Display only victory military points on the board next to victory tokensJoffrey Bion2020-08-12
* Add setup sidebar to choose wonder sidesJoffrey Bion2020-07-01
* Fix imports and testsJoffrey Bion2020-05-31
* Simplify settings and allow choosing wondersJoffrey Bion2020-05-31
* Fix production alternative duplicatesJoffrey Bion2020-05-28
* Clarify message for unavailable resourcesJoffrey 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
* Add coin icon to buttons when they imply a costJoffrey Bion2020-05-26
* Improve "say ready" messageJoffrey Bion2020-05-26
bgstack15