>----Messaggio originale----
>Da: jgarcia2...@telefonica.net
>Data: 19/02/2011 10.46
>A: "Scid Users List"<scid-users@lists.sourceforge.net>
>Ogg: [Scid-users] Time per move on analysis.
>
>Thanks very much for adding the possibility to set a match between 
>engines in the Analysis Window.
>
>When selecting "Finish Game" on the Analysis Window, the initial time 
>per move is hardcoded to 5 seconds. On succesive calls (stop engine, 
>restart it, select again "Finish Game") it reminds the seconds I choose 
>the previous call for both engines. Scid ignores the setting "Autoplay 
>Time Delay" under "Options"->"Moves"
>
>I have tried to find the relevant code in analysis.tcl with no success. 

Hi, the code is in tcl/tools/analysis.tcl:
set finishGameCmd1 "movetime"
set finishGameCmdVal1 5
set finishGameCmd2 "movetime"
set finishGameCmdVal2 5

I didn't used the "Autoplay Time Delay" because i thought to save the values 
in options.dat so they will be reminded even after closing scid; but i was to 
lazy to do that.
Probably in the future.
Bye,
Fulvio

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to