summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add className attribute to bpCardsJoffrey Bion2020-08-09
|
* Fix discarded card play at end of ageJoffrey Bion2020-08-09
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/36
* Add screenshots to READMEJoffrey Bion2020-08-09
|
* Add screenshots in doc folderJoffrey Bion2020-07-31
|
* Rename sidebar -> setup panelJoffrey Bion2020-07-01
|
* Extract papyrus background styleJoffrey Bion2020-07-01
|
* Add setup sidebar to choose wonder sidesJoffrey Bion2020-07-01
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/35
* Use font from CDN instead of relying on "fantasy"Joffrey Bion2020-07-01
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/34
* Better synchronization on lobby joinJoffrey Bion2020-07-01
|
* Fix race conditionsJoffrey Bion2020-07-01
|
* Use correct keys in player list to allow animations on reorderJoffrey Bion2020-07-01
|
* Keep wonders associated to the same player when reordering playersJoffrey Bion2020-07-01
|
* Fix styleJoffrey Bion2020-07-01
|
* Add buttons to randomly reassign wonders and reorder playersJoffrey Bion2020-07-01
|
* Widen heart beats margin to prevent failures in slow serversJoffrey Bion2020-06-15
| | | | | Heroku's cold start may introduce a longer delay for the initial heart beat. Detecting the connection drop in 20s is ok.
* CleanupJoffrey Bion2020-06-02
|
* Actually enable STOMP heart beatsJoffrey Bion2020-06-02
|
* Update README with latest added featuresJoffrey Bion2020-06-02
|
* Add comment for box shadow overrideJoffrey Bion2020-06-02
|
* Add full board previewJoffrey Bion2020-06-02
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/22
* Add blueprintjs PopoverJoffrey Bion2020-06-02
|
* Remove useless createElementJoffrey Bion2020-06-02
|
* Add title on hand rotation directionJoffrey Bion2020-06-02
|
* Extract board summaries functionJoffrey Bion2020-06-02
|
* Simplify board summary using BP's dividerJoffrey Bion2020-06-02
|
* Add blueprintjs's dividerJoffrey Bion2020-06-02
|
* Fix styleJoffrey Bion2020-06-01
|
* Use actual coin icon for price infoJoffrey Bion2020-06-01
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/30
* Replace viewport-relative dimensions by percentsJoffrey Bion2020-06-01
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/23
* Fix imports and testsJoffrey Bion2020-05-31
|
* Use blueprint CSS from CDN instead of local copyJoffrey Bion2020-05-31
|
* Display assigned wonder in LobbyJoffrey Bion2020-05-31
|
* Repalce plain error text by non-ideal state for lobbyJoffrey Bion2020-05-31
|
* Capitalize wonder namesJoffrey Bion2020-05-31
|
* Simplify settings and allow choosing wondersJoffrey Bion2020-05-31
|
* Attempt at fixing race conditions with bot subscriptionsJoffrey Bion2020-05-28
|
* Fix some overlapping elementsJoffrey Bion2020-05-28
|
* Change icons for special playsJoffrey Bion2020-05-28
|
* Fix endless copy-guild loopJoffrey Bion2020-05-28
|
* Fix production alternative duplicatesJoffrey Bion2020-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 resourcesJoffrey Bion2020-05-28
|
* Fix Olympia wonder effect declarationJoffrey Bion2020-05-28
|
* Add UI support for playing discarded cardsJoffrey Bion2020-05-28
| | | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/25 Resolves: https://github.com/joffrey-bion/seven-wonders/issues/26
* Add server-side support for PLAY_FREE_DISCARDED special abilityJoffrey Bion2020-05-28
| | | | | So far, there was no "turn" generated for the player who could play a free card from the discarded pile.
* Rename discardHand to clearHand for clarityJoffrey Bion2020-05-27
|
* Remove ugly emoji from READMEJoffrey Bion2020-05-27
|
* Clean unnecessary @ThrowsJoffrey Bion2020-05-27
|
* Update development status in READMEJoffrey Bion2020-05-27
|
* Remove useless z-indexJoffrey Bion2020-05-27
|
* Fix coin icon z-indexJoffrey Bion2020-05-27
|
bgstack15