summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add prometheus ServiceMonitor configjoffrey-bion2021-02-13
|
* Avoid exception in test (harmless, but still)joffrey-bion2021-02-13
|
* Fix potential race in chooseNamejoffrey-bion2021-02-13
|
* Rename some client functionsjoffrey-bion2021-02-13
|
* Remove unnecessary settings paramjoffrey-bion2021-02-13
|
* Fix lighthouse card data (bonus for grey instead of yellow)joffrey-bion2021-02-12
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/121
* Fix race when bots leave gamejoffrey-bion2021-02-12
|
* Fix pulsing red (remove incorrect preparedMove field)joffrey-bion2021-02-11
|
* Fix board summaries (again!)joffrey-bion2021-02-11
|
* Fix closed issues workflowjoffrey-bion2021-02-11
|
* Make screen pulse red when everyone is waitingjoffrey-bion2021-02-11
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/109
* Fix text inputsjoffrey-bion2021-02-11
|
* Fix some browser navigation pathsjoffrey-bion2021-02-10
| | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/60
* Fix null value in input groupjoffrey-bion2021-02-10
|
* Properly clean redux state when leaving a gamejoffrey-bion2021-02-10
|
* Update JVM target to 15joffrey-bion2021-02-10
|
* Upgrade to Kotlin 1.4.30joffrey-bion2021-02-10
|
* Add proper name for checkout step on CIjoffrey-bion2021-02-10
|
* Add CI on non-main branchesjoffrey-bion2021-02-10
|
* Align coroutines versionjoffrey-bion2021-02-10
|
* Avoid discord notification for duplicatesjoffrey-bion2021-02-10
|
* Clean unnecessary paramjoffrey-bion2021-02-10
|
* Cleanup experimental annotationsjoffrey-bion2021-02-10
|
* Better connection logsjoffrey-bion2021-02-10
|
* Properly start/stop sagas when using browser navigationjoffrey-bion2021-02-10
| | | | | | | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/116 Related: https://github.com/joffrey-bion/seven-wonders/issues/114 Related: https://github.com/joffrey-bion/seven-wonders/issues/60
* Bring wonder to the foreground on hoverjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/99
* Show full table card on hoverjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/115
* Fix lobby state updates in game browserjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/97
* Clean games when all humans have leftjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/113
* Improve discord notificationsjoffrey-bion2021-02-10
|
* Remove key binding for name generationjoffrey-bion2021-02-10
| | | | | | | This conflicts with usernames containing R Resolves: https://github.com/joffrey-bion/seven-wonders/issues/112
* Show all cards as playable when special free card abilityjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/110
* Fix non-neighbour boards orderjoffrey-bion2021-02-10
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/106
* Add key binding for random name generationjoffrey-bion2021-02-09
|
* Add random username generationjoffrey-bion2021-02-09
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/95
* Improve "join" tooltip for FINISHED gamesjoffrey-bion2021-02-09
|
* Add deployment notifications for discordjoffrey-bion2021-02-09
|
* Fix discord message payloadjoffrey-bion2021-02-09
|
* Add closed issues workflow to send discord notifsjoffrey-bion2021-02-09
|
* Add rollback workflowjoffrey-bion2021-02-09
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/91
* Improve error message in GameBrowserControllerjoffrey-bion2021-02-09
|
* Add disconnection listener to cleanup lobbies/gamesjoffrey-bion2021-02-09
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/94
* Rename find->get to imply non-null checkjoffrey-bion2021-02-09
|
* Fix bot loggerjoffrey-bion2021-02-09
|
* Replace heroku badge with website online badgeJoffrey Bion2021-02-09
|
* Change URL to HTTPSJoffrey Bion2021-02-09
|
* Add Kotlinx Serialization converter for HTTP traffic (correctly)joffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87
* Revert "Add Kotlinx Serialization converter for HTTP traffic"joffrey-bion2021-02-08
| | | | This reverts commit 4f315bd4
* Remove unnecessary image input in AssignedWonderjoffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/88
* Add Kotlinx Serialization converter for HTTP trafficjoffrey-bion2021-02-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87
bgstack15