Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Migrate JUnits to kotlin-test | jbion | 2019-02-19 |
| | |||
* | Fix board gold access and cleanup tests | jbion | 2019-02-19 |
| | |||
* | Simplify game init API | jbion | 2019-02-18 |
| | |||
* | Fix comparisons of ResourceTransactions | Joffrey BION | 2018-08-01 |
| | | | | | | | | This commit abstracts away the actual type of collection in the ResourceTransactions typealias. Incidentally, it also changes it to Set, so that tests can compare without concerns about order. This also means that duplicates are not tolerated anymore, and I still haven't decided whether this is good or bad. | ||
* | Remove checkstyle and add ktlint | Joffrey BION | 2018-08-01 |
| | |||
* | Make GameDefinitionLoader a singleton object | Joffrey BION | 2018-07-16 |
| | |||
* | Rework resources representations | Joffrey BION | 2018-07-16 |
| | |||
* | Rework visibilities | Joffrey BION | 2018-07-13 |
| | |||
* | Wrap table+playerIndex into Player object | Joffrey BION | 2018-07-12 |
| | |||
* | Random cleaning | Joffrey BION | 2018-07-11 |
| | |||
* | Kotlin mig: score package | Joffrey BION | 2018-07-10 |
| | |||
* | Kotlin mig: resources package | Joffrey Bion | 2018-07-10 |
| | |||
* | Kotlin mig: moves package | Joffrey Bion | 2018-07-09 |
| | |||
* | Kotlin mig: Boards package | jbion | 2018-07-09 |
| | |||
* | Kotlin mig: wonders package | jbion | 2018-07-08 |
| | |||
* | Kotlin mig: api package tests | jbion | 2018-07-08 |
| | |||
* | Kotlin mig: Game tests | jbion | 2018-07-08 |
| | |||
* | Kotlin mig: serializers tests | jbion | 2018-07-08 |
| | |||
* | Kotlin mig: effects package | jbion | 2018-07-07 |
| | |||
* | Kotlin mig: Game class | Joffrey Bion | 2018-07-06 |
| | |||
* | Kotlin mig: cards package | Joffrey BION | 2018-07-06 |
| | |||
* | Kotlin mig: game definitions | Joffrey Bion | 2018-07-06 |
| | |||
* | Kotlin mig: api package | Joffrey BION | 2018-07-06 |
| | |||
* | Prevent PICK_NEIGHBOUR_GUILD action if no guild to pick | Joffrey Bion | 2018-07-06 |
| | |||
* | Bought resources refactoring | Joffrey Bion | 2018-04-27 |
| | |||
* | Improve full game test by using bought resources | Joffrey BION | 2018-04-26 |
| | |||
* | Fix and improve BestPriceCalculator | Joffrey BION | 2018-04-26 |
| | |||
* | Extract move creation in GameTest | Joffrey BION | 2018-04-25 |
| | |||
* | Add WonderTest | Joffrey BION | 2018-04-25 |
| | |||
* | Add test for Table.getNeighbourGuildCards | Joffrey BION | 2018-04-25 |
| | |||
* | Extract min/max players as JSON rules | Joffrey BION | 2018-04-25 |
| | |||
* | Add tests for BuildWonderMove | Joffrey Bion | 2018-04-25 |
| | |||
* | Fix WonderStage creation to add at least an empty effect list | Joffrey Bion | 2018-04-25 |
| | |||
* | Add test for BuildWonderMove | Joffrey Bion | 2018-04-24 |
| | |||
* | Extract game engine as separate artifact | Joffrey BION | 2018-04-23 |