Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use proper sealed class for TurnActions | Joffrey Bion | 2021-02-23 |
| | |||
* | Cleanup self board summary | Joffrey Bion | 2021-02-23 |
| | |||
* | Funnel game events into a single client subscription | Joffrey Bion | 2021-02-23 |
| | |||
* | Fix player re-order animation | Joffrey Bion | 2021-02-22 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/129 | ||
* | Clarify lobby table name | Joffrey Bion | 2021-02-22 |
| | |||
* | Cleanup radial player list | Joffrey Bion | 2021-02-22 |
| | |||
* | Add bot names | Joffrey Bion | 2021-02-21 |
| | |||
* | Move lobby to Zeus temple background | Joffrey Bion | 2021-02-21 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/69 | ||
* | Align title level in Lobby and GameBrowser | Joffrey Bion | 2021-02-21 |
| | |||
* | Cleanup padding in GameBrowser and Lobby | Joffrey Bion | 2021-02-21 |
| | |||
* | Refactor GlobalStyles centering classes | Joffrey Bion | 2021-02-21 |
| | |||
* | Display military points on the left side of the wonder instead of over it | Titouan BION | 2021-02-21 |
| | | | | Resolves #65 | ||
* | Replace ProductionBar by self BoardSummary | Titouan BION | 2021-02-21 |
| | | | | Resolves #66 | ||
* | Rework Lobby style | Joffrey Bion | 2021-02-20 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/69 | ||
* | Rework GameBrowser style | Joffrey Bion | 2021-02-20 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/68 | ||
* | Make BpHtmlTable props extend IProps to have classNames | Joffrey Bion | 2021-02-20 |
| | |||
* | Use .let for non-ideal-state props | Joffrey Bion | 2021-02-20 |
| | |||
* | Add all bluprinjs Classes constants | Joffrey Bion | 2021-02-20 |
| | |||
* | Improve wording to avoid pronoun | Joffrey Bion | 2021-02-18 |
| | |||
* | Remove unnecessary Heroku file | Joffrey Bion | 2021-02-18 |
| | |||
* | Attempt at better "instance" variable for metrics | joffrey-bion | 2021-02-17 |
| | |||
* | Disable auto-embeds in Discord notifications | joffrey-bion | 2021-02-17 |
| | |||
* | Use automatic sayReady call to synchronize STOMP subscriptions before first turn | joffrey-bion | 2021-02-17 |
| | | | | | | | | We currently miss the preparedCard event from bots if they are too fast, because the server sends the first turn to everyone without knowing if all clients have properly subscribed to events. We now use sayReady to indicate to the server that all subscriptions have been made. | ||
* | Add prepared card indicator | joffrey-bion | 2021-02-17 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/62 | ||
* | Upgrade blueprintjs | joffrey-bion | 2021-02-17 |
| | |||
* | Add blueprintjs Spinner component | joffrey-bion | 2021-02-17 |
| | |||
* | Remove unused receiver | joffrey-bion | 2021-02-16 |
| | |||
* | Ensure disconnected players are removed | joffrey-bion | 2021-02-16 |
| | |||
* | Fix copy-guild move (points are now counted properly) | joffrey-bion | 2021-02-16 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/126 | ||
* | Fix PLAY_LAST effect at end of age (Babylon B) | joffrey-bion | 2021-02-16 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/125 | ||
* | Better naming isEmpty->areEmpty | joffrey-bion | 2021-02-16 |
| | |||
* | Add basic metrics | joffrey-bion | 2021-02-16 |
| | |||
* | Fix player icon size in GameBrowser | joffrey-bion | 2021-02-15 |
| | |||
* | Add blueprintjs's Text component | joffrey-bion | 2021-02-15 |
| | |||
* | Fix transactions selector layout | joffrey-bion | 2021-02-15 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/101 | ||
* | Ellipsize player names so that they don't grow too much | joffrey-bion | 2021-02-15 |
| | |||
* | Center player names in lobby | joffrey-bion | 2021-02-15 |
| | |||
* | Use profiles to avoid sending local logs to Loki | joffrey-bion | 2021-02-14 |
| | |||
* | Add timestamp to logs | joffrey-bion | 2021-02-14 |
| | |||
* | Cleanup monitoring config | joffrey-bion | 2021-02-14 |
| | |||
* | Add auto-deployment of all kubernetes files in kubernetes/ folder | joffrey-bion | 2021-02-14 |
| | |||
* | Add Loki logback appender to push server logs to the free cloud hosted Loki ↵ | Titouan BION | 2021-02-13 |
| | | | | instance provided by Grafana.com | ||
* | Rename 'application' label of Prometheus exported metrics to match a more ↵ | Titouan BION | 2021-02-13 |
| | | | | Kubernetes-like name convention | ||
* | Add metrics labels for default Spring Boot grafana board | joffrey-bion | 2021-02-13 |
| | | | | https://grafana.com/grafana/dashboards/6756 | ||
* | Reduce prometheus scraping period | joffrey-bion | 2021-02-13 |
| | |||
* | Add prometheus ServiceMonitor config | joffrey-bion | 2021-02-13 |
| | |||
* | Avoid exception in test (harmless, but still) | joffrey-bion | 2021-02-13 |
| | |||
* | Fix potential race in chooseName | joffrey-bion | 2021-02-13 |
| | |||
* | Rename some client functions | joffrey-bion | 2021-02-13 |
| | |||
* | Remove unnecessary settings param | joffrey-bion | 2021-02-13 |
| |