summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove unnecessary module-level opt-insJoffrey Bion2021-09-08
| | | | The declaration at the root does work for multiplatform projects
* OptIn GlobalScope usages in JS testsJoffrey Bion2021-09-08
|
* OptIn GlobalScope usage in SagasFrameworkJoffrey Bion2021-09-08
|
* Remove usages of deprecated route extensionsJoffrey Bion2021-09-08
|
* Opt-in delicate GlobalScope in UI rootJoffrey Bion2021-09-07
|
* Replace deprecated icon sizesJoffrey Bion2021-09-07
|
* Remove unnecessary setup-qemu actionJoffrey Bion2021-09-07
|
* Upgrade ktlint plugin to 10.1.0Joffrey Bion2021-09-07
|
* Remove GlobalScope usage in LobbyControllerJoffrey Bion2021-09-07
|
* Cleanup test dependencies thanks to Kotlin 1.5Joffrey Bion2021-09-07
|
* Cleanup kotlin wrapper dependenciesJoffrey Bion2021-09-07
|
* Workaround "process is not defined" due to blueprintjs bugJoffrey Bion2021-09-07
| | | | See: https://github.com/palantir/blueprint/issues/3739
* Upgrade BlueprintJS and wrappersJoffrey Bion2021-09-07
|
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
|
* Use JDK 15 because of Gradle issue on 16Joffrey Bion2021-09-06
| | | | Related: https://github.com/gradle/gradle/issues/17493
* Re-enable ci buildJoffrey Bion2021-09-06
|
* Migrate to gradle-cache-actionJoffrey Bion2021-09-06
|
* Add maven central repository to avoid issues with new versionsJoffrey Bion2021-09-06
|
* Extract common dependency versions to versions catalogJoffrey Bion2021-09-06
|
* Upgrade Gradle wrapper to 7.2Joffrey Bion2021-09-06
|
* Bump Ilshidur/action-discord from 0.3.0 to 0.3.2dependabot[bot]2021-08-12
| | | | | | | | | | | | | | Bumps [Ilshidur/action-discord](https://github.com/Ilshidur/action-discord) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/Ilshidur/action-discord/releases) - [Commits](https://github.com/Ilshidur/action-discord/compare/0.3.0...0.3.2) --- updated-dependencies: - dependency-name: Ilshidur/action-discord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Rename container registry token env varJoffrey Bion2021-07-27
|
* Make deployment manualJoffrey Bion2021-07-27
|
* Use ordinals for score ranksJoffrey Bion2021-06-19
|
* Fix ex-aequo ranksJoffrey Bion2021-06-19
| | | | | | | When 2 players are ex-aequo, the rank of the next player is still supposed to take into account the 2 players in front of thim. So if 2 players are 2nd ex-aequo, the next guy is supposed to be 4th, not 3rd.
* Upgrade setup-java Github action to v2joffrey-bion2021-04-12
|
* Upgrade Gradle wrapper to 7.0joffrey-bion2021-04-12
|
* Extract blueprintjs to an independent libraryJoffrey Bion2021-04-04
|
* Upgrade JS wrapper libraries & repositoriesJoffrey Bion2021-04-04
|
* Move bot timeout metric before disconnect() call (in case of failure)Joffrey Bion2021-03-14
|
* Better metrics for connected playersJoffrey Bion2021-03-14
|
* Unify game eventsJoffrey Bion2021-03-09
|
* Upgrade ktlintJoffrey Bion2021-03-08
|
* Remove lobby ID from leave actionJoffrey Bion2021-03-08
|
* Make turnInfo generic in its action typeJoffrey Bion2021-03-08
|
* Make SayReady action an objectJoffrey Bion2021-03-08
|
* Move GameState to the clientJoffrey Bion2021-03-08
|
* Fix empty guilds checkJoffrey Bion2021-02-28
|
* Improved stateJoffrey Bion2021-02-24
|
* Remove unnecessary flex style from selfBoardSummaryJoffrey Bion2021-02-24
|
* Move transaction selector state from redux to component stateJoffrey Bion2021-02-23
|
* Add highlight for built wonder levelsJoffrey Bion2021-02-23
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/111
* Add comment for public element that shouldn't beJoffrey Bion2021-02-23
|
* Use proper sealed class for TurnActionsJoffrey Bion2021-02-23
|
* Cleanup self board summaryJoffrey Bion2021-02-23
|
* Funnel game events into a single client subscriptionJoffrey Bion2021-02-23
|
* Fix player re-order animationJoffrey Bion2021-02-22
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/129
* Clarify lobby table nameJoffrey Bion2021-02-22
|
* Cleanup radial player listJoffrey Bion2021-02-22
|
* Add bot namesJoffrey Bion2021-02-21
|
bgstack15