Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Add screenshots to README | Joffrey Bion | 2020-08-09 |
| | |||
* | Add screenshots in doc folder | Joffrey Bion | 2020-07-31 |
| | |||
* | Rename sidebar -> setup panel | Joffrey Bion | 2020-07-01 |
| | |||
* | Extract papyrus background style | Joffrey Bion | 2020-07-01 |
| | |||
* | Add setup sidebar to choose wonder sides | Joffrey Bion | 2020-07-01 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/35 | ||
* | Use font from CDN instead of relying on "fantasy" | Joffrey Bion | 2020-07-01 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/34 | ||
* | Better synchronization on lobby join | Joffrey Bion | 2020-07-01 |
| | |||
* | Fix race conditions | Joffrey Bion | 2020-07-01 |
| | |||
* | Use correct keys in player list to allow animations on reorder | Joffrey Bion | 2020-07-01 |
| | |||
* | Keep wonders associated to the same player when reordering players | Joffrey Bion | 2020-07-01 |
| | |||
* | Fix style | Joffrey Bion | 2020-07-01 |
| | |||
* | Add buttons to randomly reassign wonders and reorder players | Joffrey Bion | 2020-07-01 |
| | |||
* | Widen heart beats margin to prevent failures in slow servers | Joffrey Bion | 2020-06-15 |
| | | | | | Heroku's cold start may introduce a longer delay for the initial heart beat. Detecting the connection drop in 20s is ok. | ||
* | Cleanup | Joffrey Bion | 2020-06-02 |
| | |||
* | Actually enable STOMP heart beats | Joffrey Bion | 2020-06-02 |
| | |||
* | Update README with latest added features | Joffrey Bion | 2020-06-02 |
| | |||
* | Add comment for box shadow override | Joffrey Bion | 2020-06-02 |
| | |||
* | Add full board preview | Joffrey Bion | 2020-06-02 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/22 | ||
* | Add blueprintjs Popover | Joffrey Bion | 2020-06-02 |
| | |||
* | Remove useless createElement | Joffrey Bion | 2020-06-02 |
| | |||
* | Add title on hand rotation direction | Joffrey Bion | 2020-06-02 |
| | |||
* | Extract board summaries function | Joffrey Bion | 2020-06-02 |
| | |||
* | Simplify board summary using BP's divider | Joffrey Bion | 2020-06-02 |
| |