[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/provider/godb.php on line 137: Undefined array key "PHPSESSID"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
goproblems.com • [nd:nk] SGF construct not recognised
Page 1 of 1

[nd:nk] SGF construct not recognised

Posted: Sat Jun 28, 2014 5:14 am
by fpoto
While creating a problem with quarry, a free SGF editor, I discovered that it creates SGF lines like these:

AB[bj][ck:dk][cm][dn:dq][cr:dr][bs]
AW[aq][cn:cq][br]

which are not understood when the problem is loaded. I had to change them by hand to read as

AB[bj][ck][dk][cm][dn][do][dp][dq][cr][dr][bs]
AW[aq][cn][co][cp][cq][br]

but I have to do that every time I make a modification using quarry. I have not investigated deeply, but these look like the "Compressed point lists" that are defined at <http://www.red-bean.com/sgf/sgf4.html>.

It would be nice if those were implemented in your SGF reader.

Re: [nd:nk] SGF construct not recognised

Posted: Mon Jun 30, 2014 1:22 pm
by adum
okay, thanks. i haven't implemented that part of SGF.

Re: [nd:nk] SGF construct not recognised

Posted: Tue Jul 01, 2014 11:28 pm
by fpoto
Thank you for reading. I hope you will implement it ;)