Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Merge branch 'master' of github.com:luxons/seven-wonders | Victor Chabbert | 2016-12-18 |
|\ | |||
| * | Improve LobbyController errors and logs | jbion | 2016-12-18 |
| | | |||
| * | Add proper logging and validation | jbion | 2016-12-17 |
| | | |||
| * | Add default username for unauthenticated users | jbion | 2016-12-17 |
| | | |||
* | | Add redux and react-redux librairies with initial setup | Victor Chabbert | 2016-12-18 |
|/ | |||
* | Add skeleton for game turns and card playing | Joffrey BION | 2016-12-15 |
| | | | | In this commit, I also created a couple classes like HandCard, PlayerTurnInfo, and Table that are UI-oriented, and contain information relative to what one player should see or do. | ||
* | Improve card requirements management | Joffrey BION | 2016-12-15 |
| | | | | | | - Add chain-related fields to the Card - Add helpers methods isAffordable, isPlayable and the likes - Remove the card addition to the board as it is supposed to be separately from applying the effect of the card | ||
* | Add deal() method to the Decks | Joffrey BION | 2016-12-14 |
| | |||
* | Fix default nbPlayers in the settings | Joffrey BION | 2016-12-14 |
| | |||
* | Update frontend POC with new lobby system | Joffrey BION | 2016-12-12 |
| | |||
* | Lobby vs Game separation | Joffrey BION | 2016-12-12 |
| | |||
* | Add WS experiment test page | Joffrey BION | 2016-12-11 |
| | | | | This pages allows to test spring/STOMP config to see which messages are properly broadcasted to all users, which are just sent to the caller, and which are sent a specific user from the server. | ||
* | Add special action skeleton to finish wonders data parsing | Joffrey BION | 2016-12-10 |
| | | | | These special actions imply a new input from the user, which is not implemented yet | ||
* | Add BoardTest | Joffrey BION | 2016-12-10 |
| | |||
* | Split effects tests into multiple files | Joffrey BION | 2016-12-10 |
| | |||
* | Simplify theories in ScienceTest | Joffrey BION | 2016-12-10 |
| | |||
* | A little bit of doc never hurts | Joffrey BION | 2016-12-10 |
| |