summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/8
* 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
| | | | | It seems channel.cancel() within the loop didn't really cancel. Somehow also the sagasmanager's actions broadcastchannel filled up and blocked all actions from being processed.
* 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
|
* CleanupJoffrey Bion2020-03-28
|
* Add log to detect end of game sagaJoffrey Bion2020-03-28
|
* Fix table updatesJoffrey Bion2020-03-28
|
* Add highlight for "just played" cardsJoffrey Bion2020-03-28
|
* Add hand componentsJoffrey Bion2020-03-28
|
* Add board componentsJoffrey Bion2020-03-27
|
* Clean unused commented CSSJoffrey Bion2020-03-27
|
* Move settings.gradle to KotlinJoffrey Bion2020-03-27
|
* Add alternative (higher res) background imagesJoffrey Bion2020-03-27
|
* Upgrade to Kotlin 1.3.71Joffrey Bion2020-03-27
|
* Upgrade to Kotlinx Serialization 0.20.0 and Krossbow 0.10.3Joffrey Bion2020-03-27
|
* Rename isUser to isMe for clarityJoffrey Bion2020-03-27
|
* Fix server URL in testsJoffrey Bion2020-03-27
|
* Add missing background imageJoffrey Bion2020-03-27
|
* Remove implicit serializers from SW ClientJoffrey Bion2020-03-27
|
* Remove game started check from game sagaJoffrey Bion2020-03-27
| | | | The game hasn't started until people said ready.
* Fix awaitFirst (crashes when inlined)Joffrey Bion2020-03-27
|
* Add sagas and components for game sceneJoffrey Bion2020-03-27
|
* Add error handling saga printing errors in consoleJoffrey Bion2020-03-27
|
* Add missing prepareMove method in SwClientJoffrey Bion2020-03-27
|
* Rename action classes for consistencyJoffrey Bion2020-03-27
|
bgstack15