kaorahi

Results 127 comments of kaorahi

Yes, as a hidden feature at present. If you are using the released binary `LizGoban 0.8.0-pre1.exe`: 1. Copy sample/built_in/config.json to the same folder as `LizGoban 0.8.0-pre1.exe`. 2. Edit config.json to...

Oh, I hadn't noticed that this white lettering can be misleading. Color design is really difficult... Since this is the first complaint I've received about this issue, I'd like to...

By the way, I was really surprised to see that you disabled "Lizzie style" in your movie. I thought I was the only one who prefers "annoying red lines across...

to get a rough idea... ![winrate](https://github.com/lightvector/KataGo/assets/38910552/405f4ba0-9c45-4cc8-bc27-8a3f6e3fd0b3) ![scoreLead](https://github.com/lightvector/KataGo/assets/38910552/fc2d639b-93b6-4065-85d8-4ed8d67b9ef2)

In my environment, Lizzie shows an empty window instead of the alert dialog "Lizzie requires version 0.15 or later of Leela Zero for analysis" if I set `leela_gtp -g` as...

I pushed 2ce1d7f4 to fix kaorahi#3 (flicker of ownership colors in auto-analysis), that occurs after d790275e.

In my Linux environment, Settings > View > Hold Best Moves To Sgf is shown as "Hold Best Moves To ..." actually. This patch shows tooltips by mouse hover on...

Additional feature: You can specify different tooltips as the texts after `\n`. (example 1) in `src/main/resources/l10n/DisplayStrings.properties` ~~~ LizzieConfig.title.showLcbWinrate=Display Winrate As\nNever use LCB!! ~~~ (example 2: decoration) ~~~ LizzieConfig.title.showLcbWinrate=Display Winrate As\nNever...

See the above example 2 for multi-line tooltips. Add the following line into kaorahi@6b9e5a44 to show the tooltips immediately. ~~~ ToolTipManager.sharedInstance().setInitialDelay(0); ~~~