summaryrefslogtreecommitdiff
path: root/src/test/java/org
Commit message (Collapse)AuthorAge
* Huge refac to pass the Table instead of left/right/self boardsjbion2016-12-22
|
* Add test for Decksjbion2016-12-21
|
* Add test for NumericEffectSerializerjbion2016-12-21
|
* Remove explicit types from toJson callsjbion2016-12-21
|
* Add test for ProductionIncrease serializerjbion2016-12-21
|
* Add test for Resources serializersjbion2016-12-21
|
* Add test for ScienceProgressSerializerjbion2016-12-21
|
* Add missing tests to DestinationAccessValidatorTestjbion2016-12-21
|
* Add interceptor for invalid subscriptionsjbion2016-12-20
|
* Improve card requirements managementJoffrey BION2016-12-15
| | | | | | - Add chain-related fields to the Card - Add helpers methods isAffordable, isPlayable and the likes - Remove the card addition to the board as it is supposed to be separately from applying the effect of the card
* Add BoardTestJoffrey BION2016-12-10
|
* Split effects tests into multiple filesJoffrey BION2016-12-10
|
* Simplify theories in ScienceTestJoffrey BION2016-12-10
|
* Fix compile error in CardTestJoffrey BION2016-12-10
|
* Simplify numeric effects creationJoffrey BION2016-12-10
|
* Card data parsing, part 1Joffrey BION2016-12-09
|
* Add science points computation logic and testsJoffrey 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
bgstack15