summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Fix lobby updatesJoffrey Bion2020-03-27
|
* Rework sagas and router to sub/unsubscribe properlyJoffrey Bion2020-03-27
|
* Use plain redux compose when devtools not presentJoffrey Bion2020-03-27
|
* Remove gameId parameter for the game scene routeJoffrey Bion2020-03-27
|
* Properly unsubscribe from server in GameBrowser sagasJoffrey Bion2020-03-27
|
* Add more functions to sagas frameworkJoffrey Bion2020-03-27
|
* Rename Utils to ReactUtils to allow for other UtilsJoffrey Bion2020-03-27
|
* Migrate @UseExperimental to @OptInJoffrey Bion2020-03-27
|
* Fix krossbow common artifactJoffrey Bion2020-03-27
|
* Add maven repo to fix temporary jcenter sync issuesJoffrey Bion2020-03-27
|
* Rename Game to GameScene to reflect component nameJoffrey Bion2020-03-25
|
* Get joinability/startability info from server with reasonJoffrey Bion2020-03-24
|
* Rename connect to connectStateAndDispatch to avoid conflictsJoffrey Bion2020-03-24
|
* Add blueprint NonIdealStateJoffrey Bion2020-03-24
|
* Enable redux dev toolsJoffrey Bion2020-03-24
|
* Reorganize reducers to fix game start buttonJoffrey Bion2020-03-23
|
* Remove hardcoded min players in Lobby componentJoffrey Bion2020-03-23
|
* Add whether game can be started in LobbyDTOJoffrey Bion2020-03-23
|
* Insignificant cleanupJoffrey Bion2020-03-23
|
* Add player infoJoffrey Bion2020-03-23
|
* Migrate game browser to blueprint componentsJoffrey Bion2020-03-22
|
* Fix home refresh on enter keyJoffrey Bion2020-03-22
|
* Fix player order by adding placeholders before shiftingJoffrey Bion2020-03-22
|
* Fix radial math to account for reversed Y axisJoffrey Bion2020-03-22
|
* FIx lobby items alignmentJoffrey Bion2020-03-22
|
* Remove unnecessary semi-colonJoffrey Bion2020-03-22
|
* Add blueprint externals and migrateJoffrey Bion2020-03-22
|
* Add TODOs for replacing blueprintjs componentsJoffrey Bion2020-03-21
|
* Improve GameList conversion from TypeScriptJoffrey Bion2020-03-21
|
* Convert Lobby from TypeScript reactJoffrey Bion2020-03-21
|
* Create basic components for game listJoffrey Bion2020-03-20
|
* Add router push where needed in sagasJoffrey Bion2020-03-19
|
* Upgrade react wrappers to pre.93-kotlin-1.3.70 and react 16.13.0Joffrey Bion2020-03-19
|
* Upgrade to Kotlin 1.3.70Joffrey Bion2020-03-19
|
bgstack15