vchess.git
2018-11-26 Benjamin AuderFix Alice chess
2018-11-25 Benjamin AuderAttempt to fix Alice chess
2018-11-25 Benjamin AuderImprove Alice variant
2018-11-24 Benjamin AuderFix Alice rules (en passant)
2018-11-23 Benjamin AuderImprove Alice notation, PGN. Add debugging instruction...
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 AuderDraft Alice rules
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 AuderDraft Alice variant, prepare some images
2018-11-22 Benjamin AuderDraft plan for easy Alice chess implementation
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 AuderAdd TODO for pawns promotions in Magnetic + slightly...
2018-11-20 Benjamin AuderFinish Magnetic chess
2018-11-20 Benjamin AuderFirst draft of Magnetic chess
2018-11-20 Benjamin AuderAntiking seems OK now
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 (should be OK now)
2018-11-20 Benjamin AuderAttempt to fix opponent in PGN
2018-11-20 Benjamin AuderFix mode in PGN
2018-11-20 Benjamin AuderUpdate README
2018-11-20 Benjamin AuderGeneralize code in VariantRules. Considerable speed...
2018-11-19 Benjamin AuderAdd a few questions...
2018-11-19 Benjamin AuderFix date in PGN: months start at 0
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 AuderBasic style improve (for smartphones)
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 code ordering in ChessRules.constructor
2018-11-19 Benjamin AuderFix lastate propagation
2018-11-19 Benjamin AuderGet rid of redundant variable variantRules.movesCount
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 AuderSuggest using Redis when failing to deliver messages
2018-11-18 Benjamin AuderAttempt to prevent other tabs new games while playing...
2018-11-18 Benjamin AuderAdjustement to highlight checkered checks
2018-11-18 Benjamin AuderStop highlighting king when new game starts
2018-11-18 Benjamin AuderSpeed up computer thinking, fix Zen ep
2018-11-18 Benjamin AuderMore robust in-check indications (ready for Antiking)
2018-11-17 Benjamin AuderUpdate TODO
2018-11-17 Benjamin AuderUpdate TODO
2018-11-17 Benjamin AuderHighlight king in red if undercheck + some improvements
2018-11-17 Benjamin AuderFix typo in Zen getNotation()
2018-11-16 Benjamin AuderAdd initial FEN to PGN; shorten end of game window
2018-11-16 Benjamin AuderAdd some TODOs
2018-11-16 Benjamin AuderStore moves, show PGN at end of game
2018-11-16 Benjamin AuderAdd reconnection ability to index page
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 AuderPointer cursor on board when playing
2018-11-13 Benjamin AuderAdd help modal on index. Adjustments in Checkered rules
2018-11-13 Benjamin AuderRemove extra sound source (unused)
2018-11-13 Benjamin AuderFirst commit