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
*
Write doc about Kotlin React migration.
Joffrey Bion
2020-04-07
*
Delete old React/TypeScript UI
Joffrey Bion
2020-04-06
*
Refactoring in GameScene.kt
Joffrey Bion
2020-04-04
*
Add UI for prepared move and cancellation
Joffrey Bion
2020-04-04
*
Add a way to "unprepare" a move
Joffrey Bion
2020-04-04
*
Add blueprintjs Overlay component
Joffrey Bion
2020-04-04
*
Hide currently prepared card from hand
Joffrey Bion
2020-04-01
*
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
*
Rename GameState -> TableState
Joffrey Bion
2020-03-29
*
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
*
Cleanup
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
*
Move settings.gradle to Kotlin
Joffrey Bion
2020-03-27
*
Add alternative (higher res) background images
Joffrey Bion
2020-03-27
*
Upgrade to Kotlin 1.3.71
Joffrey Bion
2020-03-27
*
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
[next]
bgstack15