Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Filter only affordable transactions | joffrey-bion | 2021-02-02 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/81 | ||
* | Move prepareMove log before the actual preparation | joffrey-bion | 2021-02-02 |
| | | | | This allows to see the attempted move in the logs in case of crash. | ||
* | Upgrade Krossbow to 1.1.5 | joffrey-bion | 2021-02-01 |
| | |||
* | Remove unnecessary Serializable on enums | joffrey-bion | 2021-01-31 |
| | |||
* | Remove unnecessary core-js npm dependency | joffrey-bion | 2021-01-30 |
| | |||
* | Upgrade Kotlin to 1.4.21 and corresponding UI deps | joffrey-bion | 2021-01-30 |
| | |||
* | Move from Gson to Kotlin Serialization for definitions | joffrey-bion | 2021-01-29 |
| | |||
* | Clarify docker local run | joffrey-bion | 2021-01-28 |
| | |||
* | Add Heroku status badge | joffrey-bion | 2021-01-28 |
| | |||
* | Attempt at fixing PORT substitution for heroku | joffrey-bion | 2021-01-28 |
| | |||
* | Split PR and CI/CD builds | joffrey-bion | 2021-01-28 |
| | |||
* | Clarify docker image tags (sha and build) | joffrey-bion | 2021-01-28 |
| | |||
* | Fix PORT variable substitution in Dockerfile | joffrey-bion | 2021-01-28 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/77 | ||
* | Remove "missing feature" from README - it's done! | Joffrey Bion | 2021-01-28 |
| | |||
* | Upgrade gradle wrapper to 6.8.1 | joffrey-bion | 2021-01-25 |
| | |||
* | Add missing branch in when statement | joffrey-bion | 2020-12-13 |
| | |||
* | Only transfer ownership to humans | joffrey-bion | 2020-12-13 |
| | | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73 | ||
* | Add logging of BOT status | joffrey-bion | 2020-12-13 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71 | ||
* | Improve synchronization in GameController | joffrey-bion | 2020-12-13 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/71 | ||
* | Reduce number of TableState creations | joffrey-bion | 2020-12-13 |
| | |||
* | Add docker tags based on commit SHA | joffrey-bion | 2020-12-12 |
| | |||
* | Remove heroku Procfile (unnecessary with Docker) | joffrey-bion | 2020-12-12 |
| | |||
* | Cleanup dependsOn sw-ui in sw-server | joffrey-bion | 2020-12-12 |
| | |||
* | Add Heroku release step in GitHub workflow | joffrey-bion | 2020-12-12 |
| | |||
* | Use env variables to generalize GitHub workflow | joffrey-bion | 2020-12-12 |
| | |||
* | Avoid too specific version for actions/cache | joffrey-bion | 2020-12-12 |
| | |||
* | Upgrade to Java 15 | joffrey-bion | 2020-12-12 |
| | |||
* | Push Docker image to Heroku, remove Travis CI | joffrey-bion | 2020-12-12 |
| | |||
* | Cleanup helper method in sw-client | joffrey-bion | 2020-12-12 |
| | |||
* | Improve logs | joffrey-bion | 2020-12-12 |
| | |||
* | Fix race conditions for game start and tests | joffrey-bion | 2020-12-12 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/70 | ||
* | Fix race in blinking test | joffrey-bion | 2020-12-12 |
| | |||
* | Delete game at the end of a game | joffrey-bion | 2020-12-12 |
| | |||
* | Add checks for race conditions | joffrey-bion | 2020-12-12 |
| | |||
* | Make ready button optional (server side) | joffrey-bion | 2020-12-12 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/63 | ||
* | Improve score board tags colors | joffrey-bion | 2020-12-11 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/20 | ||
* | Allow owner to leave/disband the game | joffrey-bion | 2020-12-11 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/51 | ||
* | Decouple some sagas from routes | joffrey-bion | 2020-12-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/13 | ||
* | Fix ready state for players | joffrey-bion | 2020-12-08 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/56 | ||
* | More traces for startGame_3players test | joffrey-bion | 2020-12-06 |
| | |||
* | Upgrade to krossbow 1.1.2 to fix UTF-8 bugs | joffrey-bion | 2020-12-06 |
| | |||
* | Enable actuator and prometheus metrics | joffrey-bion | 2020-12-05 |
| | |||
* | Hide more expensive transaction options by default | joffrey-bion | 2020-11-29 |
| | |||
* | Allow the COPY_GUILD ability to yield 0 points | joffrey-bion | 2020-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-bion | 2020-11-29 |
| | |||
* | Remove unrealistic transaction options | joffrey-bion | 2020-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 indication | joffrey-bion | 2020-11-29 |
| | |||
* | Trigger fatal error dialog on connection drop | joffrey-bion | 2020-11-29 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/33 | ||
* | Add fatal error dialog support | joffrey-bion | 2020-11-29 |
| | |||
* | Add support for Icon intent in bpDialog | joffrey-bion | 2020-11-29 |
| |