Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reduce visibility where appropriate | jbion | 2019-02-18 |
| | |||
* | Fix code style in BonusPerBoardElement | 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 |
| | |||
* | Replace String.format() with template strings | Joffrey BION | 2018-07-12 |
| | |||
* | Game class refactoring | Joffrey BION | 2018-07-12 |
| | |||
* | Wrap table+playerIndex into Player object | Joffrey BION | 2018-07-12 |
| | |||
* | Random cleaning | Joffrey BION | 2018-07-11 |
| | |||
* | Refactor wonders creation | Joffrey BION | 2018-07-10 |
| | |||
* | Refactor decks creation | Joffrey BION | 2018-07-10 |
| | |||
* | Clean class visibilities | Joffrey BION | 2018-07-10 |
| | |||
* | Remove unnecessary properties from cards/wonders.json | Joffrey BION | 2018-07-10 |
| | |||
* | 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 WONDER_LEVEL -> BUILT_WONDER_STAGES element type | Joffrey BION | 2018-04-26 |
| | |||
* | Fix and improve BestPriceCalculator | Joffrey BION | 2018-04-26 |
| | |||
* | Extract move creation in GameTest | Joffrey BION | 2018-04-25 |
| | |||
* | Make wonder activation pay for requirements | 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 inner class to work around coverage bug | Joffrey Bion | 2018-04-24 |
| | |||
* | Extract game engine as separate artifact | Joffrey BION | 2018-04-23 |