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-server
Commit message (
Collapse
)
Author
Age
*
Fix imports and tests
Joffrey Bion
2020-05-31
|
*
Simplify settings and allow choosing wonders
Joffrey Bion
2020-05-31
|
*
Fix imports in GameController.kt
Joffrey Bion
2020-05-26
|
*
Fix race condition bewteen next turn and prepared move
Joffrey Bion
2020-05-26
|
|
|
|
|
Resolves: https://github.com/joffrey-bion/seven-wonders/issues/24
*
Add more debug traces to tests
Joffrey Bion
2020-05-25
|
*
Increase test timeout to make sure it's not about time
Joffrey Bion
2020-05-25
|
*
Cleanup imports
Joffrey Bion
2020-05-24
|
*
Dockerize server
Joffrey Bion
2020-05-24
|
*
Further simplify injection
Joffrey Bion
2020-05-24
|
*
Simplify injection and fix tests
Joffrey Bion
2020-05-24
|
*
Remove hardcoded port in bot
Joffrey Bion
2020-05-24
|
*
Attempt at fixing mixed content ws call
Joffrey Bion
2020-05-24
|
*
Add "leave game" feature for end of game
Joffrey Bion
2020-05-23
|
*
Use shared constant for ws endpoint
Joffrey Bion
2020-05-22
|
*
Add debug statements
Joffrey Bion
2020-05-22
|
*
Increase test timeout
Joffrey Bion
2020-05-21
|
*
Allow custom player icons
Joffrey Bion
2020-05-21
|
*
Fix SW client "request"
Joffrey Bion
2020-05-21
|
*
Move unused resources from server to archive
Joffrey Bion
2020-05-17
|
*
Fix static inclusion from frontend
Joffrey Bion
2020-05-17
|
*
Cleanup SW test
Joffrey Bion
2020-05-16
|
*
Make Lobby/player repository more thread safe
Joffrey Bion
2020-05-15
|
*
Add dumb bots feature
Joffrey Bion
2020-05-15
|
*
Upgrade to krossbow 0.20.1 (migrate to flows)
Joffrey Bion
2020-05-12
|
*
Remove unnecessary withTimeout() calls in tests
Joffrey Bion
2020-04-16
|
*
Add "leave lobby" button
Joffrey Bion
2020-04-08
|
|
|
|
|
Resolves: https://github.com/joffrey-bion/seven-wonders/issues/8
*
Fix tests
Joffrey Bion
2020-04-08
|
*
Enable ktlint on sw-ui
Joffrey Bion
2020-04-08
|
*
Fix server project's dependency
Joffrey Bion
2020-04-07
|
*
Add a way to "unprepare" a move
Joffrey Bion
2020-04-04
|
*
Hide currently prepared card from hand
Joffrey Bion
2020-04-01
|
*
Send turn info without hands when entering game
Joffrey Bion
2020-03-30
|
*
Fix duplicated inconsistent state
Joffrey Bion
2020-03-29
|
*
Improve state updates for turn info
Joffrey Bion
2020-03-28
|
*
Rename isUser to isMe for clarity
Joffrey Bion
2020-03-27
|
*
Fix server URL in tests
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
|
*
Get joinability/startability info from server with reason
Joffrey Bion
2020-03-24
|
*
Add whether game can be started in LobbyDTO
Joffrey Bion
2020-03-23
|
*
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
|
*
Make the server embed the new Kotlin frontend
joffrey-bion
2020-01-05
|
*
Fix server URL in react frontend
joffrey-bion
2020-01-05
|
*
WIP sagas
Joffrey Bion
2019-10-22
|
*
Create multiplatform SevenWondersClient based on Krossbow
Joffrey BION
2019-07-08
|
*
Allow any client to use the websocket API
jbion
2019-06-13
|
*
Remove unnecessary Resources deserializer in test JacksonMapper
Joffrey BION
2019-05-31
|
[next]
bgstack15