Just had to post this documentation typo from the "Graph window" help page. ".... in addition the readability degreases."
Anyway there's a minor bug in calculating half moves for the Moves Filter Graph. Instead of for {set i $startMove} {$i <= $endMove} {set i [expr {$i + $FilterStepMoves}]} { lappend rlist [expr {2*$i}] lappend rlist [expr {2*($i+$FilterStepMoves)-1}] it should be for {set i $startMove} {$i <= $endMove} {incr i $FilterStepMoves} { lappend rlist [expr {2*$i-1}] lappend rlist [expr {2*($i+$FilterStepMoves)-2}] The problem is games with (say) 40 moves have 79 or 80 halfmoves, not 80 or 81. S. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Scid-users mailing list Scid-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scid-users