X-Git-Url: https://git.auder.net/images/pieces/%22%20%20V.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;ds=sidebyside;f=TODO;h=1ab50465da026b3e7c9c03bf3917650c177362f6;hb=2cfc3b918bf2c6581199f9ca72b61112c35fdb15;hp=4c56740240c4f75847e82a646bb1b5fc7e319384;hpb=0cd8f2bdfe04a0bd880ee48ef2dcce24728536ee;p=vchess.git diff --git a/TODO b/TODO index 4c567402..1ab50465 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,11 @@ -For animation, moves should contains "moving" and "fading" maybe... -Depth 2 or 3 depending on variant and if we detect smartphone or not? -(static get SEARCH_DEPTH() { return 2; }) +PROBABLY WON'T FIX: +Embedded rules language not updated when language is set (in Analyse, Game and Problems) +If new live game starts in background, "new game" notify OK but not first move. + +"FreeBoard", re-using a lot of Board logic, but with SVG (empty) board + SVG (empty) reserves. +Will be used for variants with custom non-rectangular board (Hex, at least) +Or, with other board shapes (see greenchess.net for example) + +Would be nice to display some better variants names (Pacosako -> Paco-Ŝako etc), +but the "formatted" name with uppercase + all lower cases would still be required. +(For example in variants list, or tournament variant field).