Build the best - destroy the rest!

Sunday, 29 April 2012

Robocode 1.7.3.6

Robocode version 1.7.3.6 is a maintenance release. It fixes the RoboRumble client so that it is not hanging forever, when a robot/team cannot be downloaded and/or results are be uploaded to the RoboRumble server.

Bugfixes

  • Bug [3519547] - RoboRumble client has infinite timeout. Default connection timeout, read timeout and session timeout have been set to 10 seconds.

New features

  • A new config file has been added for RoboRumble in the roborumble directory in the robocode directory named roborumble.properties. with this config file it is possible to configure the connection timeout, read timeout and session timeout used when downloading robots and uploading results.
  • Req [3506263] - Mac ... start with icon and name.

Changes

  • Upgraded Eclipse Compiler for Java (ECJ) to version 3.7.2.
Download Robocode 1.7.3.6 from here
Download Robocode .NET plug-in 1.7.3.6 from here
Download Robot testing plug-in 1.7.3.6 from here

Sunday, 11 March 2012

Robocode 1.7.3.5

Robocode version 1.7.3.5 is a maintenance release.

Bugfixes


  • Bug [3468437] - Package of team fails to load in team battles.

  • Fixed minor issue where the Robot Packager tells that a NanoBot can be 250 bytes and a MiniBot 750 bytes, when these must be lesser than 250 and 750 bytes.


Download Robocode 1.7.3.5 from here
Download Robocode .NET plug-in 1.7.3.5 from here
Download Robot testing plug-in 1.7.3.5 from here

Sunday, 4 December 2011

Robocode 1.7.3.4

Robocode version 1.7.3.4 is mostly a maintenance release.

Bugfixes


  • Bug [3435721] - Robocode can't find the ECJ (Eclipse Compiler for Java)

  • Bug [3409705] - Package name allows bad chars. Corrected text regarding use of lower-case letters in package name.

  • Bug: Changes to the rendering options did not take effect immediately for the battle view.


New Features


  • Req [3349400] - Calculate codesize after compile in editor.


Changes


  • Upgraded Eclipse Compiler for Java (ECJ) to version 3.7.1.


Download Robocode 1.7.3.4 from here
Download Robocode .NET plug-in 1.7.3.4 from here
Download Robot testing plug-in 1.7.3.4 from here

Saturday, 5 November 2011

Robocode 1.7.3.3

Robocode version 1.7.3.3 has now been released.

Bugfixes


  • Bug [3400398] - Unable to change drawing color in .NET (C#)

  • Bug [3409705] - Package name allows bad chars.

  • Bug [3406423] - Installer throws NumberFormatException on Linux 3.0.

  • Bug [3409844] - "About" window colors are awful.

  • Bug [3376538] - out.write(int) uses up allocated printing quickly.


Changes


  • The layout of the about box has been completely redesigned.

  • If running on Java 1.6+, OS/system based font antialiasing will be enabled.

  • Upgraded to Maven 2.2.1 for building Robocode. Cleaned up the build, improved the speed, and got rid of issue with building and testing every twice.

  • Upgraded Eclipse Compiler for Java (ECJ) to version 3.7.

  • Upgraded jni4net (Java <-> .NET bridge) to version 0.8.6.0.


Download Robocode 1.7.3.3 from here
Download Robocode .NET plug-in 1.7.3.3 from here
Download Robot testing plug-in 1.7.3.3 from here

Tuesday, 23 August 2011

Robocode 1.7.3.2

Robocode version 1.7.3.2 has now been released.

Bugfixes


  • Bug [3387632] - Robocode .NET does not work on Java 7. - Robocode .NET does not work on Java 7.

  • Bug [3383580] - Enabling Paint Freezes Robocode.

  • Fixed problem with XML serialization of just killed robot.

  • Fixed bug in temporary record cleanup.


New features


  • Implemented deserialization of XML with short tags. The command line argument for replay now supports zipped XML.


Changes


  • Various optimizations to let RoboRumble start up and run faster. E.g. sound module and image loading is disabled when running the rumble.

  • Improved XML deserialization.

  • Patch [3365528] by Jerome Lavigne aka. Darkcanuck - Improved priority battle handling in RoboRumble:

    • This change will help improve the efficiency of the RoboRumble system and allow battles to be distributed more evenly + fix some inconsistent console output.

    • Improves RoboRumble client-side processing of priority battles received from the rumble server. Specifically:

      1. Priority battles will be discarded for bots that the client knows are no longer in the participants list (the client is aware of bot removals before the server is).

      2. Duplicate priority battles received from the server will be discarded (the server does not maintain state of which battles are sent to specific clients, so duplicates can be common).

  • Upgraded to jni4net 0.8.5.1 (fixes bug bug [3387632] - Robocode .NET does not work on Java 7)


Download Robocode 1.7.3.2 from here
Download Robocode .NET plug-in 1.7.3.2 from here
Download Robot testing plug-in 1.7.3.2 from here

Monday, 8 August 2011

Robocode .NET plug-in does not work with Java 7

The current version of Robocode (version 1.7.3.1) + the .NET plugin does not work on Java 7. We are working on solving this issue. For now, stick to Java 6 in order to develop .NET robots for Robocode. Update: version 1.7.3.2 fixed the issue.

Thursday, 28 July 2011

Robocode 1.7.3.1

Robocode version 1.7.3.1 has now been released, which is a maintenance release compared to version 1.7.3.0.

Bugfixes


  • Bug [3312341] - Hide enemy name implementation bug.

  • Bug [3312402] - Bullet.equals semantic has been changed in 1.7.3.0 version.

  • Bug [3317837] - setColor(null) causes NPE.

  • Bug [3355603] - Rumble sh scripts for launching do not handle spaces in path.

  • Bug [3350136] - Teamrumble priority battles bug.

  • Bug [3370431] - ConcurrentModificationException in URLJarCollector.

  • Bug [3375882] - Robot in development generates * into filename.

  • Bug [3376501] - Interface Robot skips turns at end of round.

  • BulletHitEvent.getBullet().getVictim() always returned null.


New features


  • Req [3360953] - Twin Duel configuration files for the RoboRumble client are now included.


Changes


  • The Robot Editor is now saving and loading source files in UTF-8 (Unicode).

  • Upgraded to use jni4net v0.8.4.


Download Robocode 1.7.3.1 from here
Download Robocode .NET plug-in 1.7.3.1 from here
Download Robot testing plug-in 1.7.3.1 from here