summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Upgrade to krossbow 1.1.2 to fix UTF-8 bugsjoffrey-bion2020-12-06
|
* Enable actuator and prometheus metricsjoffrey-bion2020-12-05
|
* Hide more expensive transaction options by defaultjoffrey-bion2020-11-29
|
* Allow the COPY_GUILD ability to yield 0 pointsjoffrey-bion2020-11-29
| | | | If the neighbours don't have guild cards, we can't copy them, so it's normal not to have one.
* Add rotation to "best price indicator"joffrey-bion2020-11-29
|
* Remove unrealistic transaction optionsjoffrey-bion2020-11-29
| | | | | | | Options where both the left and the right price are more expensive should never be used. Resolves: https://github.com/joffrey-bion/seven-wonders/issues/53
* Add best price indicationjoffrey-bion2020-11-29
|
* Trigger fatal error dialog on connection dropjoffrey-bion2020-11-29
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/33
* Add fatal error dialog supportjoffrey-bion2020-11-29
|
* Add support for Icon intent in bpDialogjoffrey-bion2020-11-29
|
* Add traces to startGame_3players testjoffrey-bion2020-11-29
| | | | This is to investigate the timeouts
* Fix score board deserializationjoffrey-bion2020-11-28
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/52
* Group resources in a 2x2 matrix when there are 4joffrey-bion2020-11-28
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/50
* Add neighbours info to transaction selectorjoffrey-bion2020-11-28
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/50
* Add "0 coins" icon on side without transactionjoffrey-bion2020-11-28
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/50
* Make all transactions availablejoffrey-bion2020-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 fromjoffrey-bion2020-11-28
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/50
* Add blueprintjs Dialog componentjoffrey-bion2020-11-27
|
* Introduce priced transactionsjoffrey-bion2020-11-27
| | | | This is useful to provide information about the price per provider.
* Use Kotlinx Serialization in Spring Boot instead of Jacksonjoffrey-bion2020-11-27
|
* Upgrade to Spring Boot 2.4.0joffrey-bion2020-11-27
|
* Switch max/min to maxOrNull/minOrNulljoffrey-bion2020-11-27
|
* Support ex-aequo ranksjoffrey-bion2020-11-26
|
* Distinguish wonder fully built and card already playedjoffrey-bion2020-11-26
|
* Fix resource transactions calculationsjoffrey-bion2020-11-25
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/49
* Upgrade dependenciesjoffrey-bion2020-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 devjoffrey-bion2020-11-15
|
* Disable warning for Kotlin MPP Alphajoffrey-bion2020-10-31
|
* Upgrade Ktlint to 0.39.0joffrey-bion2020-10-31
|
* Remove unnecessary Livedoc (Kotlin MPP makes it redundant)joffrey-bion2020-10-31
|
* Remove unnecessary Jackstomp dependencyjoffrey-bion2020-10-31
|
* Enable Gradle build cachejoffrey-bion2020-10-31
|
* Upgrade Kotlin to 1.4.10joffrey-bion2020-10-31
|
* Upgrade Gradle wrapper to 6.7joffrey-bion2020-10-31
|
* Bump actions/setup-java from v1.4.2 to v1.4.3dependabot[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 fixJoffrey Bion2020-09-18
|
* Fix double military resolution in last ageJoffrey Bion2020-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.0Joffrey Bion2020-09-14
|
* Simplify local run docker command (with DockerHub)Joffrey Bion2020-09-10
|
* Upgrade GitHub action/cache to v2.1.1Joffrey Bion2020-09-10
|
* Upgrade setup-java Github Action to 1.4.2Joffrey Bion2020-09-10
|
* Enable Dependabot for github actionsJoffrey Bion2020-09-10
|
* Add CI stage to push to DockerHubJoffrey Bion2020-09-10
|
* Format github CI's yaml fileJoffrey Bion2020-09-10
|
* Add instructions for running a local serverJoffrey Bion2020-09-10
|
* Format with trailing commaJoffrey Bion2020-09-08
|
* Use port 80 in docker imageJoffrey Bion2020-09-05
| | | | This makes it easier to use on Google cloud (host network mode)
* Use specific token for GitHub container registryJoffrey Bion2020-09-02
|
* Migrate docker push to Github Container RegistryJoffrey Bion2020-09-02
|
* Replace deprecated "target" with "js"Joffrey Bion2020-08-31
|
bgstack15