Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix configuration for Bazar and Vineyard cards | Joffrey Bion | 2020-08-12 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/37 | ||
* | Fix military points bug | Joffrey Bion | 2020-08-12 |
| | |||
* | Cleanup wonder card style | Joffrey Bion | 2020-08-12 |
| | |||
* | Display only victory military points on the board next to victory tokens | Joffrey Bion | 2020-08-12 |
| | | | | | The count displayed used to be the total combined number of points including defeat tokens, but this is a bit confusing as we can see both types of tokens next to each other. | ||
* | Change font to Acme for token counts | Joffrey Bion | 2020-08-12 |
| | | | | This yields better alignment with the multiply (x) sign | ||
* | Add military tokens to the board | Joffrey Bion | 2020-08-12 |
| | |||
* | Upgrade Gradle wrapper to 6.5.1 | Joffrey Bion | 2020-08-09 |
| | |||
* | Refactor player list | Joffrey Bion | 2020-08-09 |
| | |||
* | Add className attribute to bpCards | Joffrey Bion | 2020-08-09 |
| | |||
* | Fix discarded card play at end of age | Joffrey Bion | 2020-08-09 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/36 | ||
* | Add screenshots to README | Joffrey Bion | 2020-08-09 |
| | |||
* | Add screenshots in doc folder | Joffrey Bion | 2020-07-31 |
| | |||
* | Rename sidebar -> setup panel | Joffrey Bion | 2020-07-01 |
| | |||
* | Extract papyrus background style | Joffrey Bion | 2020-07-01 |
| | |||
* | Add setup sidebar to choose wonder sides | Joffrey Bion | 2020-07-01 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/35 | ||
* | Use font from CDN instead of relying on "fantasy" | Joffrey Bion | 2020-07-01 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/34 | ||
* | Better synchronization on lobby join | Joffrey Bion | 2020-07-01 |
| | |||
* | Fix race conditions | Joffrey Bion | 2020-07-01 |
| | |||
* | Use correct keys in player list to allow animations on reorder | Joffrey Bion | 2020-07-01 |
| | |||
* | Keep wonders associated to the same player when reordering players | Joffrey Bion | 2020-07-01 |
| | |||
* | Fix style | Joffrey Bion | 2020-07-01 |
| | |||
* | Add buttons to randomly reassign wonders and reorder players | Joffrey Bion | 2020-07-01 |
| | |||
* | Widen heart beats margin to prevent failures in slow servers | Joffrey Bion | 2020-06-15 |
| | | | | | Heroku's cold start may introduce a longer delay for the initial heart beat. Detecting the connection drop in 20s is ok. | ||
* | Cleanup | Joffrey Bion | 2020-06-02 |
| | |||
* | Actually enable STOMP heart beats | Joffrey Bion | 2020-06-02 |
| | |||
* | Update README with latest added features | Joffrey Bion | 2020-06-02 |
| | |||
* | Add comment for box shadow override | Joffrey Bion | 2020-06-02 |
| | |||
* | Add full board preview | Joffrey Bion | 2020-06-02 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/22 | ||
* | Add blueprintjs Popover | Joffrey Bion | 2020-06-02 |
| | |||
* | Remove useless createElement | Joffrey Bion | 2020-06-02 |
| | |||
* | Add title on hand rotation direction | Joffrey Bion | 2020-06-02 |
| | |||
* | Extract board summaries function | Joffrey Bion | 2020-06-02 |
| | |||
* | Simplify board summary using BP's divider | Joffrey Bion | 2020-06-02 |
| | |||
* | Add blueprintjs's divider | Joffrey Bion | 2020-06-02 |
| | |||
* | Fix style | Joffrey Bion | 2020-06-01 |
| | |||
* | Use actual coin icon for price info | Joffrey Bion | 2020-06-01 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/30 | ||
* | Replace viewport-relative dimensions by percents | Joffrey Bion | 2020-06-01 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/23 | ||
* | Fix imports and tests | Joffrey Bion | 2020-05-31 |
| | |||
* | Use blueprint CSS from CDN instead of local copy | Joffrey Bion | 2020-05-31 |
| | |||
* | Display assigned wonder in Lobby | Joffrey Bion | 2020-05-31 |
| | |||
* | Repalce plain error text by non-ideal state for lobby | Joffrey Bion | 2020-05-31 |
| | |||
* | Capitalize wonder names | Joffrey Bion | 2020-05-31 |
| | |||
* | Simplify settings and allow choosing wonders | Joffrey Bion | 2020-05-31 |
| | |||
* | Attempt at fixing race conditions with bot subscriptions | Joffrey Bion | 2020-05-28 |
| | |||
* | Fix some overlapping elements | Joffrey Bion | 2020-05-28 |
| | |||
* | Change icons for special plays | Joffrey Bion | 2020-05-28 |
| | |||
* | Fix endless copy-guild loop | Joffrey Bion | 2020-05-28 |
| | |||
* | Fix production alternative duplicates | Joffrey Bion | 2020-05-28 |
| | | | | | | | | | Having twice the same choice wasn't supported so far. This can happen with Alexandria's bonuses (4 primary resources, or 3 secondary) associated to the yellow Market/Caravansery cards. Resolves: https://github.com/joffrey-bion/seven-wonders/issues/19 | ||
* | Clarify message for unavailable resources | Joffrey Bion | 2020-05-28 |
| | |||
* | Fix Olympia wonder effect declaration | Joffrey Bion | 2020-05-28 |
| |