summaryrefslogtreecommitdiff
path: root/sw-engine/src/test
Commit message (Collapse)AuthorAge
* Fix resource transactions calculationsjoffrey-bion2020-11-25
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/49
* Format with trailing commaJoffrey Bion2020-09-08
|
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
|
* Fix style & sort importsJoffrey Bion2020-08-20
|
* 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
* 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.
* 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
|
* Move tests to their proper placeJoffrey Bion2020-05-12
|
* Fix duplicated inconsistent stateJoffrey Bion2020-03-29
|
* Reorganize packages againJoffrey 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