summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix default nbPlayers in the settingsJoffrey BION2016-12-14
|
* Update frontend POC with new lobby systemJoffrey BION2016-12-12
|
* Lobby vs Game separationJoffrey 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
* Add BoardTestJoffrey BION2016-12-10
|
* Split effects tests into multiple filesJoffrey BION2016-12-10
|
* Simplify theories in ScienceTestJoffrey BION2016-12-10
|
* A little bit of doc never hurtsJoffrey BION2016-12-10
|
* Fix compile error in CardTestJoffrey BION2016-12-10
|
* 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
|
* Fix Science.getQuantity(type) NPE when no element of the given typeJoffrey BION2016-12-10
|
* Add multiple effects support for cardsJoffrey BION2016-12-10
|
* Add multiple card colors support for BonusPerBoardElementJoffrey BION2016-12-10
|
* Simplify numeric effects creationJoffrey BION2016-12-10
|
* Make Effect an interface instead of abstract classJoffrey BION2016-12-10
|
* Add MilitaryReinforcement effectJoffrey BION2016-12-10
|
* Add BonusPerBoardElement effectJoffrey BION2016-12-10
|
* Card data parsing, part 1Joffrey BION2016-12-09
|
* Convert card data from CSV to JSON formatJoffrey BION2016-12-09
|
* Rename javascript folder to jsJoffrey BION2016-12-08
| | | | This makes auto-completion easier and paths shorter.
* Add eslint config pathVictor Chabbert2016-12-08
|
* Added React App from create-react-appVictor Chabbert2016-12-08
|
* First draft of client recognition through sessionsjbion2016-12-08
|
* Clean gradle buildJoffrey BION2016-12-08
|
* Add background image to the resourcesJoffrey BION2016-12-08
|
* POC for the lobbyJoffrey BION2016-12-08
|
* Setup gradle wrapper to make Travis use a recent versionJoffrey BION2016-12-08
|
* Add initial webapp files to satisfy Travis for a Spring Boot buildJoffrey BION2016-12-08
|
* Add Travis CI configJoffrey BION2016-12-08
|
* Update README with disclaimer on rightsJoffrey BION2016-12-08
|
* Add science points computation logic and testsJoffrey BION2016-12-08
|
* First draft of new game initializationJoffrey BION2016-12-08
|
* Add game data loading skeletonJoffrey BION2016-12-08
|
* First draft of the game engine: boards, card effects, costsJoffrey BION2016-12-08
|
* First draft of resource production elementsJoffrey 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
|
* Add rules PDFJoffrey BION2016-12-05
|
* Add initial gradle build fileJoffrey BION2016-12-05
|
* Add initial git configurationJoffrey BION2016-12-05
|
* Add licenseJoffrey BION2016-12-05
|
bgstack15