kaorahi
kaorahi
## List of keyboard controls (from Input.java in Lizzie 0.7.4): * e: toggle GTP console * shift + rightArrow: move branch down * rightArrow: next branch * shift + leftArrow:...
from https://github.com/featurecat/lizzie/issues/832#issuecomment-756894145
Lizzie ignores auto-analysis silently when we are at the end of the game. This confuses me every time. So I added a message in this case. I also tried to...
As a minimal support of kata-set-rules, this PR adds "Rule" into "Analysis" menu. It is enabled only when the engine is KataGo. (You need to wait for the initialization of...
It is just a link to #832 at present.
Sorry for the major bug #765 that was fixed in #766. @featurecat, do you have a plan to release this fix?
To "fix" the second issue in #820 with the minimal coding, this PR forces UTF-8 for saving SGF. Is this "solution" acceptable? (Of course #792 will be better if anyone...
Fix #820. Note that you also need to apply #794.