summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add heart beats to SW client to avoid disconnections on HerokuJoffrey Bion2020-05-26
|
* Add other players' board summaryJoffrey Bion2020-05-26
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/21
* Fix player positions in lobbyJoffrey Bion2020-05-26
|
* Add missing slash for alternative resourcesJoffrey Bion2020-05-25
|
* Re-enable heroku deployment from travis CIJoffrey Bion2020-05-25
|
* Add more debug traces to testsJoffrey Bion2020-05-25
|
* Attempt at heroku-deploy actionJoffrey Bion2020-05-25
|
* Attempt at fixing up StompSession.request()Joffrey Bion2020-05-25
|
* Disable heroku deployments from Travis CIJoffrey Bion2020-05-25
|
* Add docker push to HerokuJoffrey Bion2020-05-25
|
* Increase test timeout to make sure it's not about timeJoffrey Bion2020-05-25
|
* Fix docker image nameJoffrey Bion2020-05-25
|
* Cleanup importsJoffrey Bion2020-05-24
|
* Dockerize serverJoffrey Bion2020-05-24
|
* Further simplify injectionJoffrey Bion2020-05-24
|
* Simplify injection and fix testsJoffrey Bion2020-05-24
|
* Make heroku use JRE 11Joffrey Bion2020-05-24
|
* Remove hardcoded port in botJoffrey Bion2020-05-24
|
* Attempt at fixing mixed content ws callJoffrey Bion2020-05-24
|
* Keep card visible when used to upgrade wonderJoffrey Bion2020-05-24
|
* Add hand rotation irection indicatorJoffrey Bion2020-05-24
|
* Add built wonder stage (cards below wonder)Joffrey Bion2020-05-23
|
* Fix wonder default transactionsJoffrey Bion2020-05-23
|
* Fix production hostJoffrey Bion2020-05-23
|
* Fix code styleJoffrey Bion2020-05-23
|
* Fix score board backgroundJoffrey Bion2020-05-23
|
* Add "leave game" feature for end of gameJoffrey Bion2020-05-23
|
* Add score board UI at end of gameJoffrey Bion2020-05-23
|
* Play default cheapest transactionsJoffrey Bion2020-05-23
|
* Remove bot delays for joining the gameJoffrey Bion2020-05-22
|
* Use shared constant for ws endpointJoffrey Bion2020-05-22
|
* Add debug statementsJoffrey Bion2020-05-22
|
* Fix transparency of callout component by wrapping in cardJoffrey Bion2020-05-22
|
* Upgrade Kotlin, react, and blueprintjs versionsJoffrey Bion2020-05-22
|
* Move sayReadyButton declaration to a more logical spotJoffrey Bion2020-05-22
|
* Add BP card componentJoffrey Bion2020-05-22
|
* Use callout component for action text (info bubble)Joffrey Bion2020-05-22
|
* Add callout componentJoffrey Bion2020-05-22
|
* Replace error message with non-ideal-stateJoffrey Bion2020-05-22
|
* Add non ideal state overload with String for titleJoffrey Bion2020-05-22
|
* Split blueprintjs declarations into multiple filesJoffrey Bion2020-05-21
|
* Move externals to relevant packagesJoffrey Bion2020-05-21
|
* Add player icon in player infoJoffrey Bion2020-05-21
|
* Increase test timeoutJoffrey Bion2020-05-21
|
* Allow custom player iconsJoffrey Bion2020-05-21
|
* Prevent bots with already used namesJoffrey Bion2020-05-21
|
* Fix game background image pathJoffrey Bion2020-05-21
|
* Connect to correct port based on dev/prod buildJoffrey Bion2020-05-21
|
* Fix SW client "request"Joffrey Bion2020-05-21
|
* Fix background->backgrounds pathJoffrey Bion2020-05-21
|
bgstack15