Attempt to clarify installation instructions a little
[vchess.git] / client / src / components / BaseGame.vue
2020-02-16 Benjamin AuderFixes, improvements
2020-02-15 Benjamin AuderFixes
2020-02-14 Benjamin AuderDraft of problems section
2020-02-12 Benjamin AuderWill remove Welcome div, finally
2020-02-12 Benjamin Auder'update'
2020-02-09 Benjamin AuderRename analyze --> analyse (UK spelling?)
2020-02-07 Benjamin AuderTranslations
2020-02-07 Benjamin AuderFixes about lastate
2020-02-06 Benjamin AuderGraphical fix
2020-02-06 Benjamin AuderStill logging an issue when transitioning Hall <--...
2020-02-05 Benjamin AuderEverything implemented. A lot still untested
2020-02-05 Benjamin AuderFix incheck bug
2020-02-05 Benjamin AuderRelocate board adjuster + start working on translations
2020-02-04 Benjamin AuderRemove debug trace
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 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 AuderSome fixes
2020-01-28 Benjamin AuderFix. TODO: Vue reactivity on game.score and game. ...
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 AuderSome changes to the logic in Rules.vue: weird behavior...
2020-01-17 Benjamin AuderMoveList working. TODO: Chat
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-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-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-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?)