Experimental game upload added
[vchess.git] / client / src / utils / gameStorage.js
2020-03-30 Benjamin AuderExperimental game upload added
2020-03-30 Benjamin AuderDraft game upload logic (unwritten yet for Analysis...
2020-03-27 Benjamin AuderAdd unambiguous section in the PGN + some fixes + code...
2020-03-26 Benjamin AuderRecord chat history in live games as well
2020-03-19 Benjamin AuderTrigger IndexedDB onupgradeneeded by increasing DB...
2020-03-19 Benjamin AuderFix DBOpenRequest.onupgradeneeded
2020-03-19 Benjamin AuderMerge branch 'master' of github.com:yagu0/vchess
2020-03-19 Benjamin AuderloadMore button for my local games as well
2020-03-19 Benjamin AuderShow check(mate) indicators in moves list. No longer...
2020-03-12 Benjamin AuderSome fixes, work on Eightpieces draft, add a few captur...
2020-03-09 Benjamin AuderDraft rematch (not working yet) + fix Crazyhouse getPro...
2020-03-07 Benjamin AuderFix clocks update + abort games from MyGames page
2020-03-07 Benjamin AuderExperimental update: preview corr move + allow deletion...
2020-03-06 Benjamin AuderSome improvements (multi-tabs on same game seem fixed)
2020-03-05 Benjamin AuderAcceptable state, but still issues when a lot of moves...
2020-03-04 Benjamin AuderAdd debug trace to understand why corr move 1 isn't...
2020-03-04 Benjamin AuderAdd debug traces to understand what happens with first...
2020-02-29 Benjamin AuderFixes. TODO: autofocus on forms, and understand why...
2020-02-29 Benjamin AuderImprovements - untested
2020-02-20 Benjamin AuderStore state of games VS computer
2020-02-20 Benjamin AuderFixes
2020-02-18 Benjamin AuderSome more cleaning + fixes
2020-02-18 Benjamin AuderStarted code review + some fixes (unfinished)
2020-02-11 Benjamin AuderExperimental multi-tabs support (TODO: prevent multi...
2020-02-07 Benjamin Auder'update'
2020-02-05 Benjamin AuderTODO: finish draw offer logic + fix inCheck bug (no...
2020-02-05 Benjamin AuderRelocate board adjuster + start working on translations
2020-02-01 Benjamin AuderFinished. Now some last styling
2020-01-30 Benjamin Auder'update'
2020-01-26 Benjamin AuderGet rid of ugly this.... calls
2020-01-23 Benjamin AuderFinish corr implementation for draw offers (untested)
2019-12-18 Benjamin AuderRename gameId --> id in Game.vue
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 AuderDraft game update. TODO: debug, finish view/Game.vue
2019-12-02 Benjamin AuderFix clocks update
2019-12-02 Benjamin AuderAttempt to fix countdown for live games. Some issues...
2019-11-30 Benjamin AuderGameStorage.getCorrGame ok + add watchers for st.variants
2019-11-08 Benjamin AuderFix clocks while playing live game
2019-07-04 Benjamin AuderModifs to send current live game
2019-06-25 Benjamin AuderAlmost fixed clocks update (incoherent FEN state)
2019-06-19 Benjamin AuderSome fixes. TODO: check clocks update, and continue...