Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rationalize module names | Joffrey BION | 2019-05-16 |
| | |||
* | Extract game-model module from game-engine | Joffrey BION | 2019-05-16 |
| | |||
* | Fix imports | jbion | 2019-02-26 |
| | |||
* | Add support for multiple columns | jbion | 2019-02-26 |
| | |||
* | Add prepare move actions | jbion | 2019-02-24 |
| | |||
* | Add wonder buildability info | jbion | 2019-02-22 |
| | |||
* | Refactor and cleanup GameTest | jbion | 2019-02-21 |
| | |||
* | Replace expected exceptions with assertFailsWith | jbion | 2019-02-21 |
| | |||
* | Remove non idiomatic usages of lists | jbion | 2019-02-21 |
| | |||
* | Simplify playability further | jbion | 2019-02-20 |
| | |||
* | Improve hand playability calculations and API output | jbion | 2019-02-20 |
| | |||
* | Separate internal from API stuff in game engine | jbion | 2019-02-20 |
| | |||
* | 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: cards package | Joffrey BION | 2018-07-06 |
| | |||
* | Kotlin mig: api package | Joffrey BION | 2018-07-06 |