Experimental change: options replacing randomness (more general)
[vchess.git] / client / src / components / ComputerGame.vue
2021-04-08 Benjamin AuderExperimental change: options replacing randomness ...
2021-01-22 Benjamin AuderFix issue with animation of some hidden moves (Screen)
2021-01-18 Benjamin AuderFix Konane and Yote computer play + a few bugs
2021-01-14 Benjamin AuderBetter fix to remove corrupted games vs computer
2021-01-14 Benjamin AuderRemove old debug-TODO + fixing attempt for computer...
2020-07-23 Benjamin AuderAdd debug trace for Hiddenqueen
2020-04-30 Benjamin AuderFix waiting time + names for computer games
2020-04-29 Benjamin AuderSimplify Monster + Doublemove2. Smoother example games
2020-04-06 Benjamin AuderImprove autoplay, debug move reception while autoplay...
2020-04-06 Benjamin AuderExperimental in-page analyze + show rules from Game...
2020-04-01 Benjamin AuderA few fixes + draft Interweave and Takenmake. Only...
2020-03-24 Benjamin AuderSome fixes
2020-03-12 Benjamin AuderRemove watcher for fenStart in BaseGame: call re_setVar...
2020-03-09 Benjamin AuderUpdate TODO, improve style for Crazyhouse variant,...
2020-03-07 Benjamin AuderFixes for corr games update + incomplete info (do not...
2020-03-04 Benjamin AuderAllow to set also randomness against computer
2020-03-03 Benjamin AuderMerge branch 'master' of auder.net:vchess
2020-03-03 Benjamin AuderFix some variants and improve a few other things a...
2020-02-27 Benjamin AuderImplemented multi-move possibility in a moves list...
2020-02-25 Benjamin AuderWrite Royalrace rules
2020-02-20 Benjamin AuderStore state of games VS computer
2020-02-20 Benjamin AuderRevise server code + a few fixes in trnalsations and...
2020-02-20 Benjamin AuderFixes
2020-02-19 Benjamin AuderAvoid direct references to (Dark) variant name in BaseG...
2020-02-18 Benjamin AuderSome more cleaning + fixes
2020-02-18 Benjamin AuderStarted code review + some fixes (unfinished)
2020-02-14 Benjamin AuderDraft of a problems section + news system
2020-02-12 Benjamin Auder'update'
2020-02-09 Benjamin AuderRemove extra window.V definition
2020-02-03 Benjamin Auder'update'
2020-01-30 Benjamin Auder'update'
2020-01-30 Benjamin AuderSmooth scrolling in moves, template to render moveList
2020-01-28 Benjamin Auderfixes, adjustments
2020-01-28 Benjamin AuderFixes
2020-01-26 Benjamin AuderSome graphical improvements (first attempt)
2020-01-22 Benjamin AuderFix games vs comp + auto
2020-01-22 Benjamin AuderSome changes to the logic in Rules.vue: weird behavior...
2019-11-19 Benjamin AuderFix bugs on variant page + update packages
2019-11-08 Benjamin AuderTODO: debug auto mode (newmove event not triggered...
2019-06-13 Benjamin Auder'update'
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-21 Benjamin AuderFix gameInfo.mycolor in BaseGame
2019-05-17 Benjamin AuderSimplify game variables passed to BaseGame component
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?)