summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix create game with undefined valueVictor Chabbert2016-12-20
* Disable stomp debug in productionVictor Chabbert2016-12-20
* Add create game logicVictor Chabbert2016-12-20
* Fix multiple socket connectionsVictor Chabbert2016-12-20
* Merge remote-tracking branch 'origin/master' into feature/websockets-sagasVictor Chabbert2016-12-19
|\
| * Fix logger class in ExceptionHandlerjbion2016-12-19
* | Merge remote-tracking branch 'origin/master' into feature/websockets-sagasVictor Chabbert2016-12-19
|\|
| * Lobby controller refacjbion2016-12-19
* | List gamesVictor Chabbert2016-12-19
* | GameBrowser sagaVictor Chabbert2016-12-19
* | Merge branch 'master' into feature/websockets-sagasVictor Chabbert2016-12-19
|\|
| * Add react css librairiesVictor Chabbert2016-12-19
| * Set editorconfig for front-endVictor Chabbert2016-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
| * Remove gitkeepVictor Chabbert2016-12-19
* | Working error sagaVictor Chabbert2016-12-19
* | Initial work on websocket sagasVictor Chabbert2016-12-19
|/
* Add redux-saga to handle effectsVictor Chabbert2016-12-18
* Refactor 404 stateless functionVictor Chabbert2016-12-18
* Update redux-devtools extension integrationVictor Chabbert2016-12-18
* Add react-router with small exampleVictor Chabbert2016-12-18
* Clean front-end filesVictor Chabbert2016-12-18
* Fix trailing comma in package.jsonVictor Chabbert2016-12-18
* Merge branch 'master' of github.com:luxons/seven-wondersVictor Chabbert2016-12-18
|\
| * Improve LobbyController errors and logsjbion2016-12-18
| * Add proper logging and validationjbion2016-12-17
| * Add default username for unauthenticated usersjbion2016-12-17
* | Add redux and react-redux librairies with initial setupVictor Chabbert2016-12-18
|/
* 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
* Add special action skeleton to finish wonders data parsingJoffrey BION2016-12-10
* Add BoardTestJoffrey BION2016-12-10
* Split effects tests into multiple filesJoffrey BION2016-12-10
* Simplify theories in ScienceTestJoffrey BION2016-12-10
* A little bit of doc never hurtsJoffrey BION2016-12-10
* Fix compile error in CardTestJoffrey BION2016-12-10
* Wonders data parsingJoffrey BION2016-12-10
* Normalize wonders.json for easier parsingJoffrey BION2016-12-10
* Card data parsing, part 2Joffrey BION2016-12-10
* Add multi-color support in cards.jsonJoffrey BION2016-12-10
* Fix Arena card effect dataJoffrey BION2016-12-10
* Separate resource providers from relative board positionsJoffrey BION2016-12-10
bgstack15