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
/
src
/
main
/
kotlin
/
org
/
luxons
/
sevenwonders
Commit message (
Expand
)
Author
Age
*
Upgrade Spring to 3.1.1
Joffrey Bion
2023-07-05
*
Upgrade to Spring Boot 3.0
Joffrey Bion
2023-04-30
*
Upgrade to Kotlin 1.7
Joffrey Bion
2022-07-03
*
Upgrade Spring boot to 2.7.1
Joffrey Bion
2022-07-03
*
Upgrade to Kotlin 1.6.0 and JDK 17
Joffrey Bion
2021-11-18
*
Remove GlobalScope usage in LobbyController
Joffrey Bion
2021-09-07
*
Upgrade Kotlin, Kotlin/React, and Krossbow versions
Joffrey Bion
2021-09-07
*
Move bot timeout metric before disconnect() call (in case of failure)
Joffrey Bion
2021-03-14
*
Better metrics for connected players
Joffrey Bion
2021-03-14
*
Unify game events
Joffrey Bion
2021-03-09
*
Use proper sealed class for TurnActions
Joffrey Bion
2021-02-23
*
Funnel game events into a single client subscription
Joffrey Bion
2021-02-23
*
Attempt at better "instance" variable for metrics
joffrey-bion
2021-02-17
*
Use automatic sayReady call to synchronize STOMP subscriptions before first turn
joffrey-bion
2021-02-17
*
Ensure disconnected players are removed
joffrey-bion
2021-02-16
*
Add basic metrics
joffrey-bion
2021-02-16
*
Rename 'application' label of Prometheus exported metrics to match a more Kub...
Titouan BION
2021-02-13
*
Add metrics labels for default Spring Boot grafana board
joffrey-bion
2021-02-13
*
Properly clean redux state when leaving a game
joffrey-bion
2021-02-10
*
Cleanup experimental annotations
joffrey-bion
2021-02-10
*
Fix lobby state updates in game browser
joffrey-bion
2021-02-10
*
Clean games when all humans have left
joffrey-bion
2021-02-10
*
Improve error message in GameBrowserController
joffrey-bion
2021-02-09
*
Add disconnection listener to cleanup lobbies/games
joffrey-bion
2021-02-09
*
Rename find->get to imply non-null check
joffrey-bion
2021-02-09
*
Add Kotlinx Serialization converter for HTTP traffic (correctly)
joffrey-bion
2021-02-08
*
Revert "Add Kotlinx Serialization converter for HTTP traffic"
joffrey-bion
2021-02-08
*
Remove unnecessary image input in AssignedWonder
joffrey-bion
2021-02-08
*
Add Kotlinx Serialization converter for HTTP traffic
joffrey-bion
2021-02-08
*
Cleanup web socket config
joffrey-bion
2021-02-08
*
Add auto-game with bots only
joffrey-bion
2021-02-03
*
Move prepareMove log before the actual preparation
joffrey-bion
2021-02-02
*
Only transfer ownership to humans
joffrey-bion
2020-12-13
*
Improve synchronization in GameController
joffrey-bion
2020-12-13
*
Improve logs
joffrey-bion
2020-12-12
*
Fix race conditions for game start and tests
joffrey-bion
2020-12-12
*
Delete game at the end of a game
joffrey-bion
2020-12-12
*
Add checks for race conditions
joffrey-bion
2020-12-12
*
Make ready button optional (server side)
joffrey-bion
2020-12-12
*
Allow owner to leave/disband the game
joffrey-bion
2020-12-11
*
Fix ready state for players
joffrey-bion
2020-12-08
*
Use Kotlinx Serialization in Spring Boot instead of Jackson
joffrey-bion
2020-11-27
*
Remove unnecessary Livedoc (Kotlin MPP makes it redundant)
joffrey-bion
2020-10-31
*
Format with trailing comma
Joffrey Bion
2020-09-08
*
Fix style & sort imports
Joffrey Bion
2020-08-20
*
Better synchronization on lobby join
Joffrey Bion
2020-07-01
*
Fix race conditions
Joffrey Bion
2020-07-01
*
Keep wonders associated to the same player when reordering players
Joffrey Bion
2020-07-01
*
Actually enable STOMP heart beats
Joffrey Bion
2020-06-02
*
Simplify settings and allow choosing wonders
Joffrey Bion
2020-05-31
[next]
bgstack15