Draft code reorganisation (+ fix Alice rules + stateless VariantRules object)
[vchess.git] / public / javascripts / components / game.js
2019-01-06 Benjamin AuderDraft code reorganisation (+ fix Alice rules + stateles...
2018-12-27 Benjamin AuderFix seek game
2018-12-27 Benjamin AuderSome debug, plan several short + long term TODOs
2018-12-27 Benjamin AuderFix MarseilleRules, remove debug traces
2018-12-27 Benjamin AuderAdd traces to understand what happens in MarseilleChess...
2018-12-26 Benjamin AuderCrazyhouse: back to previous design; style to be improved
2018-12-26 Benjamin AuderBugs fixing, finalization of rules in french+english
2018-12-26 Benjamin AuderImplemented a very basic DarkBot + a few fixes + advanc...
2018-12-26 Benjamin AuderA few fixes + prepare translations + rules for last...
2018-12-26 Benjamin AuderMarseilleRules OK
2018-12-26 Benjamin AuderFirst working draft of MarseilleRules; almost OK (bug...
2018-12-25 Benjamin AuderSome improvements; to be continuated
2018-12-25 Benjamin AuderSimplified underCheck / getCheckSquares logic. Debuggin...
2018-12-24 Benjamin AuderImplemented and tested DarkChess. Berolina, Upsidedown...
2018-12-24 Benjamin AuderPrepare some more variants (unfinished)
2018-12-23 Benjamin AuderAdvance on Spanish translation (still 13 rules to trans...
2018-12-23 Benjamin AuderDo not announce a demo video (difficult to cover all...
2018-12-23 Benjamin AuderFix computer game continuation when it's computer turn
2018-12-23 Benjamin AuderComplete translations
2018-12-23 Benjamin AuderAdd some forgotten translations + fix typo
2018-12-23 Benjamin AuderFull translation
2018-12-22 Benjamin AuderMake tooltip labels visible again
2018-12-22 Benjamin AuderAlmost finished: just translations TODO
2018-12-22 Benjamin AuderImprove style on variant page; TODO: problems, Crazyhouse
2018-12-21 Benjamin AuderSaving state (unfinished styling on variant page)
2018-12-20 Benjamin AuderGroup some styles in variant.sass
2018-12-20 Benjamin AuderFix promotion bug on smartphones
2018-12-19 Benjamin AuderFix some typos and forgotten things
2018-12-19 Benjamin AuderRemove debug trace
2018-12-19 Benjamin AuderAchieved first relatively complete version of the websi...
2018-12-19 Benjamin AuderStart working on style
2018-12-19 Benjamin AuderAllow resuming computer games, attempt to fix 'ghost...
2018-12-18 Benjamin AuderFix mycolor when resuming from game vs computer
2018-12-18 Benjamin AuderFinished basic chat implementation
2018-12-18 Benjamin AuderPlay computer move in webworker to not freeze interface
2018-12-18 Benjamin AuderSome fixes, problems logic now functional
2018-12-18 Benjamin AuderSome fixes, add basic preview logic for new problem
2018-12-17 Benjamin AuderSave current state (unfinished, untested)
2018-12-16 Benjamin AuderSave state - unfinished changes
2018-12-16 Benjamin AuderFinished problems implementation. TODO: specify state...
2018-12-15 Benjamin AuderAlmost finished problems logic. TODO: showProblem(...
2018-12-15 Benjamin AuderOn the way to problems: saving state [not functional...
2018-12-14 Benjamin AuderFix '3 knights' bug + tiny advance on problems tab
2018-12-14 Benjamin AuderCode simplification + a few fixes
2018-12-13 Benjamin AuderFix bugs in Ultima
2018-12-13 Benjamin AuderUltima bug: mate in 1 does not mate...
2018-12-13 Benjamin AuderFinish Ultima rules + a few technical fixes
2018-12-13 Benjamin AuderAdd true repetition detection
2018-12-13 Benjamin AuderSlight change in Ultima rules. TODO: merge with removed...
2018-12-12 Benjamin AuderFix HalfChess, more random Loser initial position,...
2018-12-11 Benjamin AuderDraft of Ultima chess rules; almost OK HalfChess
2018-12-11 Benjamin AuderFix preferences screen (pre-selected sound level)
2018-12-11 Benjamin AuderFix sound level retrieval via cookie
2018-12-11 Benjamin AuderSome style improvements
2018-12-11 Benjamin AuderFix settings button on small screens
2018-12-11 Benjamin AuderA few fixes (style, preferences application)
2018-12-11 Benjamin AuderFinish preferences implementation
2018-12-11 Benjamin AuderAdd basic sound and color selection (not reactive yet)
2018-12-11 Benjamin AuderSaving state (draft, not working)
2018-12-11 Benjamin AuderDraft settings on variant page (unfinished)
2018-12-10 Benjamin AuderFix thinking time cap for computer (5 seconds)
2018-12-10 Benjamin AuderSome code cleaning + clarifying (TODO: work on variable...
2018-12-10 Benjamin AuderImprove style
2018-12-10 Benjamin AuderAttempt to reduce button sizes on small screens
2018-12-09 Benjamin AuderAlways show game seek button (main purpose of website)
2018-12-09 Benjamin AuderExperimental IRL mode for analyzing and playing against...
2018-12-08 Benjamin AuderUser-friendly vchess presentation on index + some code...
2018-12-08 Benjamin AuderFix newgame bug (seek-cancel-seek should not create...
2018-12-08 Benjamin AuderImprove buttons styles on game page
2018-12-08 Benjamin AuderBetter squares highlighting
2018-12-08 Benjamin AuderAllow to navigate in game after it's over (undo/play)
2018-12-06 Benjamin AuderAllow smartphone users to drag and drop pieces
2018-12-04 Benjamin AuderShow FEN during game (for debug at least)
2018-12-04 Benjamin AuderAdjust comments, add a few TODOs + remove DEBUG in...
2018-12-04 Benjamin Auder(Temporarily) Disable touch handling for smartphones
2018-12-04 Benjamin AuderFix mousedown event (only in game)
2018-12-04 Benjamin AuderAttempt to handle smartphone drag and drop
2018-12-04 Benjamin AuderFix Crazyhouse reserve initial position when selecting
2018-12-04 Benjamin AuderFix and simplify variables update in Atomic
2018-11-29 Benjamin AuderImprove Crazyhouse; still not debugged
2018-11-28 Benjamin AuderFixed Crazyhouse; still have to keep track of promoted...
2018-11-28 Benjamin AuderSwitching chess almost OK, Extinction seems OK, Crazyho...
2018-11-27 Benjamin AuderFix captures and some moves for Grand & Wildebeest
2018-11-27 Benjamin AuderFixed bigger board variants. Still buggish
2018-11-27 Benjamin AuderAdjust squares size for bigger boards
2018-11-27 Benjamin AuderAdd a soft timer to avoid spending much more than 5...
2018-11-26 Benjamin AuderAdd a small silent when landing on variant page to...
2018-11-26 Benjamin AuderFix Alice chess
2018-11-25 Benjamin AuderImprove Alice variant
2018-11-24 Benjamin AuderFix Alice rules (en passant)
2018-11-23 Benjamin AuderFurther fix in Alice chess; still some issues
2018-11-23 Benjamin AuderAttempt to fix Alice chess
2018-11-23 Benjamin AuderAlice almost fixed
2018-11-23 Benjamin AuderFix magnetic promotions, attempt to fix Alice chess
2018-11-22 Benjamin AuderAlice rules implemented, but unfinished and with bugs...
2018-11-22 Benjamin AuderProbably fixed Magnetic chess
2018-11-21 Benjamin AuderSaving state - unstable
2018-11-21 Benjamin AuderComplete Magnetic rules
2018-11-21 Benjamin AuderRemove some redundant code [Checkered/Magnetic still...
2018-11-20 Benjamin AuderFist draft of Antiking variant (still being debugged)
next