Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Add blueprintjs Dialog component | joffrey-bion | 2020-11-27 |
| | |||
* | Introduce priced transactions | joffrey-bion | 2020-11-27 |
| | | | | This is useful to provide information about the price per provider. | ||
* | Use Kotlinx Serialization in Spring Boot instead of Jackson | joffrey-bion | 2020-11-27 |
| | |||
* | Upgrade to Spring Boot 2.4.0 | joffrey-bion | 2020-11-27 |
| | |||
* | Switch max/min to maxOrNull/minOrNull | joffrey-bion | 2020-11-27 |
| | |||
* | Support ex-aequo ranks | joffrey-bion | 2020-11-26 |
| | |||
* | Distinguish wonder fully built and card already played | joffrey-bion | 2020-11-26 |
| | |||
* | Fix resource transactions calculations | joffrey-bion | 2020-11-25 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/49 | ||
* | Upgrade dependencies | joffrey-bion | 2020-11-25 |
| | | | | | | - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0 | ||
* | Add .idea to gitignore for jetbrains dev | joffrey-bion | 2020-11-15 |
| | |||
* | Disable warning for Kotlin MPP Alpha | joffrey-bion | 2020-10-31 |
| | |||
* | Upgrade Ktlint to 0.39.0 | joffrey-bion | 2020-10-31 |
| | |||
* | Remove unnecessary Livedoc (Kotlin MPP makes it redundant) | joffrey-bion | 2020-10-31 |
| | |||
* | Remove unnecessary Jackstomp dependency | joffrey-bion | 2020-10-31 |
| | |||
* | Enable Gradle build cache | joffrey-bion | 2020-10-31 |
| | |||
* | Upgrade Kotlin to 1.4.10 | joffrey-bion | 2020-10-31 |
| | |||
* | Upgrade Gradle wrapper to 6.7 | joffrey-bion | 2020-10-31 |
| | |||
* | Bump actions/setup-java from v1.4.2 to v1.4.3 | dependabot[bot] | 2020-10-01 |
| | | | | | | | Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.2 to v1.4.3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1.4.2...d202f5dbf7256730fb690ec59f6381650114feb2) Signed-off-by: dependabot[bot] <support@github.com> | ||
* | 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 | ||
* | Upgrade to Krossbow 0.41.0 | Joffrey Bion | 2020-09-14 |
| | |||
* | Simplify local run docker command (with DockerHub) | Joffrey Bion | 2020-09-10 |
| | |||
* | Upgrade GitHub action/cache to v2.1.1 | Joffrey Bion | 2020-09-10 |
| | |||
* | Upgrade setup-java Github Action to 1.4.2 | Joffrey Bion | 2020-09-10 |
| | |||
* | Enable Dependabot for github actions | Joffrey Bion | 2020-09-10 |
| | |||
* | Add CI stage to push to DockerHub | Joffrey Bion | 2020-09-10 |
| | |||
* | Format github CI's yaml file | Joffrey Bion | 2020-09-10 |
| | |||
* | Add instructions for running a local server | Joffrey Bion | 2020-09-10 |
| | |||
* | Format with trailing comma | Joffrey Bion | 2020-09-08 |
| | |||
* | Use port 80 in docker image | Joffrey Bion | 2020-09-05 |
| | | | | This makes it easier to use on Google cloud (host network mode) | ||
* | Use specific token for GitHub container registry | Joffrey Bion | 2020-09-02 |
| | |||
* | Migrate docker push to Github Container Registry | Joffrey Bion | 2020-09-02 |
| | |||
* | Replace deprecated "target" with "js" | Joffrey Bion | 2020-08-31 |
| | |||
* | Upgrade Gradle wrapper to 6.6.1 | Joffrey Bion | 2020-08-31 |
| | |||
* | 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 |
| | |||
* | Upgrade to Spring Boot 2.3.3 | Joffrey Bion | 2020-08-16 |
| | |||
* | 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 |
| | |||
* | Cleanup wonder card style | 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. | ||
* | Change font to Acme for token counts | Joffrey Bion | 2020-08-12 |
| | | | | This yields better alignment with the multiply (x) sign | ||
* | Add military tokens to the board | Joffrey Bion | 2020-08-12 |
| | |||
* | Upgrade Gradle wrapper to 6.5.1 | Joffrey Bion | 2020-08-09 |
| | |||
* | Refactor player list | Joffrey Bion | 2020-08-09 |
| | |||
* | Add className attribute to bpCards | Joffrey Bion | 2020-08-09 |
| | |||
* | Fix discarded card play at end of age | Joffrey Bion | 2020-08-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/36 |