summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix production alternative duplicatesJoffrey Bion2020-05-28
* Clarify message for unavailable resourcesJoffrey Bion2020-05-28
* Fix Olympia wonder effect declarationJoffrey Bion2020-05-28
* Add UI support for playing discarded cardsJoffrey Bion2020-05-28
* Add server-side support for PLAY_FREE_DISCARDED special abilityJoffrey Bion2020-05-28
* Rename discardHand to clearHand for clarityJoffrey Bion2020-05-27
* Remove ugly emoji from READMEJoffrey Bion2020-05-27
* Clean unnecessary @ThrowsJoffrey Bion2020-05-27
* Update development status in READMEJoffrey Bion2020-05-27
* Remove useless z-indexJoffrey Bion2020-05-27
* Fix coin icon z-indexJoffrey Bion2020-05-27
* Fix stylejoffrey-bion2020-05-26
* Upgrade gradle wrapperjoffrey-bion2020-05-26
* Add coin icon to buttons when they imply a costJoffrey Bion2020-05-26
* Fix imports in GameController.ktJoffrey Bion2020-05-26
* Add price info in hand button titleJoffrey Bion2020-05-26
* Improve "say ready" messageJoffrey Bion2020-05-26
* Fix race condition bewteen next turn and prepared moveJoffrey Bion2020-05-26
* Make bots explore more by choosing random cards instead of firstJoffrey Bion2020-05-26
* Simplify board summary's codeJoffrey Bion2020-05-26
* Add heart beats to SW client to avoid disconnections on HerokuJoffrey Bion2020-05-26
* Add other players' board summaryJoffrey Bion2020-05-26
* 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
bgstack15