Refactor endgame process, start working on game end (abort)
[vchess.git] / client / src / components /
2019-06-14 Benjamin AuderRefactor endgame process, start working on game end...
2019-06-13 Benjamin Auder'update'
2019-06-13 Benjamin AuderFix clocks update + double move effect
2019-06-11 Benjamin AuderComplete GameStorage.update. TODO: move transmission
2019-06-05 Benjamin AuderTODO: GameStorage.update + clocks started...
2019-06-04 Benjamin AuderFix a few things: ready to work on basic live games
2019-06-04 Benjamin AuderImproved logic for playing against bots
2019-06-02 Benjamin AuderToward game info simplification
2019-05-31 Benjamin AuderOn the way to simplify : gameState + gameInfo everywher...
2019-05-31 Benjamin AuderSmall fixes
2019-05-27 Benjamin AuderStart to catch up with code. Need to fnish at least...
2019-05-21 Benjamin AuderFix gameInfo.mycolor in BaseGame
2019-05-17 Benjamin AuderSimplify game variables passed to BaseGame component
2019-04-11 Benjamin AuderFix end of game + navigation after computer game ends
2019-04-10 Benjamin AuderStill some issues with moves navigation after computer...
2019-04-10 Benjamin AuderFixing computer play
2019-04-09 Benjamin AuderFix play comp move in ComputerGame component
2019-04-08 Benjamin AuderAdvance in playing against computer
2019-04-02 Benjamin AuderNeed to pass props from Game to ComputerGame to BaseGam...
2019-03-29 Benjamin AuderRefactoring: BaseGame, Game, ComputerGame (ProblemGame?)
2019-03-28 Benjamin AuderFix things. Now on (live) game start + play
2019-03-26 Benjamin AuderFix authentication
2019-03-25 Benjamin AuderAttempt to fix authenticate + local user data
2019-03-22 Benjamin AuderFix login/register system
2019-03-20 Benjamin AuderSmall fixes + add some debug traces
2019-02-27 Benjamin AuderCan create, send and accept challenge. Next step: targe...
2019-02-26 Benjamin AuderSmall advance on Hall.vue (challenges + display)
2019-02-11 Benjamin AuderSave state (nothing really achieved)
2019-02-10 Benjamin AuderSmall update on main hall
2019-02-08 Benjamin AuderSaving current state
2019-02-07 Benjamin AuderWork on main hall
2019-02-06 Benjamin AuderRevert to 'old' way of dealing with assets + diagrams
2019-02-06 Benjamin AuderStart to revert to previous way of handling rules ...
2019-02-06 Benjamin AuderSeemingly failed attempt at 'componentifying VariantRules'
2019-02-06 Benjamin AuderAdvance for rules page
2019-02-05 Benjamin AuderPlay against computer almost OK: need to fix Board...
2019-02-04 Benjamin AuderReactivate game component, think about web(pack) worker
2019-01-31 Benjamin AuderDraft of Rules view (not working) with computer play
2019-01-31 Benjamin AuderStyled layout. TODO: variants page, and then index
2019-01-30 Benjamin AuderApply store pattern to track global app state
2019-01-30 Benjamin AuderClient now running. Toward fully 1-page (with filters...
2019-01-29 Benjamin AuderCode reorganization
2019-01-25 Benjamin AuderSaving state (broken as usual)
2019-01-23 Benjamin AuderAdvance on client side
2019-01-22 Benjamin AuderReady to translate old client code (start with index)
2019-01-22 Benjamin AuderSeparate client and server codes. Keep everything in...