Alexander Wagner wrote:
> Fulvio wrote:
>
> Hi!
>
>> This patch allow to change the board without waiting for tree windows 
>> to complete search.
>> Can you try it to see if there are some bugs or side effects?
>
> Could you please check the following:
>
> - Open base as tree
> - Ctrl-L to get the game list
>
> If I do this, my game list is empty. And it seems, that it never gets 
> populated.
>
> If I open the base right away things seem to work fine, also I get a 
> populated game list if I close the base in question and reopen it once 
> (note: not open as tree)

This is not my fault :-)
"Open base as tree" don't change the current database so you're still 
working on the clipbase, that have no games.

>
> Additionally, I get two warnings:
>
> src/tkscid.cpp: In function int sc_tree_search(void*, Tcl_Interp*, 
> int, const char**):
> src/tkscid.cpp:13586: warning: deprecated conversion from string 
> constant to char*
This is a semantical problem of Tcl_SetResult, nothing to worry about:
http://www.tcl.tk/cgi-bin/tct/tip/340.html


> src/tkscid.cpp:13790: warning: unused variable foundInCache
>
My bad.
I'm trying some new formulas to change the way the perfomance is 
computed (actually is the simple combination of the average of opponents 
elo and the score achieved, i'll write a post on it) and i forgot it. 
Just delete "bool foundInCache = false;"

Thanks for having found the time to try the patch.
Did you try the things (like "Fill mask with base") that you write about 
in your post of some weeks ago?
I don't know how to use masks, so i hadn't try it.
Bye,
Fulvio

------------------------------------------------------------------------------
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to