summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Collapse)AuthorAge
* 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
* A little bit of doc never hurtsJoffrey 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
|
* 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 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
bgstack15