Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rework GameBrowser style | Joffrey Bion | 2021-02-20 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/68 | ||
* | Make BpHtmlTable props extend IProps to have classNames | Joffrey Bion | 2021-02-20 |
| | |||
* | Use .let for non-ideal-state props | Joffrey Bion | 2021-02-20 |
| | |||
* | Add all bluprinjs Classes constants | Joffrey Bion | 2021-02-20 |
| | |||
* | Improve wording to avoid pronoun | Joffrey Bion | 2021-02-18 |
| | |||
* | Use automatic sayReady call to synchronize STOMP subscriptions before first turn | joffrey-bion | 2021-02-17 |
| | | | | | | | | We currently miss the preparedCard event from bots if they are too fast, because the server sends the first turn to everyone without knowing if all clients have properly subscribed to events. We now use sayReady to indicate to the server that all subscriptions have been made. | ||
* | Add prepared card indicator | joffrey-bion | 2021-02-17 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/62 | ||
* | Add blueprintjs Spinner component | joffrey-bion | 2021-02-17 |
| | |||
* | Remove unused receiver | joffrey-bion | 2021-02-16 |
| | |||
* | Fix player icon size in GameBrowser | joffrey-bion | 2021-02-15 |
| | |||
* | Add blueprintjs's Text component | joffrey-bion | 2021-02-15 |
| | |||
* | Fix transactions selector layout | joffrey-bion | 2021-02-15 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/101 | ||
* | Ellipsize player names so that they don't grow too much | joffrey-bion | 2021-02-15 |
| | |||
* | Center player names in lobby | joffrey-bion | 2021-02-15 |
| | |||
* | Fix pulsing red (remove incorrect preparedMove field) | joffrey-bion | 2021-02-11 |
| | |||
* | Make screen pulse red when everyone is waiting | joffrey-bion | 2021-02-11 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/109 | ||
* | Fix text inputs | joffrey-bion | 2021-02-11 |
| | |||
* | Fix some browser navigation paths | joffrey-bion | 2021-02-10 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/60 | ||
* | Fix null value in input group | joffrey-bion | 2021-02-10 |
| | |||
* | Properly clean redux state when leaving a game | 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 | ||
* | 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 | ||
* | Cleanup | joffrey-bion | 2021-02-02 |
| | |||
* | Add missing branch in when statement | joffrey-bion | 2020-12-13 |
| | |||
* | Only transfer ownership to humans | joffrey-bion | 2020-12-13 |
| | | | | | Resolve: https://github.com/joffrey-bion/seven-wonders/issues/73 | ||
* | Fix race conditions for game start and tests | joffrey-bion | 2020-12-12 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/70 | ||
* | Improve score board tags colors | joffrey-bion | 2020-12-11 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/20 | ||
* | Allow owner to leave/disband the game | joffrey-bion | 2020-12-11 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/51 | ||
* | Decouple some sagas from routes | joffrey-bion | 2020-12-10 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/13 | ||
* | Hide more expensive transaction options by default | joffrey-bion | 2020-11-29 |
| | |||
* | Add rotation to "best price indicator" | joffrey-bion | 2020-11-29 |
| | |||
* | Add best price indication | joffrey-bion | 2020-11-29 |
| | |||
* | Trigger fatal error dialog on connection drop | joffrey-bion | 2020-11-29 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/33 | ||
* | Add fatal error dialog support | joffrey-bion | 2020-11-29 |
| | |||
* | Add support for Icon intent in bpDialog | joffrey-bion | 2020-11-29 |
| | |||
* | Group resources in a 2x2 matrix when there are 4 | joffrey-bion | 2020-11-28 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/50 | ||
* | Add neighbours info to transaction selector | joffrey-bion | 2020-11-28 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/50 | ||
* | Add "0 coins" icon on side without transaction | joffrey-bion | 2020-11-28 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/50 | ||
* | Make all transactions available | joffrey-bion | 2020-11-28 |
| | | | | | | | | | | | Sometimes the strategic move can be to spend more money on a different player, rather than less money on the wrong player. We need to make these strategic moves available through the UI. To make up for the explosion in combinations, we just have to get rid of the options that result in the same money for each neighbour. As long as we give the same amounts, we don't care whether it's for wood or clay. Related: https://github.com/joffrey-bion/seven-wonders/issues/50 | ||
* | Add dialog to choose who to buy resources from | joffrey-bion | 2020-11-28 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/50 | ||
* | Add blueprintjs Dialog component | joffrey-bion | 2020-11-27 |
| |