summaryrefslogtreecommitdiff
path: root/src/main/java
Commit message (Expand)AuthorAge
* Fix science points computationjbion2016-12-23
* Suppress warnings for fields that are injected by Gsonjbion2016-12-23
* Add brush test for game definition loading to ensure no exception occurjbion2016-12-23
* Add tests for equals and hashcode to maximize coverage in resources packagejbion2016-12-23
* Add bought resources cost computationjbion2016-12-22
* Remove middleman methods in Boardjbion2016-12-22
* Add CardBack for wonder stages display in the UIjbion2016-12-22
* Handle discarded cards at end of agejbion2016-12-22
* Add BoughtResources representationjbion2016-12-22
* Add HandCard docjbion2016-12-22
* Introduce Hands (pun intended)jbion2016-12-22
* Move Decks to the cards packagejbion2016-12-22
* Fix unsupported remove operation in assignBoards()jbion2016-12-22
* Improve game steps managementjbion2016-12-22
* Huge refac to pass the Table instead of left/right/self boardsjbion2016-12-22
* Remove unused "nb of guild cards" settingjbion2016-12-21
* Fix number of Guild cards used in Decksjbion2016-12-21
* Add doc to Definition.create() to explicitly state the "no side-effect" requi...jbion2016-12-21
* Add playerIndex and validation method to the Move itselfjbion2016-12-21
* Remove PrincipalImpl usage, using spring security insteadjbion2016-12-21
* Make wonder level increase in 2 stepsjbion2016-12-21
* Refactor switch into proper method overridejbion2016-12-21
* Fix wonder name assignment for test constructorjbion2016-12-21
* Add test for Decksjbion2016-12-21
* Add test for NumericEffectSerializerjbion2016-12-21
* Add test for ProductionIncrease serializerjbion2016-12-21
* Add test for Resources serializersjbion2016-12-21
* Add test for ScienceProgressSerializerjbion2016-12-21
* Remove experimental TestControllerjbion2016-12-21
* Add missing tests to DestinationAccessValidatorTestjbion2016-12-21
* Add interceptor for invalid subscriptionsjbion2016-12-20
* Add conversion exception handling for bad input JSON formatjbion2016-12-20
* Add response with list of games at subscription to /topic/gamesjbion2016-12-19
* Adjust exceptions visibilityjbion2016-12-19
* Fix logger class in ExceptionHandlerjbion2016-12-19
* Lobby controller refacjbion2016-12-19
* Improve error outputjbion2016-12-19
* Allow cross-origin for frontend server proxyjbion2016-12-19
* Move session attribute keys to a single file to ensure unicity more easilyjbion2016-12-19
* Add start game actionjbion2016-12-19
* Improve LobbyController errors and logsjbion2016-12-18
* Add proper logging and validationjbion2016-12-17
* Add default username for unauthenticated usersjbion2016-12-17
* Add skeleton for game turns and card playingJoffrey BION2016-12-15
* Improve card requirements managementJoffrey BION2016-12-15
* Add deal() method to the DecksJoffrey BION2016-12-14
* Fix default nbPlayers in the settingsJoffrey BION2016-12-14
* Update frontend POC with new lobby systemJoffrey BION2016-12-12
* Lobby vs Game separationJoffrey BION2016-12-12
* Add WS experiment test pageJoffrey BION2016-12-11
bgstack15