Build the best - destroy the rest!

Monday, 20 April 2020

Robocode 1.9.3.9

Version 1.9.3.9 (20-04-2020)

Changes

  • Updated RoboRumble links to use HTTPS instead of HTTP
    • Thank you Skilgannon for this fix, and especially to get the RoboWiki up and running again! :-)
  • Updated all links to RoboWiki to use HTTPS.
Download Robocode 1.9.3.9 from here
Download Robot testing plug-in 1.9.3.9 from here

NOTE: The .NET plugin is not supported with this release. Use Robocode 1.9.3.3, which supports the .NET plugin.

Sunday, 19 April 2020

RoboWiki is up and running again :-)

The RoboWiki is up and running again. Thanks go to Julian (Skilgannon) and Peter (Pez). :-D

URL: http://robowiki.net

Tuesday, 7 April 2020

Temporary RoboWiki

The RoboWiki is currently down. Julian Kent is providing a temporary RoboWiki based on a backup from September running on a Raspberry Pi: http://robowiki.duckdns.org

Sunday, 29 March 2020

Robocode 1.9.3.8

Version 1.9.3.8 (29-03-2020)

Bugfixes

  • Bug-410: Remove obsolete warnings regarding colors and turns. * Thanks goes to Lufte for fixing this.
  • Bug-412: Bug fix 388 breaks score display in robot buttons.
  • Prevent robot console from trimming log.
    • Thank you Xor for the last two fixes. :-)
Download Robocode 1.9.3.8 from here
Download Robot testing plug-in 1.9.3.8 from here

NOTE: The .NET plugin is not supported with this release. Use Robocode 1.9.3.3, which supports the .NET plugin.

Saturday, 31 August 2019

Robocode 1.9.3.7

Version 1.9.3.7 (31-08-2019)

Bugfixes

  • Bug-407: RobocodeEngine: Can't find robocode.core-1.x.jar
  • Bug-409: Robot repository is completely rebuilt whenever dev dir is changed via UI.
Download Robocode 1.9.3.7 from here
Download Robocode .NET plug-in 1.9.3.7 from here
Download Robot testing plug-in 1.9.3.7 from here

Wednesday, 8 May 2019

Robocode 1.9.3.6

Version 1.9.3.6 (08-05-2019)

Bugfixes

  • Bug-404: Confusion between development/non-development versions of bots * Rollback of previous attempt to fix issues with the RobocodeEngine, which could not read robots in "developer mode" (marked with a asterix character). Hence the old bug [Bug-398][] has been reintroduced.
  • Bug-406: DNS interaction is not blocked by Robocode's security manager
  • Fixed issue where compiled robots could not be found. Added -encoding UTF-8 to the compiler options, and corrected -version option into -verbose.

Changes

  • Fix by Bumfo, which makes Robocode faster at detecting robots in the robot folder, which is crucial for the RoboRumble, when installing or updating a huge amount of robots.
Download Robocode 1.9.3.6 from here
Download Robocode .NET plug-in 1.9.3.6 from here
Download Robot testing plug-in 1.9.3.6 from here

Saturday, 2 March 2019

Robocode 1.9.3.5

Version 1.9.3.5 (02-03-2019)

This is another maintenance release, which fixes issues for the RoboRumble and also adds support for developing robots in the Kotlin programming language.

Bugfixes

  • Bug-402: roborumble.sh etc. has incorrect class path
    • This was causing codesize utility not being able to work with roborumble. And unfortunately, this error was silenced so the user wouldn't notice that at all.
  • Bug-403: MouseEvent returning wrong position''
  • Bug-405: Fix #405 unnecessary FileNotFound exception
  • Rumble: skip bots that fails to download when calc code size
  • Credits to Xor and Bumfo for all these fixes. :-)

Changes

  • Added support for Kotlin. Just put the kotlin-stdlib-1.xxx.jar into the /libs folder to allow robots coded in Kotlin.

  • Changed the Maven build files to use the Maven Wrapper (mvnw).