summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add github actions buildJoffrey Bion2020-05-18
* Move unused resources from server to archiveJoffrey Bion2020-05-17
* Reorg image paths and move unused to archiveJoffrey Bion2020-05-17
* Fix static inclusion from frontendJoffrey Bion2020-05-17
* Upgrade krossbow to 0.20.3Joffrey Bion2020-05-16
* Cleanup SW testJoffrey Bion2020-05-16
* Add visuals for discard and wonder upgrade movesJoffrey Bion2020-05-15
* Add card back componentJoffrey Bion2020-05-15
* Upgrade to krossbow 0.20.2Joffrey Bion2020-05-15
* Add player index in scoreboardJoffrey Bion2020-05-15
* Make Lobby/player repository more thread safeJoffrey Bion2020-05-15
* Fix polymorphic serializationJoffrey Bion2020-05-15
* Add dumb bots featureJoffrey Bion2020-05-15
* Send score at end of gameJoffrey Bion2020-05-15
* Clean upJoffrey Bion2020-05-15
* Upgrade to krossbow 0.20.1 (migrate to flows)Joffrey Bion2020-05-12
* Move score to common model (to enable passing it to client)Joffrey Bion2020-05-12
* Move tests to their proper placeJoffrey Bion2020-05-12
* Use start UNDISPATCHED intead of yield after launchJoffrey Bion2020-05-12
* Fix path for lobby/updateSettingsJoffrey Bion2020-04-16
* Remove personal bintray repo now that jcenter sync worksJoffrey Bion2020-04-16
* Remove unnecessary withTimeout() calls in testsJoffrey Bion2020-04-16
* Add "leave lobby" buttonJoffrey Bion2020-04-08
* Fix testsJoffrey Bion2020-04-08
* Enable ktlint on sw-uiJoffrey Bion2020-04-08
* Delete unnecessary bettercodehub configJoffrey Bion2020-04-07
* Fix server project's dependencyJoffrey Bion2020-04-07
* Write doc about Kotlin React migration.Joffrey Bion2020-04-07
* Delete old React/TypeScript UIJoffrey Bion2020-04-06
* Refactoring in GameScene.ktJoffrey Bion2020-04-04
* Add UI for prepared move and cancellationJoffrey Bion2020-04-04
* Add a way to "unprepare" a moveJoffrey Bion2020-04-04
* Add blueprintjs Overlay componentJoffrey Bion2020-04-04
* Hide currently prepared card from handJoffrey Bion2020-04-01
* Remove manual LinearDimension invocationJoffrey Bion2020-04-01
* Fix coroutines/saga cancellationJoffrey Bion2020-03-30
* Minor cleanupJoffrey Bion2020-03-30
* Send turn info without hands when entering gameJoffrey Bion2020-03-30
* Rename GameState -> TableStateJoffrey Bion2020-03-29
* Fix duplicated inconsistent stateJoffrey Bion2020-03-29
* Ensure error saga starts firstJoffrey Bion2020-03-29
* Simplify redux stateJoffrey Bion2020-03-29
* Improve state updates for turn infoJoffrey Bion2020-03-28
* Improve blueprint helpersJoffrey Bion2020-03-28
bgstack15