If you have Robocode 1.0.7 and not 1.0.6, the names of the explosion image files are different. You'll have to modify GLRenderer.java to use the new explosion image paths (which should be relatively simple to figure out). Otherwise, RobocodeGL will throw an exception on boot. -- Kawigi |
If you have Robocode 1.0.7 and not 1.0.6, the names of the explosion image files are different. You'll have to modify GLRenderer.java to use the new explosion image paths (which should be relatively simple to figure out). Otherwise, RobocodeGL will throw an exception on boot. -- Kawigi return (10<<getX()<<(getBattleFieldWidth?()-10)); *** Semantic Error: The type of this expression, "double", is not an integral type.? jeremybub? |