summaryrefslogtreecommitdiff
path: root/sw-common-model
Commit message (Collapse)AuthorAge
* Fix imports and testsJoffrey Bion2020-05-31
|
* Simplify settings and allow choosing wondersJoffrey Bion2020-05-31
|
* Fix production alternative duplicatesJoffrey Bion2020-05-28
| | | | | | | | | Having twice the same choice wasn't supported so far. This can happen with Alexandria's bonuses (4 primary resources, or 3 secondary) associated to the yellow Market/Caravansery cards. Resolves: https://github.com/joffrey-bion/seven-wonders/issues/19
* Clarify message for unavailable resourcesJoffrey Bion2020-05-28
|
* Add UI support for playing discarded cardsJoffrey Bion2020-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 abilityJoffrey Bion2020-05-28
| | | | | So far, there was no "turn" generated for the player who could play a free card from the discarded pile.
* Add coin icon to buttons when they imply a costJoffrey Bion2020-05-26
|
* Improve "say ready" messageJoffrey Bion2020-05-26
|
* Add other players' board summaryJoffrey Bion2020-05-26
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/21
* Add score board UI at end of gameJoffrey Bion2020-05-23
|
* Allow custom player iconsJoffrey Bion2020-05-21
|
* Add player index in scoreboardJoffrey Bion2020-05-15
|
* Fix polymorphic serializationJoffrey Bion2020-05-15
|
* Add dumb bots featureJoffrey Bion2020-05-15
|
* Send score at end of gameJoffrey Bion2020-05-15
|
* Clean upJoffrey Bion2020-05-15
|
* Move score to common model (to enable passing it to client)Joffrey Bion2020-05-12
|
* Add a way to "unprepare" a moveJoffrey Bion2020-04-04
|
* Send turn info without hands when entering gameJoffrey Bion2020-03-30
|
* Rename GameState -> TableStateJoffrey Bion2020-03-29
|
* Fix duplicated inconsistent stateJoffrey Bion2020-03-29
|
* Simplify redux stateJoffrey Bion2020-03-29
|
* Improve state updates for turn infoJoffrey Bion2020-03-28
|
* Add hand componentsJoffrey Bion2020-03-28
|
* Upgrade to Kotlinx Serialization 0.20.0 and Krossbow 0.10.3Joffrey Bion2020-03-27
|
* Rename isUser to isMe for clarityJoffrey 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
|
* Add kotlinx.serialization support to common modeljoffrey-bion2020-01-23
|
* Attempt at Kotlin/JS EAP build 1.3.50-eap-54jbion2019-08-01
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
|
* Remove extra spacejbion2019-05-22
|
* Use import aliases to remove annoying prefixesJoffrey BION2019-05-22
|
* Reorganize packages againJoffrey BION2019-05-22
|
* Make common project multiplatformJoffrey BION2019-05-22
|
* Move common module declarations into api packageJoffrey BION2019-05-22
|
* Move some declarations to a better placejbion2019-05-20
|
* Fix some testsjbion2019-05-20
|
* WIP back to JVM for common module to see if it worksJoffrey BION2019-05-17
|
* Rationalize module namesJoffrey BION2019-05-16
bgstack15