summaryrefslogtreecommitdiff
path: root/src/main/resources
Commit message (Collapse)AuthorAge
* Add brush test for game definition loading to ensure no exception occurjbion2016-12-23
|
* Add CardBack for wonder stages display in the UIjbion2016-12-22
|
* Fix shipowners guild card effectjbion2016-12-22
|
* Add potential extra wondersjbion2016-12-21
|
* Improve test page for custom subscriptions and msg testingjbion2016-12-20
|
* Add response with list of games at subscription to /topic/gamesjbion2016-12-19
|
* Improve error outputjbion2016-12-19
|
* Improve LobbyController errors and logsjbion2016-12-18
|
* Update frontend POC with new lobby systemJoffrey BION2016-12-12
|
* Add WS experiment test pageJoffrey BION2016-12-11
| | | | This pages allows to test spring/STOMP config to see which messages are properly broadcasted to all users, which are just sent to the caller, and which are sent a specific user from the server.
* Add special action skeleton to finish wonders data parsingJoffrey BION2016-12-10
| | | | These special actions imply a new input from the user, which is not implemented yet
* Wonders data parsingJoffrey BION2016-12-10
|
* Normalize wonders.json for easier parsingJoffrey BION2016-12-10
|
* Card data parsing, part 2Joffrey BION2016-12-10
| | | | This adds support for all cards effects, and normalizes the serialization of all card fields
* Add multi-color support in cards.jsonJoffrey BION2016-12-10
|
* Fix Arena card effect dataJoffrey BION2016-12-10
|
* Separate resource providers from relative board positionsJoffrey BION2016-12-10
|
* Rework cards.json for easier deserializationJoffrey BION2016-12-10
|
* Convert card data from CSV to JSON formatJoffrey BION2016-12-09
|
* Add background image to the resourcesJoffrey BION2016-12-08
|
* POC for the lobbyJoffrey BION2016-12-08
|
* Add initial webapp files to satisfy Travis for a Spring Boot buildJoffrey BION2016-12-08
|
* Add game card and wonders dataJoffrey BION2016-12-08
|
* Add tokens imagesJoffrey BION2016-12-05
|
* Add wonders imagesJoffrey BION2016-12-05
|
* Add cards imagesJoffrey BION2016-12-05
bgstack15