Fix Alice chess
[vchess.git] / public / javascripts / components / game.js
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