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
Commit message (
Expand
)
Author
Age
*
Upgrade to Kotlinx Serialization 0.20.0 and Krossbow 0.10.3
Joffrey Bion
2020-03-27
*
Rename isUser to isMe for clarity
Joffrey Bion
2020-03-27
*
Fix server URL in tests
Joffrey Bion
2020-03-27
*
Add missing background image
Joffrey Bion
2020-03-27
*
Remove implicit serializers from SW Client
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
*
Add missing prepareMove method in SwClient
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
*
Fix krossbow common artifact
Joffrey Bion
2020-03-27
*
Add maven repo to fix temporary jcenter sync issues
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
*
Add whether game can be started in LobbyDTO
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 Kotlin 1.3.70
Joffrey Bion
2020-03-19
*
Upgrade to Krossbow 0.10.2 and use standard WS (not SockJS)
Joffrey Bion
2020-03-19
*
Change deprecated gradle configuration compile() to implementation()
joffrey-bion
2020-01-26
*
Upgrade to Spring Boot 2.2.4
joffrey-bion
2020-01-26
*
Add kotlinx.serialization support to common model
joffrey-bion
2020-01-23
*
Fix server URL in react frontend
joffrey-bion
2020-01-23
[next]
bgstack15