vchess.git
2018-12-18 Benjamin AuderRemove database from git repo
2018-12-18 Benjamin AuderSome fixes, add basic preview logic for new problem
2018-12-18 Benjamin AuderSome refactoring in variants logic: more robust FEN...
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 AuderOn the road to problems to complete website :)
2018-12-14 Benjamin AuderCode simplification + a few fixes
2018-12-14 Benjamin AuderSlight improvement in diagrams on rules pages
2018-12-14 Benjamin AuderFix Checkered and Ultima rules. Write Chess960 rules...
2018-12-14 Benjamin AuderClarify long leaper movement in Ultima rules
2018-12-14 Benjamin AuderFix two bugs in Ultima isAttackedBy...
2018-12-13 Benjamin AuderFix a mustake in rules diagram for chameleon
2018-12-13 Benjamin AuderFix bugs in Ultima
2018-12-13 Benjamin AuderUltima bug: mate in 1 does not mate...
2018-12-13 Benjamin AuderBug fix in Ultima
2018-12-13 Benjamin AuderFinish Ultima rules + a few technical fixes
2018-12-13 Benjamin AuderAdd true repetition detection
2018-12-13 Benjamin AuderFinish Ultima rules. Seems ok (still potential bugs)
2018-12-13 Benjamin AuderAbout to finish completed Ultima rules
2018-12-13 Benjamin AuderSlight change in Ultima rules. TODO: merge with removed...
2018-12-12 Benjamin AuderFix Ultima when no moves are available
2018-12-12 Benjamin AuderFix king pos update in Ultima. TODO: explain rules
2018-12-12 Benjamin AuderSimplify (and almost fix) Ultima rules
2018-12-12 Benjamin AuderImplement 'isAttackedBy' logic in Ultima; but is that...
2018-12-12 Benjamin AuderImplementation of pieces movements + captures in Ultima
2018-12-12 Benjamin AuderAdvance on Ultima variant code
2018-12-12 Benjamin AuderDrop Half chess: does not seem very interesting after all
2018-12-12 Benjamin AuderBasic fixes in Ultima, still unimplemented
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 AuderRemove obsolete TODO file
2018-12-11 Benjamin AuderDo not abuse smileys
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 AuderSlight margin adjustement for FEN string
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 AuderAttempt to better adjust expert switch padding (TODO...
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 'help' modal style on large screens
2018-12-10 Benjamin AuderRemove 'type variants letters' comment (not very usful...
2018-12-10 Benjamin AuderImprove style (larger modal boxes on index)
2018-12-10 Benjamin AuderImprove style
2018-12-10 Benjamin AuderAttempt to reduce button sizes on small screens
2018-12-10 Benjamin AuderMuch less aggressive welcome message
2018-12-09 Benjamin AuderFix kingPos bug when taking en-passant in Atomic
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 AuderImprove list style on welcome page for small screens
2018-12-08 Benjamin AuderAdjust gitignore for webm demo
2018-12-08 Benjamin AuderDo not put demo on git repo
2018-12-08 Benjamin AuderAdd demo video
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 AuderAttempt to not throw exception on server socket error
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...
next