10-10-2015, 03:31 PM
Should say debug level, coincides with the Gather Debug, which is just to clean up debug output.
The timer works as it should Wonderland, the time starts once the first search near the base position. It does not reset after every node. If there are multiple nodes you need to factor that time into your math, and keep in mind that it is in milliseconds, so 120 is only 120 ms, so that will most definitely limit you to a single node. Maxtime is just a workaround at this point, I'll throw on something more complete at some point.
The timer works as it should Wonderland, the time starts once the first search near the base position. It does not reset after every node. If there are multiple nodes you need to factor that time into your math, and keep in mind that it is in milliseconds, so 120 is only 120 ms, so that will most definitely limit you to a single node. Maxtime is just a workaround at this point, I'll throw on something more complete at some point.