summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add test for Board.removeGoldjbion2016-12-29
|
* Add player reordering support in Lobbyjbion2016-12-28
|
* Remove useless parent exceptionjbion2016-12-28
|
* Create GameControllerjbion2016-12-26
|
* Replace switches on MoveType by multiple Move implementationsjbion2016-12-26
|
* Make LobbyController always send a list of lobbies on /topic/gamesjbion2016-12-25
|
* Add proper test for military victory/defeat pointsjbion2016-12-25
|
* Add military conflict resolution at end of agejbion2016-12-25
|
* Make use of addGold instead of setGold when possiblejbion2016-12-25
|
* Extract military stuff into its own objectjbion2016-12-25
|
* Take into account boughtResources in move validationjbion2016-12-24
|
* Rename discard -> giveGoldForDiscardedjbion2016-12-24
|
* Add add/removeGold methods on boardsjbion2016-12-24
|
* Add tests for Card.equals() and Card.hashcode()jbion2016-12-24
|
* Remove useless toString() methodsjbion2016-12-24
|
* Add test for BonusPerBoardElementjbion2016-12-24
|
* Add test for getNbCardsOfColorjbion2016-12-24
|
* Add minimal stages in test wondersjbion2016-12-24
|
* Add test for relative board position accessesjbion2016-12-24
|
* Add test for RawPointsIncreasejbion2016-12-24
|
* Add equals, hashcode, and computePoints tests for instant effectsjbion2016-12-24
|
* Add test for lobbyjbion2016-12-24
|
* Add react-router-reduxVictor Chabbert2016-12-23
|
* Change router from v4 to v3Victor Chabbert2016-12-23
|
* Fix science points computationjbion2016-12-23
| | | | Missing values for some science types used to mess up the points calculation. Now, even if the value is missing for a science type, it is properly considered as a 0.
* Add tests for ScienceProgressjbion2016-12-23
| | | | This also refactors a bit the science object creation for other science tests
* Suppress warnings for fields that are injected by Gsonjbion2016-12-23
|
* Add brush test for game definition loading to ensure no exception occurjbion2016-12-23
|
* Add tests for equals and hashcode to maximize coverage in resources packagejbion2016-12-23
|
* Add bought resources cost computationjbion2016-12-22
|
* Remove middleman methods in Boardjbion2016-12-22
|
* Add CardBack for wonder stages display in the UIjbion2016-12-22
|
* Add Hands.createHand() testjbion2016-12-22
|
* Handle discarded cards at end of agejbion2016-12-22
|
* Add BoughtResources representationjbion2016-12-22
|
* Add HandCard docjbion2016-12-22
|
* Fix shipowners guild card effectjbion2016-12-22
|
* Remove annoying traces in ScienceTestjbion2016-12-22
|
* Introduce Hands (pun intended)jbion2016-12-22
|
* Move Decks to the cards packagejbion2016-12-22
|
* Fix unsupported remove operation in assignBoards()jbion2016-12-22
|
* Improve game steps managementjbion2016-12-22
|
* Huge refac to pass the Table instead of left/right/self boardsjbion2016-12-22
|
* Remove unused "nb of guild cards" settingjbion2016-12-21
|
* Fix number of Guild cards used in Decksjbion2016-12-21
|
* Add doc to Definition.create() to explicitly state the "no side-effect" ↵jbion2016-12-21
| | | | requirement
* Add playerIndex and validation method to the Move itselfjbion2016-12-21
|
* Remove PrincipalImpl usage, using spring security insteadjbion2016-12-21
|
* Add potential extra wondersjbion2016-12-21
|
* Make wonder level increase in 2 stepsjbion2016-12-21
| | | | This is required, like for the cards, in order to check the requirements before applying any money transaction, and also apply the effects to all new elements on the table.
bgstack15