| Commit message (Expand) | Author | Age |
* | Remove manual LinearDimension invocation | Joffrey Bion | 2020-04-01 |
* | Fix coroutines/saga cancellation | Joffrey Bion | 2020-03-30 |
* | Minor cleanup | Joffrey Bion | 2020-03-30 |
* | Send turn info without hands when entering game | Joffrey Bion | 2020-03-30 |
* | Fix duplicated inconsistent state | Joffrey Bion | 2020-03-29 |
* | Ensure error saga starts first | Joffrey Bion | 2020-03-29 |
* | Simplify redux state | Joffrey Bion | 2020-03-29 |
* | Improve state updates for turn info | Joffrey Bion | 2020-03-28 |
* | Improve blueprint helpers | Joffrey Bion | 2020-03-28 |
* | Add log to detect end of game saga | Joffrey Bion | 2020-03-28 |
* | Fix table updates | Joffrey Bion | 2020-03-28 |
* | Add highlight for "just played" cards | Joffrey Bion | 2020-03-28 |
* | Add hand components | Joffrey Bion | 2020-03-28 |
* | Add board components | Joffrey Bion | 2020-03-27 |
* | Clean unused commented CSS | Joffrey Bion | 2020-03-27 |
* | Add alternative (higher res) background images | Joffrey Bion | 2020-03-27 |
* | Rename isUser to isMe for clarity | Joffrey Bion | 2020-03-27 |
* | Add missing background image | Joffrey Bion | 2020-03-27 |
* | Remove game started check from game saga | Joffrey Bion | 2020-03-27 |
* | Fix awaitFirst (crashes when inlined) | Joffrey Bion | 2020-03-27 |
* | Add sagas and components for game scene | Joffrey Bion | 2020-03-27 |
* | Add error handling saga printing errors in console | Joffrey Bion | 2020-03-27 |
* | Rename action classes for consistency | Joffrey Bion | 2020-03-27 |
* | Fix lobby updates | Joffrey Bion | 2020-03-27 |
* | Rework sagas and router to sub/unsubscribe properly | Joffrey Bion | 2020-03-27 |
* | Use plain redux compose when devtools not present | Joffrey Bion | 2020-03-27 |
* | Remove gameId parameter for the game scene route | Joffrey Bion | 2020-03-27 |
* | Properly unsubscribe from server in GameBrowser sagas | Joffrey Bion | 2020-03-27 |
* | Add more functions to sagas framework | Joffrey Bion | 2020-03-27 |
* | Rename Utils to ReactUtils to allow for other Utils | Joffrey Bion | 2020-03-27 |
* | Migrate @UseExperimental to @OptIn | Joffrey Bion | 2020-03-27 |
* | Rename Game to GameScene to reflect component name | Joffrey Bion | 2020-03-25 |
* | Get joinability/startability info from server with reason | Joffrey Bion | 2020-03-24 |
* | Rename connect to connectStateAndDispatch to avoid conflicts | Joffrey Bion | 2020-03-24 |
* | Add blueprint NonIdealState | Joffrey Bion | 2020-03-24 |
* | Enable redux dev tools | Joffrey Bion | 2020-03-24 |
* | Reorganize reducers to fix game start button | Joffrey Bion | 2020-03-23 |
* | Remove hardcoded min players in Lobby component | Joffrey Bion | 2020-03-23 |
* | Insignificant cleanup | Joffrey Bion | 2020-03-23 |
* | Add player info | Joffrey Bion | 2020-03-23 |
* | Migrate game browser to blueprint components | Joffrey Bion | 2020-03-22 |
* | Fix home refresh on enter key | Joffrey Bion | 2020-03-22 |
* | Fix player order by adding placeholders before shifting | Joffrey Bion | 2020-03-22 |
* | Fix radial math to account for reversed Y axis | Joffrey Bion | 2020-03-22 |
* | FIx lobby items alignment | Joffrey Bion | 2020-03-22 |
* | Remove unnecessary semi-colon | Joffrey Bion | 2020-03-22 |
* | Add blueprint externals and migrate | Joffrey Bion | 2020-03-22 |
* | Add TODOs for replacing blueprintjs components | Joffrey Bion | 2020-03-21 |
* | Improve GameList conversion from TypeScript | Joffrey Bion | 2020-03-21 |
* | Convert Lobby from TypeScript react | Joffrey Bion | 2020-03-21 |