Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix resource transactions calculations | joffrey-bion | 2020-11-25 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/49 | ||
* | Add comment to explain fix | Joffrey Bion | 2020-09-18 |
| | |||
* | Fix double military resolution in last age | Joffrey Bion | 2020-09-18 |
| | | | | | | | | | When a player had the copy guild move at the end of the game, the military conflicts were resolved twice. This fix prevents it. Resolves: https://github.com/joffrey-bion/seven-wonders/issues/41 | ||
* | Format with trailing comma | Joffrey Bion | 2020-09-08 |
| | |||
* | Upgrade to Kotlin 1.4 and corresponding library versions | Joffrey Bion | 2020-08-31 |
| | | | | | | - Kotlinx Serialization 1.0.0-RC - Coroutines 1.3.9 - Krossbow 0.30.1 | ||
* | Upgrade ktlint and re-enable import order check | Joffrey Bion | 2020-08-20 |
| | |||
* | Fix style & sort imports | Joffrey Bion | 2020-08-20 |
| | |||
* | Fix configuration for Bazar and Vineyard cards | Joffrey Bion | 2020-08-12 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/37 | ||
* | Fix military points bug | Joffrey Bion | 2020-08-12 |
| | |||
* | Display only victory military points on the board next to victory tokens | Joffrey Bion | 2020-08-12 |
| | | | | | The count displayed used to be the total combined number of points including defeat tokens, but this is a bit confusing as we can see both types of tokens next to each other. | ||
* | Fix discarded card play at end of age | Joffrey Bion | 2020-08-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/36 | ||
* | Fix style | Joffrey Bion | 2020-07-01 |
| | |||
* | Capitalize wonder names | Joffrey Bion | 2020-05-31 |
| | |||
* | Simplify settings and allow choosing wonders | Joffrey Bion | 2020-05-31 |
| | |||
* | Fix endless copy-guild loop | Joffrey Bion | 2020-05-28 |
| | |||
* | Fix production alternative duplicates | Joffrey Bion | 2020-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 | ||
* | Fix Olympia wonder effect declaration | 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. | ||
* | Rename discardHand to clearHand for clarity | Joffrey Bion | 2020-05-27 |
| | |||
* | Clean unnecessary @Throws | Joffrey Bion | 2020-05-27 |
| | |||
* | Add other players' board summary | Joffrey Bion | 2020-05-26 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/21 | ||
* | Add "leave game" feature for end of game | Joffrey Bion | 2020-05-23 |
| | |||
* | Add player index in scoreboard | Joffrey Bion | 2020-05-15 |
| | |||
* | Send score at end of game | Joffrey Bion | 2020-05-15 |
| | |||
* | Clean up | Joffrey Bion | 2020-05-15 |
| | |||
* | Move score to common model (to enable passing it to client) | Joffrey Bion | 2020-05-12 |
| | |||
* | Move tests to their proper place | Joffrey Bion | 2020-05-12 |
| | |||
* | Add a way to "unprepare" a move | Joffrey Bion | 2020-04-04 |
| | |||
* | Rename GameState -> TableState | Joffrey Bion | 2020-03-29 |
| | |||
* | Fix duplicated inconsistent state | Joffrey Bion | 2020-03-29 |
| | |||
* | Cleanup | Joffrey Bion | 2020-03-28 |
| | |||
* | Use import aliases to remove annoying prefixes | Joffrey BION | 2019-05-22 |
| | |||
* | Reorganize packages again | Joffrey BION | 2019-05-22 |
| | |||
* | Fix tests | Joffrey BION | 2019-05-22 |
| | |||
* | Move common module declarations into api package | Joffrey BION | 2019-05-22 |
| | |||
* | Move some declarations to a better place | jbion | 2019-05-20 |
| | |||
* | Fix some tests | jbion | 2019-05-20 |
| | |||
* | WIP back to JVM for common module to see if it works | Joffrey BION | 2019-05-17 |
| | |||
* | Rationalize module names | Joffrey BION | 2019-05-16 |