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
/
src
Commit message (
Expand
)
Author
Age
*
Remove useless parent exception
jbion
2016-12-28
*
Create GameController
jbion
2016-12-26
*
Replace switches on MoveType by multiple Move implementations
jbion
2016-12-26
*
Make LobbyController always send a list of lobbies on /topic/games
jbion
2016-12-25
*
Add proper test for military victory/defeat points
jbion
2016-12-25
*
Add military conflict resolution at end of age
jbion
2016-12-25
*
Make use of addGold instead of setGold when possible
jbion
2016-12-25
*
Extract military stuff into its own object
jbion
2016-12-25
*
Take into account boughtResources in move validation
jbion
2016-12-24
*
Rename discard -> giveGoldForDiscarded
jbion
2016-12-24
*
Add add/removeGold methods on boards
jbion
2016-12-24
*
Add tests for Card.equals() and Card.hashcode()
jbion
2016-12-24
*
Remove useless toString() methods
jbion
2016-12-24
*
Add test for BonusPerBoardElement
jbion
2016-12-24
*
Add test for getNbCardsOfColor
jbion
2016-12-24
*
Add minimal stages in test wonders
jbion
2016-12-24
*
Add test for relative board position accesses
jbion
2016-12-24
*
Add test for RawPointsIncrease
jbion
2016-12-24
*
Add equals, hashcode, and computePoints tests for instant effects
jbion
2016-12-24
*
Add test for lobby
jbion
2016-12-24
*
Add react-router-redux
Victor Chabbert
2016-12-23
*
Change router from v4 to v3
Victor Chabbert
2016-12-23
*
Fix science points computation
jbion
2016-12-23
*
Add tests for ScienceProgress
jbion
2016-12-23
*
Suppress warnings for fields that are injected by Gson
jbion
2016-12-23
*
Add brush test for game definition loading to ensure no exception occur
jbion
2016-12-23
*
Add tests for equals and hashcode to maximize coverage in resources package
jbion
2016-12-23
*
Add bought resources cost computation
jbion
2016-12-22
*
Remove middleman methods in Board
jbion
2016-12-22
*
Add CardBack for wonder stages display in the UI
jbion
2016-12-22
*
Add Hands.createHand() test
jbion
2016-12-22
*
Handle discarded cards at end of age
jbion
2016-12-22
*
Add BoughtResources representation
jbion
2016-12-22
*
Add HandCard doc
jbion
2016-12-22
*
Fix shipowners guild card effect
jbion
2016-12-22
*
Remove annoying traces in ScienceTest
jbion
2016-12-22
*
Introduce Hands (pun intended)
jbion
2016-12-22
*
Move Decks to the cards package
jbion
2016-12-22
*
Fix unsupported remove operation in assignBoards()
jbion
2016-12-22
*
Improve game steps management
jbion
2016-12-22
*
Huge refac to pass the Table instead of left/right/self boards
jbion
2016-12-22
*
Remove unused "nb of guild cards" setting
jbion
2016-12-21
*
Fix number of Guild cards used in Decks
jbion
2016-12-21
*
Add doc to Definition.create() to explicitly state the "no side-effect" requi...
jbion
2016-12-21
*
Add playerIndex and validation method to the Move itself
jbion
2016-12-21
*
Remove PrincipalImpl usage, using spring security instead
jbion
2016-12-21
*
Add potential extra wonders
jbion
2016-12-21
*
Make wonder level increase in 2 steps
jbion
2016-12-21
*
Remove Counter from application
Victor Chabbert
2016-12-21
*
Made gameBrowser logic use immutable.js
Victor Chabbert
2016-12-21
[next]
bgstack15