Difference between revisions of "Thread:Talk:RoboRumble/Participants/Supersample.SuperCrazy and supersample.SuperCrazy/reply"

From Robowiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
A compatibility failure between the downloaders 'check if jar exists' file checker and the robocode 'load given robot jar' file loader. The former is case insensitive (probably had a good reason for it at the time) where as the latter is not.
 
A compatibility failure between the downloaders 'check if jar exists' file checker and the robocode 'load given robot jar' file loader. The former is case insensitive (probably had a good reason for it at the time) where as the latter is not.
 +
 +
Now that I think about it, the former may just be a "check if robot exists in robot database", rather then a file checker.

Latest revision as of 06:25, 6 September 2011

A compatibility failure between the downloaders 'check if jar exists' file checker and the robocode 'load given robot jar' file loader. The former is case insensitive (probably had a good reason for it at the time) where as the latter is not.

Now that I think about it, the former may just be a "check if robot exists in robot database", rather then a file checker.