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
*
Add UI support for playing discarded cards
Joffrey Bion
2020-05-28
*
Add server-side support for PLAY_FREE_DISCARDED special ability
Joffrey Bion
2020-05-28
*
Rename discardHand to clearHand for clarity
Joffrey Bion
2020-05-27
*
Remove ugly emoji from README
Joffrey Bion
2020-05-27
*
Clean unnecessary @Throws
Joffrey Bion
2020-05-27
*
Update development status in README
Joffrey Bion
2020-05-27
*
Remove useless z-index
Joffrey Bion
2020-05-27
*
Fix coin icon z-index
Joffrey Bion
2020-05-27
*
Fix style
joffrey-bion
2020-05-26
*
Upgrade gradle wrapper
joffrey-bion
2020-05-26
*
Add coin icon to buttons when they imply a cost
Joffrey Bion
2020-05-26
*
Fix imports in GameController.kt
Joffrey Bion
2020-05-26
*
Add price info in hand button title
Joffrey Bion
2020-05-26
*
Improve "say ready" message
Joffrey Bion
2020-05-26
*
Fix race condition bewteen next turn and prepared move
Joffrey Bion
2020-05-26
*
Make bots explore more by choosing random cards instead of first
Joffrey Bion
2020-05-26
*
Simplify board summary's code
Joffrey Bion
2020-05-26
*
Add heart beats to SW client to avoid disconnections on Heroku
Joffrey Bion
2020-05-26
*
Add other players' board summary
Joffrey Bion
2020-05-26
*
Fix player positions in lobby
Joffrey Bion
2020-05-26
*
Add missing slash for alternative resources
Joffrey Bion
2020-05-25
*
Re-enable heroku deployment from travis CI
Joffrey Bion
2020-05-25
*
Add more debug traces to tests
Joffrey Bion
2020-05-25
*
Attempt at heroku-deploy action
Joffrey Bion
2020-05-25
*
Attempt at fixing up StompSession.request()
Joffrey Bion
2020-05-25
*
Disable heroku deployments from Travis CI
Joffrey Bion
2020-05-25
*
Add docker push to Heroku
Joffrey Bion
2020-05-25
*
Increase test timeout to make sure it's not about time
Joffrey Bion
2020-05-25
*
Fix docker image name
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
*
Make heroku use JRE 11
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
*
Keep card visible when used to upgrade wonder
Joffrey Bion
2020-05-24
*
Add hand rotation irection indicator
Joffrey Bion
2020-05-24
*
Add built wonder stage (cards below wonder)
Joffrey Bion
2020-05-23
*
Fix wonder default transactions
Joffrey Bion
2020-05-23
*
Fix production host
Joffrey Bion
2020-05-23
*
Fix code style
Joffrey Bion
2020-05-23
*
Fix score board background
Joffrey Bion
2020-05-23
*
Add "leave game" feature for end of game
Joffrey Bion
2020-05-23
*
Add score board UI at end of game
Joffrey Bion
2020-05-23
*
Play default cheapest transactions
Joffrey Bion
2020-05-23
*
Remove bot delays for joining the game
Joffrey Bion
2020-05-22
*
Use shared constant for ws endpoint
Joffrey Bion
2020-05-22
*
Add debug statements
Joffrey Bion
2020-05-22
*
Fix transparency of callout component by wrapping in card
Joffrey Bion
2020-05-22
[next]
bgstack15