kaorahi

Results 69 issues of kaorahi

(Caution: You also need to apply #766 to handle initial stones correctly in Lizzie 0.7.4.) This patch fixes both #889 and another issue (handicap stones are not cleared for background...

Here is an unofficial all-in-one package of Lizzie for Windows. You need no installation, no Java setup. https://github.com/kaorahi/lizzie/releases (Find patched074_*.) I used github actions to make it without local Windows...

Fix the following issue reported by @hebaeba. 1. Check "Preload" of Engine 2 in Settings > Engine. 2. Restart Lizzie. "Engine 0: XXXX" is shown on the menu bar. 3....

Alternatively... * Edit comment: Double-click on the comment area (the black rectangle at the bottom right) * Copy comment to clipboard: Ctrl-Shift-C This PR is just a workaround for #806...

Issue A: #676 (word wrap). Compared to #696, this PR will be more friendly with the existing code of Lizzie 0.7.4. ~~~ (;SZ[19]C[long long long long long long long long...

Lizzie 0.7.4 shows `abc` in the comment area for this SGF. Sabaki and KaTrain shows `a;b;c;` correctly. ~~~ (;SZ[19]C[a;b;c;]) ~~~

...because it is just a "picture" :p (cf. cachedCommentImage in LizzieFrame.java) sample SGF: ~~~ (;SZ[19]C[123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16...

I gave up debugging of getCurLane() and use a dummy drawing to get the current lane to fix #862 certainly.

I expect the large "pass" mark on the board even when I select "All" or "Last" for "Show Move Number" in Settings. How do you think?