Build the best - destroy the rest!

Friday 20 May 2011

Robocode 1.7.3.0 (final)

Robocode version 1.7.3.0 (final) has now been released, with a few fixes compared to the beta version.

You can read about the previous bugfixes and changes made for the beta version here:

Bugfix


  • Bug [3293679] - getTurnRateRadians incorrect for negative velocity.

  • Fixed issues with unit-testing and building Robocode on Linux.


Download Robocode 1.7.3.0 (final) from here
Download Robocode .NET plug-in 1.7.3.0 from here
Download Robot testing plug-in 1.7.3.0 from here

1 comment:

Z said...

You can edit your c:\robocode\config\robocode.properties and add lines below. It will turn on auto-recording, the results will be saved as zipped XML with short attribute names and some data would be omitted. It is ideal for running with RoboRumble client and data mining. That's why I implemented it some time ago.

robocode.options.common.enableAutoRecording=true
robocode.options.common.enableReplayRecording=true
robocode.options.common.autoRecordingXML=true