Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Align coroutines version | joffrey-bion | 2021-02-10 |
| | |||
* | Avoid discord notification for duplicates | joffrey-bion | 2021-02-10 |
| | |||
* | Clean unnecessary param | joffrey-bion | 2021-02-10 |
| | |||
* | Cleanup experimental annotations | joffrey-bion | 2021-02-10 |
| | |||
* | Better connection logs | joffrey-bion | 2021-02-10 |
| | |||
* | Properly start/stop sagas when using browser navigation | joffrey-bion | 2021-02-10 |
| | | | | | | | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/116 Related: https://github.com/joffrey-bion/seven-wonders/issues/114 Related: https://github.com/joffrey-bion/seven-wonders/issues/60 | ||
* | Bring wonder to the foreground on hover | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/99 | ||
* | Show full table card on hover | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/115 | ||
* | Fix lobby state updates in game browser | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/97 | ||
* | Clean games when all humans have left | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/113 | ||
* | Improve discord notifications | joffrey-bion | 2021-02-10 |
| | |||
* | Remove key binding for name generation | joffrey-bion | 2021-02-10 |
| | | | | | | | This conflicts with usernames containing R Resolves: https://github.com/joffrey-bion/seven-wonders/issues/112 | ||
* | Show all cards as playable when special free card ability | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/110 | ||
* | Fix non-neighbour boards order | joffrey-bion | 2021-02-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/106 | ||
* | Add key binding for random name generation | joffrey-bion | 2021-02-09 |
| | |||
* | Add random username generation | joffrey-bion | 2021-02-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/95 | ||
* | Improve "join" tooltip for FINISHED games | joffrey-bion | 2021-02-09 |
| | |||
* | Add deployment notifications for discord | joffrey-bion | 2021-02-09 |
| | |||
* | Fix discord message payload | joffrey-bion | 2021-02-09 |
| | |||
* | Add closed issues workflow to send discord notifs | joffrey-bion | 2021-02-09 |
| | |||
* | Add rollback workflow | joffrey-bion | 2021-02-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/91 | ||
* | Improve error message in GameBrowserController | joffrey-bion | 2021-02-09 |
| | |||
* | Add disconnection listener to cleanup lobbies/games | joffrey-bion | 2021-02-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/94 | ||
* | Rename find->get to imply non-null check | joffrey-bion | 2021-02-09 |
| | |||
* | Fix bot logger | joffrey-bion | 2021-02-09 |
| | |||
* | Replace heroku badge with website online badge | Joffrey Bion | 2021-02-09 |
| | |||
* | Change URL to HTTPS | Joffrey Bion | 2021-02-09 |
| | |||
* | Add Kotlinx Serialization converter for HTTP traffic (correctly) | joffrey-bion | 2021-02-08 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87 | ||
* | Revert "Add Kotlinx Serialization converter for HTTP traffic" | joffrey-bion | 2021-02-08 |
| | | | | This reverts commit 4f315bd4 | ||
* | Remove unnecessary image input in AssignedWonder | joffrey-bion | 2021-02-08 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/88 | ||
* | Add Kotlinx Serialization converter for HTTP traffic | joffrey-bion | 2021-02-08 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/87 | ||
* | Cleanup web socket config | joffrey-bion | 2021-02-08 |
| | |||
* | Add namespace in status check | joffrey-bion | 2021-02-07 |
| | |||
* | Improve workding in README | joffrey-bion | 2021-02-07 |
| | |||
* | Return to initial subdomain seven-wonders | joffrey-bion | 2021-02-07 |
| | |||
* | Add namespace to k8s resources | joffrey-bion | 2021-02-07 |
| | |||
* | Use shory-lived k8s digitalocean credentials | Joffrey Bion | 2021-02-07 |
| | | | This is to avoid accumulating long lived tokens | ||
* | Remove heroku deployment | Joffrey Bion | 2021-02-07 |
| | |||
* | Add digital ocean deployment | Joffrey Bion | 2021-02-07 |
| | |||
* | Make k8s credentials short-lived | Joffrey Bion | 2021-02-07 |
| | |||
* | Create deploy-digitalocean.yml | Joffrey Bion | 2021-02-07 |
| | |||
* | Temporarily change host name (DNS refresh) | joffrey-bion | 2021-02-07 |
| | |||
* | Add kubernetes config (deployed on digital ocean) | joffrey-bion | 2021-02-06 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/54 | ||
* | Add auto-game with bots only | joffrey-bion | 2021-02-03 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82 | ||
* | Cleanup | joffrey-bion | 2021-02-02 |
| | |||
* | Filter only affordable transactions | joffrey-bion | 2021-02-02 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/81 | ||
* | Move prepareMove log before the actual preparation | joffrey-bion | 2021-02-02 |
| | | | | This allows to see the attempted move in the logs in case of crash. | ||
* | Upgrade Krossbow to 1.1.5 | joffrey-bion | 2021-02-01 |
| | |||
* | Remove unnecessary Serializable on enums | joffrey-bion | 2021-01-31 |
| | |||
* | Remove unnecessary core-js npm dependency | joffrey-bion | 2021-01-30 |
| |