vchess.git
2018-12-08 Benjamin AuderImprove buttons styles on game page
2018-12-08 Benjamin AuderUpdate TODO, better index title
2018-12-08 Benjamin AuderFix a detail in Loser's flags
2018-12-08 Benjamin AuderFix typo
2018-12-08 Benjamin AuderBetter squares highlighting
2018-12-08 Benjamin AuderAllow to navigate in game after it's over (undo/play)
2018-12-08 Benjamin AuderImprove Switching chess: avoid duplicate moves for...
2018-12-07 Benjamin AuderFix rand init pos for Antiking (no cornered bishops)
2018-12-07 Benjamin AuderPretty date printing in PGN
2018-12-07 Benjamin AuderFix Magnetic flags update (when rooks are magnetically...
2018-12-07 Benjamin AuderAvoid score redundancy in PGN
2018-12-06 Benjamin AuderFix antikings attacking rule
2018-12-06 Benjamin AuderAllow smartphone users to drag and drop pieces
2018-12-04 Benjamin Auder[cosmetics] Slightly rephrase bug report instructions
2018-12-04 Benjamin AuderAdd final FEN information to the PGN
2018-12-04 Benjamin AuderFix initial knights+camels position in Wildebeest
2018-12-04 Benjamin AuderShow FEN during game (for debug at least)
2018-12-04 Benjamin AuderSlight style improvement (background light grey)
2018-12-04 Benjamin AuderA few fixes (Checkered, Loser)
2018-12-04 Benjamin AuderFix depth 2 search
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 Crazyhouse rules description
2018-12-04 Benjamin AuderFix and simplify variables update in Atomic
2018-12-03 Benjamin AuderFix Atomic when an init rook is taken
2018-12-02 Benjamin AuderFix a bug in Alice chess when castling
2018-12-01 Benjamin AuderAdd TODO for bots
2018-12-01 Benjamin AuderFix Loser chess
2018-12-01 Benjamin AuderFix Crazyhouse
2018-11-29 Benjamin AuderImprove Crazyhouse; still not debugged
2018-11-28 Benjamin AuderAdd TODOs
2018-11-28 Benjamin AuderFixed Crazyhouse; still have to keep track of promoted...
2018-11-28 Benjamin AuderFix switching chess
2018-11-28 Benjamin AuderSwitching chess almost OK, Extinction seems OK, Crazyho...
2018-11-27 Benjamin AuderSome fixes. Loser implemented. Draft Extinction,Crazyho...
2018-11-27 Benjamin AuderA few fixes, and write rules for Grand + Wildebeest
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 AuderDraft of Grand chess. Not bad, but style to adjust...
2018-11-26 Benjamin AuderEarly draft of Wildebeest + Grand
2018-11-26 Benjamin AuderSlight improve in bug report instructions
2018-11-26 Benjamin AuderBetter email link
2018-11-26 Benjamin AuderAdd bug report instructions to index page
2018-11-26 Benjamin AuderAdd a small silent when landing on variant page to...
2018-11-26 Benjamin AuderSPeed-up checkmate and king capture for Magnetic chess
2018-11-26 Benjamin AuderFix end of game for Checkered chess
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
next