Add Horde variant + fix typos
[vchess.git] / client / src / variants /
2020-03-28 Benjamin AuderAdd Horde variant + fix typos
2020-03-28 Benjamin AuderSome fixes + work on Dynamo draft. Also listen for...
2020-03-27 Benjamin AuderImprove FEN length for Eightpieces variant
2020-03-27 Benjamin AuderFix Apocalypse (again...), moveslist highlighting and...
2020-03-27 Benjamin AuderAdd unambiguous section in the PGN + some fixes + code...
2020-03-27 Benjamin AuderFix computer games for Apocalypse variant
2020-03-27 Benjamin AuderFix Apocalypse example games
2020-03-27 Benjamin AuderDisable analysis mode for Apocalypse
2020-03-27 Benjamin AuderFix and complete Apocalypse variant
2020-03-27 Benjamin AuderApocalypse chess is better but still slightly buggy
2020-03-26 Benjamin AuderMore efficient Synchrone chess + fix a bug. FIrst draft...
2020-03-26 Benjamin AuderFix Yurt movements in Orda chess
2020-03-26 Benjamin AuderAdd Orda variant. Some advances in Dynamo draft. Displa...
2020-03-25 Benjamin AuderSome fixes, and add 2 variants: Checkless and Parachute
2020-03-24 Benjamin AuderSome other fixes
2020-03-24 Benjamin AuderSome fixes
2020-03-24 Benjamin AuderLower search_depth on a few variants
2020-03-24 Benjamin AuderFix pieces values and notation for Ball variant. Add...
2020-03-24 Benjamin AuderAdd Doublearmy, commoner replaces middle king, no rules...
2020-03-24 Benjamin AuderFix Synchrone variant
2020-03-24 Benjamin AuderBetter Ball rules. Buggish but almost OK Synchrone...
2020-03-23 Benjamin AuderFix notation and pieces setup for random asymmetric...
2020-03-23 Benjamin AuderFixing attempt: clients now track tmpIds to know who...
2020-03-22 Benjamin AuderFix duplicated moves in Cylinder and Circular chess
2020-03-22 Benjamin AuderSchess: show 'nothing' instead of the moving piece...
2020-03-22 Benjamin AuderFix Hawk and Elephant movements in S-chess
2020-03-22 Benjamin AuderFirst draft of S-chess variant + a few fixes
2020-03-21 Benjamin AuderDraft Ball variant + some fixes, enhancements and code...
2020-03-20 Benjamin AuderFix bug in sentry attacked detections when pushing...
2020-03-20 Benjamin AuderFix random init position for Coregal + Twokings variants
2020-03-20 Benjamin AuderAdd Twokings variant
2020-03-20 Benjamin AuderLower search depth for Coregal
2020-03-20 Benjamin AuderAdd Coregal variant + simplify time management in Game.vue
2020-03-19 Benjamin AuderFix chat in main Hall + remove some duplicated code...
2020-03-19 Benjamin AuderDraft Coregal variant - still getCastleMoves() and...
2020-03-19 Benjamin AuderFix Perfect chess isAttackedBy(...)
2020-03-19 Benjamin AuderAdd Perfect Chess, fix a bug in BaseGame when moving...
2020-03-19 Benjamin AuderFix variants with captures forced: castling isn't a...
2020-03-18 Benjamin AuderFix Cannibal variant. TODO: better kings images
2020-03-18 Benjamin AuderAdd Rugby variant
2020-03-18 Benjamin AuderAdd Cannibal variant
2020-03-17 Benjamin AuderGeneralize pawn movements: cleaner and smaller code
2020-03-17 Benjamin AuderFix Antiking 1 notation
2020-03-17 Benjamin AuderAdd Antiking v1
2020-03-17 Benjamin AuderAdd Knightrelay1. Some fixes. Move odd 'isAttackedBy_mu...
2020-03-16 Benjamin AuderRefactor Games structure on server: no longer use an...
2020-03-15 Benjamin AuderFix Benedict rules for flipped colors when castling...
2020-03-15 Benjamin AuderFix bug in Eightpieces rules (division by 0)
2020-03-15 Benjamin AuderExperimental news notification system + fix Eightpieces...
2020-03-14 Benjamin AuderDraft Eightpieces rules. Fix display: PNG images +...
2020-03-14 Benjamin AuderA few fixes + remove debug traces (Eightpieces variant)
2020-03-14 Benjamin AuderFix forbidden captures and checks within first move...
2020-03-14 Benjamin AuderHopefully Eightpieces is less buggish now
2020-03-14 Benjamin AuderChange castle flags. Eightpieces still not OK, but...
2020-03-13 Benjamin AuderEightpieces almost ready
2020-03-13 Benjamin Auder'update'
2020-03-12 Benjamin AuderBetter 8pieces rules. Almost there (still buggish for...
2020-03-12 Benjamin AuderAlmost debugged Eightpieces variant
2020-03-12 Benjamin AuderDebug movesCount for MarseilleChess, complete draft...
2020-03-12 Benjamin AuderFix getCurrentScore in Racingkings variant
2020-03-12 Benjamin AuderFix some typos
2020-03-12 Benjamin AuderSome fixes, work on Eightpieces draft, add a few captur...
2020-03-11 Benjamin AuderWork on Eightpieces draft. Fix Grand deterministic...
2020-03-11 Benjamin AuderFixes
2020-03-10 Benjamin AuderBug fixes
2020-03-10 Benjamin AuderSome fixes and enhancements as suggested on Discord
2020-03-10 Benjamin AuderFix typo
2020-03-10 Benjamin AuderFix games ordering in MyGames, fix en-passant mistake...
2020-03-09 Benjamin AuderSmall fixes + early draft of Eightpieces variant
2020-03-09 Benjamin AuderUpdate TODO, improve style for Crazyhouse variant,...
2020-03-09 Benjamin AuderDraft rematch (not working yet) + fix Crazyhouse getPro...
2020-03-06 Benjamin AuderSome improvements (multi-tabs on same game seem fixed)
2020-03-05 Benjamin AuderSome fixes + draft newmove pingback logic (unfinished...
2020-03-04 Benjamin AuderFix Berolina en passant
2020-03-04 Benjamin AuderFix. Was an issue in berolina variant
2020-03-04 Benjamin AuderContinue debug attempt for move update on server
2020-03-04 Benjamin AuderAllow to set also randomness against computer
2020-03-04 Benjamin AuderExperimental symmetric randomness + deterministic option
2020-03-04 Benjamin AuderAdd Allmate v1 and v2 (old buggish but funny rules)
2020-03-03 Benjamin AuderFix clocks in corr games
2020-03-03 Benjamin AuderMerge branch 'master' of auder.net:vchess
2020-03-03 Benjamin AuderBetter time control in correspondance games
2020-03-03 Benjamin AuderFix some variants and improve a few other things a...
2020-03-02 Benjamin AuderFix Dark variant when en-passant captures are possible...
2020-03-01 Benjamin AuderFix some rules, complete rules translations
2020-03-01 Benjamin AuderFix Grasshopper variant
2020-03-01 Benjamin AuderDraft Hiddenqueen, Grasshopper and Knightmate chess...
2020-02-29 Benjamin AuderBetter pieces values in Knghtrelay variant
2020-02-29 Benjamin AuderFixes. TODO: autofocus on forms, and understand why...
2020-02-29 Benjamin AuderSome bug fixes + added rules for the 6 new variants
2020-02-28 Benjamin AuderSome fixes, wrote some rules, implemented Wormhole...
2020-02-27 Benjamin AuderImplemented multi-move possibility in a moves list...
2020-02-26 Benjamin AuderDebug Knightrelay variant
2020-02-26 Benjamin AuderTODO: debug Knightrelay, use generators + yield for...
2020-02-26 Benjamin AuderFix suggestion for Chaturanga, renamed into Shatranj
2020-02-26 Benjamin AuderFix Wildebeest variant
2020-02-25 Benjamin AuderFix Allmate variant
2020-02-25 Benjamin AuderFix path to Alice pieces
2020-02-25 Benjamin AuderDraft 2 new variants. Still 4 to add in this series
2020-02-25 Benjamin AuderWrite Royalrace rules
next