| 2019-09-09 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-09-06 | Benjamin Auder | Update on challenges | commit | commitdiff | tree | snapshot | 
| 2019-09-06 | Benjamin Auder | Drop 'WillPlay' table (no multiplayers games) | commit | commitdiff | tree | snapshot | 
| 2019-09-03 | Benjamin Auder | Some adjustments, next: fix time control handling ... | commit | commitdiff | tree | snapshot | 
| 2019-08-22 | Benjamin Auder | Fix accumulation of socket.close code. Ready to finish... | commit | commitdiff | tree | snapshot | 
| 2019-08-22 | Benjamin Auder | Fix multiple challenges bug | commit | commitdiff | tree | snapshot | 
| 2019-08-21 | Benjamin Auder | Fix polling bug. Still multiple challenge sending issue | commit | commitdiff | tree | snapshot | 
| 2019-07-19 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-07-18 | Benjamin Auder | Steps toward observers in a live game | commit | commitdiff | tree | snapshot | 
| 2019-07-18 | Benjamin Auder | Refactor challenges logic (start game when accepting... | commit | commitdiff | tree | snapshot | 
| 2019-07-16 | Benjamin Auder | Small improvement in Hall | commit | commitdiff | tree | snapshot | 
| 2019-07-08 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-07-08 | Benjamin Auder | Fix a non-deleted challenge bug | commit | commitdiff | tree | snapshot | 
| 2019-07-04 | Benjamin Auder | Modifs to send current live game | commit | commitdiff | tree | snapshot | 
| 2019-07-03 | Benjamin Auder | Fix challenge persistence issue | commit | commitdiff | tree | snapshot | 
| 2019-07-02 | Benjamin Auder | Some fixes. TODO: challenge is lost if navigation to... | commit | commitdiff | tree | snapshot | 
| 2019-07-01 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-06-28 | Benjamin Auder | Cosmetics | commit | commitdiff | tree | snapshot | 
| 2019-06-28 | Benjamin Auder | Refactor, forget about 3 or 4 players games | commit | commitdiff | tree | snapshot | 
| 2019-06-27 | Benjamin Auder | Implement abort logic - add some TODOs (no 3 or 4 playe... | commit | commitdiff | tree | snapshot | 
| 2019-06-25 | Benjamin Auder | Fix clocks update | commit | commitdiff | tree | snapshot | 
| 2019-06-25 | Benjamin Auder | Almost fixed clocks update (incoherent FEN state) | commit | commitdiff | tree | snapshot | 
| 2019-06-20 | Benjamin Auder | Update on game.clocks. Unfinished | commit | commitdiff | tree | snapshot | 
| 2019-06-19 | Benjamin Auder | Some fixes. TODO: check clocks update, and continue... | commit | commitdiff | tree | snapshot | 
| 2019-06-18 | Benjamin Auder | Some fixes. TODO: game.mode must be analyze when score... | commit | commitdiff | tree | snapshot | 
| 2019-06-14 | Benjamin Auder | Refactor endgame process, start working on game end... | commit | commitdiff | tree | snapshot | 
| 2019-06-13 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-06-13 | Benjamin Auder | Fix clocks update + double move effect | commit | commitdiff | tree | snapshot | 
| 2019-06-12 | Benjamin Auder | Fix moves sending. TODO: fix double opp move + clocks... | commit | commitdiff | tree | snapshot | 
| 2019-06-12 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-06-11 | Benjamin Auder | Complete GameStorage.update. TODO: move transmission | commit | commitdiff | tree | snapshot | 
| 2019-06-05 | Benjamin Auder | On update + clocks thinking | commit | commitdiff | tree | snapshot | 
| 2019-06-05 | Benjamin Auder | TODO: GameStorage.update + clocks started... | commit | commitdiff | tree | snapshot | 
| 2019-06-04 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-06-04 | Benjamin Auder | Fix a few things: ready to work on basic live games | commit | commitdiff | tree | snapshot | 
| 2019-06-04 | Benjamin Auder | Improved logic for playing against bots | commit | commitdiff | tree | snapshot | 
| 2019-06-02 | Benjamin Auder | Toward game info simplification | commit | commitdiff | tree | snapshot | 
| 2019-05-31 | Benjamin Auder | On the way to simplify : gameState + gameInfo everywher... | commit | commitdiff | tree | snapshot | 
| 2019-05-31 | Benjamin Auder | Small fixes | commit | commitdiff | tree | snapshot | 
| 2019-05-30 | Benjamin Auder | GameStorage: experimental refactor | commit | commitdiff | tree | snapshot | 
| 2019-05-29 | Benjamin Auder | tiny changes in storage.js | commit | commitdiff | tree | snapshot | 
| 2019-05-29 | Benjamin Auder | Move some bits of code from Hall to storage; finish... | commit | commitdiff | tree | snapshot | 
| 2019-05-27 | Benjamin Auder | TODO: game storage init + get | commit | commitdiff | tree | snapshot | 
| 2019-05-27 | Benjamin Auder | Start to catch up with code. Need to fnish at least... | commit | commitdiff | tree | snapshot | 
| 2019-05-24 | Benjamin Auder | Add some thoughts on Game view | commit | commitdiff | tree | snapshot | 
| 2019-05-21 | Benjamin Auder | Fix gameInfo.mycolor in BaseGame | commit | commitdiff | tree | snapshot | 
| 2019-05-17 | Benjamin Auder | Simplify game variables passed to BaseGame component | commit | commitdiff | tree | snapshot | 
| 2019-05-14 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-05-10 | Benjamin Auder | Continue on Game view | commit | commitdiff | tree | snapshot | 
| 2019-05-09 | Benjamin Auder | Tiny changes in Game view | commit | commitdiff | tree | snapshot | 
| 2019-05-04 | Benjamin Auder | Move some comments, and remove some of them | commit | commitdiff | tree | snapshot | 
| 2019-04-23 | Benjamin Auder | Thinking about Game view: around line 100 in views... | commit | commitdiff | tree | snapshot | 
| 2019-04-16 | Benjamin Auder | Start thinking about game page (then problems, then... | commit | commitdiff | tree | snapshot | 
| 2019-04-11 | Benjamin Auder | refactor router to resume live games | commit | commitdiff | tree | snapshot | 
| 2019-04-11 | Benjamin Auder | Fix end of game + navigation after computer game ends | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Benjamin Auder | Still some issues with moves navigation after computer... | commit | commitdiff | tree | snapshot | 
| 2019-04-10 | Benjamin Auder | Fixing computer play | commit | commitdiff | tree | snapshot | 
| 2019-04-09 | Benjamin Auder | Fix play comp move in ComputerGame component | commit | commitdiff | tree | snapshot | 
| 2019-04-08 | Benjamin Auder | Advance in playing against computer | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Benjamin Auder | Need to pass props from Game to ComputerGame to BaseGam... | commit | commitdiff | tree | snapshot | 
| 2019-04-02 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-03-29 | Benjamin Auder | Refactoring: BaseGame, Game, ComputerGame (ProblemGame?) | commit | commitdiff | tree | snapshot | 
| 2019-03-28 | Benjamin Auder | Fix things. Now on (live) game start + play | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Benjamin Auder | Add debug traces | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Benjamin Auder | Fix ajax calls after whoami request; TODO: finish chall... | commit | commitdiff | tree | snapshot | 
| 2019-03-26 | Benjamin Auder | Fix authentication | commit | commitdiff | tree | snapshot | 
| 2019-03-25 | Benjamin Auder | Attempt to fix authenticate + local user data | commit | commitdiff | tree | snapshot | 
| 2019-03-22 | Benjamin Auder | Fix login/register system | commit | commitdiff | tree | snapshot | 
| 2019-03-20 | Benjamin Auder | Small fixes + add some debug traces | commit | commitdiff | tree | snapshot | 
| 2019-03-13 | Benjamin Auder | Ongoing work on challenges + games for correspondance... | commit | commitdiff | tree | snapshot | 
| 2019-03-12 | Benjamin Auder | Remove test instructions, fix CORS for DELETE method | commit | commitdiff | tree | snapshot | 
| 2019-03-12 | Benjamin Auder | Work on correspondance challenges system | commit | commitdiff | tree | snapshot | 
| 2019-03-12 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-03-08 | Benjamin Auder | Start work on challenges + games server side | commit | commitdiff | tree | snapshot | 
| 2019-03-08 | Benjamin Auder | 'update' | commit | commitdiff | tree | snapshot | 
| 2019-03-06 | Benjamin Auder | Save state (Hall + sockets.js) | commit | commitdiff | tree | snapshot | 
| 2019-03-04 | Benjamin Auder | Save state | commit | commitdiff | tree | snapshot | 
| 2019-02-27 | Benjamin Auder | Saving state | commit | commitdiff | tree | snapshot | 
| 2019-02-27 | Benjamin Auder | Can create, send and accept challenge. Next step: targe... | commit | commitdiff | tree | snapshot | 
| 2019-02-26 | Benjamin Auder | Advance on challenges (almost OK) | commit | commitdiff | tree | snapshot | 
| 2019-02-26 | Benjamin Auder | Small advance on Hall.vue (challenges + display) | commit | commitdiff | tree | snapshot | 
| 2019-02-20 | Benjamin Auder | Separate timeControl logic into utils/timeControl | commit | commitdiff | tree | snapshot | 
| 2019-02-19 | Benjamin Auder | Saving state (hall+sockets) | commit | commitdiff | tree | snapshot | 
| 2019-02-13 | Benjamin Auder | Some advances in challenge handling (server+client) | commit | commitdiff | tree | snapshot | 
| 2019-02-12 | Benjamin Auder | Small changes in Hall + data/challengeCheck | commit | commitdiff | tree | snapshot | 
| 2019-02-12 | Benjamin Auder | Draft for challenges + games handling in main hall | commit | commitdiff | tree | snapshot | 
| 2019-02-11 | Benjamin Auder | Implemented players discovery | commit | commitdiff | tree | snapshot | 
| 2019-02-11 | Benjamin Auder | Save state (nothing really achieved) | commit | commitdiff | tree | snapshot | 
| 2019-02-10 | Benjamin Auder | Small update on main hall | commit | commitdiff | tree | snapshot | 
| 2019-02-08 | Benjamin Auder | Simplify 'to' in newchallenge on hall view | commit | commitdiff | tree | snapshot | 
| 2019-02-08 | Benjamin Auder | Work on sockets + challenge system | commit | commitdiff | tree | snapshot | 
| 2019-02-08 | Benjamin Auder | Saving current state | commit | commitdiff | tree | snapshot | 
| 2019-02-07 | Benjamin Auder | Work on main hall | commit | commitdiff | tree | snapshot | 
| 2019-02-07 | Benjamin Auder | Add TODO for client Hall + Problems (and then: challeng... | commit | commitdiff | tree | snapshot | 
| 2019-02-06 | Benjamin Auder | Revert to 'old' way of dealing with assets + diagrams | commit | commitdiff | tree | snapshot | 
| 2019-02-06 | Benjamin Auder | Start to revert to previous way of handling rules ... | commit | commitdiff | tree | snapshot | 
| 2019-02-06 | Benjamin Auder | Seemingly failed attempt at 'componentifying VariantRules' | commit | commitdiff | tree | snapshot | 
| 2019-02-06 | Benjamin Auder | Advance for rules page | commit | commitdiff | tree | snapshot | 
| 2019-02-05 | Benjamin Auder | Play against computer almost OK: need to fix Board... | commit | commitdiff | tree | snapshot | 
| 2019-02-05 | Benjamin Auder | Small fix in rules rendering | commit | commitdiff | tree | snapshot | 
| next |