[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 • Expanded isomorphic positions
Page 1 of 1

Expanded isomorphic positions

Posted: Mon May 07, 2012 5:49 pm
by adum
isomorphic positions are positions in a problem's paths where different moves lead to the same position. to save effort for the problem creator, the site automatically understands how to transpose from one isomorphic position to another.

starting today, when in solving mode, the Java applet and the Javascript version are now both using a pre-expanded version of the SGF. the Javascript code never was able to handle isomorphic positions, and this is better for export too.

please let me know if you see any problems with this in practice.

Re: Expanded isomorphic positions

Posted: Mon May 21, 2012 2:39 pm
by zwim
I like it, especially when solving a problem wrong, now it is easier to go back one move and try to continue (in the old version it was sometimes weird because the undo put you on another branch of the tree).
The only drawback i see is that now, there are a lot more links in the solution window, making it a bit thick to read. I don't know, if it's possible, drawing only the link between first isomorphic nodes and not drawing links for subsequent nodes would makes it clearer.

Re: Expanded isomorphic positions

Posted: Mon May 21, 2012 10:57 pm
by adum
thanks for the feedback. i think we can remove all drawing of links, in fact.