Logged In: YES
user_id=1249353

v1.0.7 calculates the max. allowed milliseconds per turn,
where as v1.0.6 just uses a constant time. The constant
time is bad, as robots is allowed to use more time on
faster hardware. Therefore the allowed number of
milliseconds are calculated.

v1.0.7 allows 1000 cycles. In the next release of Robocode
50 times as many cycles are allowed, that is 50000 cyles,
which gives 22 milliseconds per turn on a Athlon 1400 MHz
running on Java 1.4.2 on Windows XP.

This way older robots should not get as many skipped turns
as in v1.0.7... if any?