index
:
seven-wonders
favicon
main
(obsolete) my fork of github.com/hildan/seven-wonders
bgstack15
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sw-ui-kt
Commit message (
Expand
)
Author
Age
*
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
*
Create basic components for game list
Joffrey Bion
2020-03-20
*
Add router push where needed in sagas
Joffrey Bion
2020-03-19
*
Upgrade react wrappers to pre.93-kotlin-1.3.70 and react 16.13.0
Joffrey Bion
2020-03-19
*
Upgrade to Krossbow 0.10.2 and use standard WS (not SockJS)
Joffrey Bion
2020-03-19
*
Fix server URL in react frontend
joffrey-bion
2020-01-23
*
WIP ChooseNameForm fix
joffrey-bion
2020-01-05
*
Replace all configuration by useCommonJs()
joffrey-bion
2020-01-05
[next]
bgstack15