Improve buttons styles on game page
[vchess.git] / public / javascripts / components / game.js
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)
2018-11-20 Benjamin AuderCLeaner way to fix PGN
2018-11-20 Benjamin AuderAttempt to fix opponent in PGN
2018-11-20 Benjamin AuderFix mode in PGN
2018-11-20 Benjamin AuderGeneralize code in VariantRules. Considerable speed...
2018-11-19 Benjamin AuderDraft of Antiking variant
2018-11-19 Benjamin AuderWorkaround unselectable text: allow PGN download
2018-11-19 Benjamin AuderAdd expert mode
2018-11-19 Benjamin AuderImplemented turn indicator
2018-11-19 Benjamin AuderDisplay tooltips below (better on smartphones I think)
2018-11-19 Benjamin AuderImproved PGN and game seek
2018-11-19 Benjamin AuderFix incheck by pawns for checkered
2018-11-19 Benjamin AuderTry to fix sound exception...
2018-11-19 Benjamin AuderFix lastate propagation
2018-11-19 Benjamin AuderSome simplifications (breaking commit)
2018-11-18 Benjamin AuderFirst draft of game balancing solution after reconnect
2018-11-18 Benjamin AuderA few fixes. Still undelivered moves issue
2018-11-18 Benjamin AuderAttempt to fix the non-transmitted moves issue
2018-11-18 Benjamin AuderAttempt to prevent other tabs new games while playing...
2018-11-18 Benjamin AuderStop highlighting king when new game starts
2018-11-18 Benjamin AuderMore robust in-check indications (ready for Antiking)
2018-11-17 Benjamin AuderHighlight king in red if undercheck + some improvements
2018-11-16 Benjamin AuderAdd initial FEN to PGN; shorten end of game window
2018-11-16 Benjamin AuderStore moves, show PGN at end of game
2018-11-16 Benjamin AuderAdd state indicators for game seek/playing
2018-11-16 Benjamin AuderForgot to remove game seek on new game
2018-11-16 Benjamin AuderRobustify game seek
2018-11-15 Benjamin AuderFix disconnection issues (not subtle way...)
2018-11-15 Benjamin AuderAdd a few TODOs to handle invisible disconnections
2018-11-13 Benjamin AuderFirst commit