Fix MarseillRules
[vchess.git] / client / src / components /
2020-02-04 Benjamin AuderFix MarseillRules
2020-02-04 Benjamin AuderFailed attempt for marseilleChess with a template:...
2020-02-04 Benjamin AuderSome fixes
2020-02-04 Benjamin AuderFixes on login/logout + challenges sending
2020-02-04 Benjamin AuderRemove debug trace
2020-02-04 Benjamin AuderFix chat
2020-02-04 Benjamin Auder'update'
2020-02-03 Benjamin AuderIssue with observer in live games: moveToPlay repeated...
2020-02-03 Benjamin Auder'update'
2020-02-03 Benjamin Auder'update'
2020-02-01 Benjamin AuderTODO: fix draw logic
2020-02-01 Benjamin AuderFinished. Now some last styling
2020-01-31 Benjamin AuderLast size adjustments
2020-01-31 Benjamin AuderStyle...
2020-01-31 Benjamin AuderWork on sizes, CSS
2020-01-31 Benjamin Auder'update'
2020-01-31 Benjamin Auder'update'
2020-01-31 Benjamin AuderTODO: board+moves in same div fixed width centered...
2020-01-31 Benjamin AuderFixes
2020-01-30 Benjamin Auder'update'
2020-01-30 Benjamin AuderSmooth scrolling in moves, template to render moveList
2020-01-29 Benjamin AuderStyling, adjustments
2020-01-29 Benjamin AuderFixes
2020-01-29 Benjamin AuderAdjustments, handle keyStrokes on BaseGame
2020-01-28 Benjamin Auderfixes, adjustments
2020-01-28 Benjamin AuderFixes
2020-01-28 Benjamin AuderSome fixes
2020-01-28 Benjamin AuderFix. TODO: Vue reactivity on game.score and game. ...
2020-01-27 Benjamin AuderVarious fixes
2020-01-27 Benjamin AuderAdd chat to Hall, clickable FEN, fix contact form
2020-01-26 Benjamin AuderSmall fix
2020-01-26 Benjamin AuderSome graphical improvements (first attempt)
2020-01-26 Benjamin AuderGet rid of ugly this.... calls
2020-01-22 Benjamin AuderFix games list display + challenges display
2020-01-22 Benjamin AuderFix games vs comp + auto
2020-01-22 Benjamin AuderSome changes to the logic in Rules.vue: weird behavior...
2020-01-20 Benjamin AuderFix attempt - still chat issues when tabs are not reloa...
2020-01-18 Benjamin AuderSave state: draft of askgame logic but some bugs for now
2020-01-18 Benjamin AuderChat is working
2020-01-17 Benjamin AuderMoveList working. TODO: Chat
2019-12-29 Benjamin AuderA few fixes, drop planned problems support (replaced...
2019-12-24 Benjamin AuderParameters adjustments + cosmetics
2019-12-07 Benjamin AuderDebug newmove + messages
2019-12-06 Benjamin AuderImplement basic move.message. Buggish + game.clocks...
2019-12-06 Benjamin AuderRemove unused move.color, format moves corr --> live...
2019-12-06 Benjamin AuderCorr games: almost there. Then remote games + abort...
2019-12-03 Benjamin AuderA few fixes
2019-11-19 Benjamin AuderFix bugs on variant page + update packages
2019-11-12 Benjamin AuderUpdate packages versions
2019-11-08 Benjamin AuderTODO: debug auto mode (newmove event not triggered...
2019-07-04 Benjamin AuderModifs to send current live game
2019-07-02 Benjamin AuderSome fixes. TODO: challenge is lost if navigation to...
2019-06-25 Benjamin AuderFix clocks update
2019-06-19 Benjamin AuderSome fixes. TODO: check clocks update, and continue...
2019-06-18 Benjamin AuderSome fixes. TODO: game.mode must be analyze when score...
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)
next