Draft code reorganisation (+ fix Alice rules + stateless VariantRules object)
[vchess.git] / public / javascripts / base_rules.js
2019-01-06 Benjamin AuderDraft code reorganisation (+ fix Alice rules + stateles...
2018-12-27 Benjamin AuderSome debug, plan several short + long term TODOs
2018-12-27 Benjamin AuderFix MarseilleRules, remove debug traces
2018-12-26 Benjamin AuderBugs fixing, finalization of rules in french+english
2018-12-26 Benjamin AuderImplemented a very basic DarkBot + a few fixes + advanc...
2018-12-26 Benjamin AuderA few fixes + prepare translations + rules for last...
2018-12-26 Benjamin AuderFirst working draft of MarseilleRules; almost OK (bug...
2018-12-25 Benjamin AuderSome improvements; to be continuated
2018-12-25 Benjamin AuderVarious fixes, additions...
2018-12-25 Benjamin AuderSimplified underCheck / getCheckSquares logic. Debuggin...
2018-12-24 Benjamin AuderImplemented and tested DarkChess. Berolina, Upsidedown...
2018-12-24 Benjamin AuderPrepare some more variants (unfinished)
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-14 Benjamin AuderCode simplification + a few fixes
2018-12-13 Benjamin AuderFinish Ultima rules + a few technical fixes
2018-12-13 Benjamin AuderAdd true repetition detection
2018-12-12 Benjamin AuderImplementation of pieces movements + captures in Ultima
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-10 Benjamin AuderFix thinking time cap for computer (5 seconds)
2018-12-10 Benjamin AuderSome code cleaning + clarifying (TODO: work on variable...
2018-12-08 Benjamin AuderAttempt to not throw exception on server socket error
2018-12-08 Benjamin AuderFix a detail in Loser's flags
2018-12-08 Benjamin AuderImprove Switching chess: avoid duplicate moves for...
2018-12-07 Benjamin AuderPretty date printing in PGN
2018-12-07 Benjamin AuderAvoid score redundancy in PGN
2018-12-04 Benjamin AuderAdd final FEN information to the PGN
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-01 Benjamin AuderFix Crazyhouse
2018-11-29 Benjamin AuderImprove Crazyhouse; still not debugged
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 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 AuderSPeed-up checkmate and king capture for Magnetic 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 AuderAlice almost fixed
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 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 AuderAttempt to fix opponent in PGN (should be OK now)
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 AuderImproved PGN and game seek
2018-11-19 Benjamin AuderFix incheck by pawns for checkered
2018-11-19 Benjamin AuderFix code ordering in ChessRules.constructor
2018-11-19 Benjamin AuderGet rid of redundant variable variantRules.movesCount
2018-11-19 Benjamin AuderSome simplifications (breaking commit)
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 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-13 Benjamin AuderFirst commit