index
:
seven-wonders
favicon
main
(obsolete) my fork of github.com/hildan/seven-wonders
bgstack15
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sw-engine
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Make turnInfo generic in its action type
Joffrey Bion
2021-03-08
*
Use proper sealed class for TurnActions
Joffrey Bion
2021-02-23
*
Fix copy-guild move (points are now counted properly)
joffrey-bion
2021-02-16
*
Better naming isEmpty->areEmpty
joffrey-bion
2021-02-16
*
Remove unnecessary settings param
joffrey-bion
2021-02-13
*
Filter only affordable transactions
joffrey-bion
2021-02-02
*
Move from Gson to Kotlin Serialization for definitions
joffrey-bion
2021-01-29
*
Reduce number of TableState creations
joffrey-bion
2020-12-13
*
Allow the COPY_GUILD ability to yield 0 points
joffrey-bion
2020-11-29
*
Remove unrealistic transaction options
joffrey-bion
2020-11-29
*
Make all transactions available
joffrey-bion
2020-11-28
*
Introduce priced transactions
joffrey-bion
2020-11-27
*
Fix resource transactions calculations
joffrey-bion
2020-11-25
*
Format with trailing comma
Joffrey Bion
2020-09-08
*
Upgrade ktlint and re-enable import order check
Joffrey Bion
2020-08-20
*
Fix style & sort imports
Joffrey Bion
2020-08-20
*
Simplify settings and allow choosing wonders
Joffrey Bion
2020-05-31
*
Fix production alternative duplicates
Joffrey Bion
2020-05-28
*
Add UI support for playing discarded cards
Joffrey Bion
2020-05-28
*
Add server-side support for PLAY_FREE_DISCARDED special ability
Joffrey Bion
2020-05-28
*
Send score at end of game
Joffrey Bion
2020-05-15
*
Clean up
Joffrey Bion
2020-05-15
*
Move score to common model (to enable passing it to client)
Joffrey Bion
2020-05-12
*
Move tests to their proper place
Joffrey Bion
2020-05-12
*
Fix duplicated inconsistent state
Joffrey Bion
2020-03-29
*
Reorganize packages again
Joffrey BION
2019-05-22
*
Move common module declarations into api package
Joffrey BION
2019-05-22
*
Move some declarations to a better place
jbion
2019-05-20
*
Fix some tests
jbion
2019-05-20
*
WIP back to JVM for common module to see if it works
Joffrey BION
2019-05-17
*
Rationalize module names
Joffrey BION
2019-05-16
bgstack15