'update'
[vchess.git] / client /
2019-06-13 Benjamin Auder'update'
2019-06-13 Benjamin AuderFix clocks update + double move effect
2019-06-12 Benjamin AuderFix moves sending. TODO: fix double opp move + clocks...
2019-06-12 Benjamin Auder'update'
2019-06-11 Benjamin AuderComplete GameStorage.update. TODO: move transmission
2019-06-05 Benjamin AuderOn update + clocks thinking
2019-06-05 Benjamin AuderTODO: GameStorage.update + clocks started...
2019-06-04 Benjamin Auder'update'
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-30 Benjamin AuderGameStorage: experimental refactor
2019-05-29 Benjamin Audertiny changes in storage.js
2019-05-29 Benjamin AuderMove some bits of code from Hall to storage; finish...
2019-05-27 Benjamin AuderTODO: game storage init + get
2019-05-27 Benjamin AuderStart to catch up with code. Need to fnish at least...
2019-05-24 Benjamin AuderAdd some thoughts on Game view
2019-05-21 Benjamin AuderFix gameInfo.mycolor in BaseGame
2019-05-17 Benjamin AuderSimplify game variables passed to BaseGame component
2019-05-14 Benjamin Auder'update'
2019-05-10 Benjamin AuderContinue on Game view
2019-05-09 Benjamin AuderTiny changes in Game view
2019-05-04 Benjamin AuderMove some comments, and remove some of them
2019-04-23 Benjamin AuderThinking about Game view: around line 100 in views...
2019-04-16 Benjamin AuderStart thinking about game page (then problems, then...
2019-04-11 Benjamin Auderrefactor router to resume live games
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-04-02 Benjamin Auder'update'
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 AuderAdd debug traces
2019-03-26 Benjamin AuderFix ajax calls after whoami request; TODO: finish chall...
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-03-13 Benjamin AuderOngoing work on challenges + games for correspondance...
2019-03-12 Benjamin AuderRemove test instructions, fix CORS for DELETE method
2019-03-12 Benjamin AuderWork on correspondance challenges system
2019-03-08 Benjamin AuderStart work on challenges + games server side
2019-03-08 Benjamin Auder'update'
2019-03-06 Benjamin AuderSave state (Hall + sockets.js)
2019-03-04 Benjamin AuderSave state
2019-02-27 Benjamin AuderSaving state
2019-02-27 Benjamin AuderCan create, send and accept challenge. Next step: targe...
2019-02-26 Benjamin AuderAdvance on challenges (almost OK)
2019-02-26 Benjamin AuderSmall advance on Hall.vue (challenges + display)
2019-02-20 Benjamin AuderSeparate timeControl logic into utils/timeControl
2019-02-19 Benjamin AuderSaving state (hall+sockets)
2019-02-13 Benjamin AuderSome advances in challenge handling (server+client)
2019-02-12 Benjamin AuderSmall changes in Hall + data/challengeCheck
2019-02-12 Benjamin AuderDraft for challenges + games handling in main hall
2019-02-11 Benjamin AuderImplemented players discovery
2019-02-11 Benjamin AuderSave state (nothing really achieved)
2019-02-10 Benjamin AuderSmall update on main hall
2019-02-08 Benjamin AuderSimplify 'to' in newchallenge on hall view
2019-02-08 Benjamin AuderWork on sockets + challenge system
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-05 Benjamin AuderSmall fix in rules rendering
2019-02-04 Benjamin AuderReactivate game component, think about web(pack) worker
2019-01-31 Benjamin AuderFix footer alignment
2019-01-31 Benjamin AuderDraft of Rules view (not working) with computer play
2019-01-31 Benjamin AuderRemove modalWelcome
2019-01-31 Benjamin AuderAdvance on styling
2019-01-31 Benjamin AuderStyled layout. TODO: variants page, and then index
2019-01-30 Benjamin AuderPrepare new home
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-29 Benjamin AuderTODO: where to put template: in views/ or components/?
2019-01-25 Benjamin AuderSaving state (broken as usual)
2019-01-24 Benjamin AuderTiny changes...
2019-01-24 Benjamin AuderArrange sockets.js (unimplemented yet)
2019-01-23 Benjamin AuderAdd some suggestions for icons (from feather or...)
2019-01-23 Benjamin AuderAdvance on client side
2019-01-23 Benjamin AuderUnversion parameters.js
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...