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
/
main
Commit message (
Collapse
)
Author
Age
*
Add doc to Definition.create() to explicitly state the "no side-effect" ↵
jbion
2016-12-21
|
|
|
|
requirement
*
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
|
|
|
|
This is required, like for the cards, in order to check the requirements before applying any money transaction, and also apply the effects to all new elements on the table.
*
Remove Counter from application
Victor Chabbert
2016-12-21
|
*
Made gameBrowser logic use immutable.js
Victor Chabbert
2016-12-21
|
*
Add immutable.js for data
Victor Chabbert
2016-12-21
|
*
Refactor switch into proper method override
jbion
2016-12-21
|
*
Fix wonder name assignment for test constructor
jbion
2016-12-21
|
*
Add test for Decks
jbion
2016-12-21
|
*
Add test for NumericEffectSerializer
jbion
2016-12-21
|
*
Add test for ProductionIncrease serializer
jbion
2016-12-21
|
*
Add test for Resources serializers
jbion
2016-12-21
|
*
Add test for ScienceProgressSerializer
jbion
2016-12-21
|
*
Remove experimental TestController
jbion
2016-12-21
|
*
Add missing tests to DestinationAccessValidatorTest
jbion
2016-12-21
|
*
Fix json not parsing errors
Victor Chabbert
2016-12-21
|
*
Add interceptor for invalid subscriptions
jbion
2016-12-20
|
*
Merge pull request #1 from luxons/feature/websockets-sagas
Joffrey Bion
2016-12-20
|
\
|
|
|
|
Feature/websockets sagas
|
*
Fix create game with undefined value
Victor Chabbert
2016-12-20
|
|
|
*
Disable stomp debug in production
Victor Chabbert
2016-12-20
|
|
|
*
Add create game logic
Victor Chabbert
2016-12-20
|
|
|
*
Fix multiple socket connections
Victor Chabbert
2016-12-20
|
|
|
*
Merge remote-tracking branch 'origin/master' into feature/websockets-sagas
Victor Chabbert
2016-12-19
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master' into feature/websockets-sagas
Victor Chabbert
2016-12-19
|
|
\
\
|
*
|
|
List games
Victor Chabbert
2016-12-19
|
|
|
|
|
*
|
|
GameBrowser saga
Victor Chabbert
2016-12-19
|
|
|
|
|
*
|
|
Merge branch 'master' into feature/websockets-sagas
Victor Chabbert
2016-12-19
|
|
\
\
\
|
*
|
|
|
Working error saga
Victor Chabbert
2016-12-19
|
|
|
|
|
|
*
|
|
|
Initial work on websocket sagas
Victor Chabbert
2016-12-19
|
|
|
|
|
*
|
|
|
|
Improve test page for custom subscriptions and msg testing
jbion
2016-12-20
|
|
|
|
|
*
|
|
|
|
Add conversion exception handling for bad input JSON format
jbion
2016-12-20
|
|
|
|
|
*
|
|
|
|
Add response with list of games at subscription to /topic/games
jbion
2016-12-19
|
|
|
|
|
*
|
|
|
|
Adjust exceptions visibility
jbion
2016-12-19
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Fix logger class in ExceptionHandler
jbion
2016-12-19
|
|
_
|
/
|
/
|
|
*
|
|
Lobby controller refac
jbion
2016-12-19
|
|
/
|
/
|
|
|
|
|
|
|
- moved error handling to ExceptionHandler - moved data storage to repositories
*
|
Add react css librairies
Victor Chabbert
2016-12-19
|
|
*
|
Set editorconfig for front-end
Victor Chabbert
2016-12-19
|
|
*
|
Improve error output
jbion
2016-12-19
|
|
*
|
Allow cross-origin for frontend server proxy
jbion
2016-12-19
|
|
*
|
Move session attribute keys to a single file to ensure unicity more easily
jbion
2016-12-19
|
|
*
|
Add start game action
jbion
2016-12-19
|
|
*
|
Remove gitkeep
Victor Chabbert
2016-12-19
|
/
*
Add redux-saga to handle effects
Victor Chabbert
2016-12-18
|
*
Refactor 404 stateless function
Victor Chabbert
2016-12-18
|
*
Update redux-devtools extension integration
Victor Chabbert
2016-12-18
|
*
Add react-router with small example
Victor Chabbert
2016-12-18
|
*
Clean front-end files
Victor Chabbert
2016-12-18
|
*
Fix trailing comma in package.json
Victor Chabbert
2016-12-18
|
[next]
bgstack15