Difference between revisions of "RoboRunner/Version History"
Jump to navigation
Jump to search
(RoboRunner 1.1.1 - scoring groups, wiki format for challenges) |
(RoboRunner 1.1.2 - configurable threads, JVM arguments, robot directories, wiki formatted output) |
||
Line 6: | Line 6: | ||
}} | }} | ||
---- | ---- | ||
+ | * 1.1.2 - 8/5/2012 | ||
+ | ** Add -t argument to set number of threads, up to number of Robocode installs configured in roborunner.properties. | ||
+ | ** Add -wiki argument to force wiki formatted output, needed for challenges like [[Movement Challenge 2K7|MC2K7]] that use regular scoring. | ||
+ | ** Configure JVM arguments and additional robot directories in roborunner.properties. Should gracefully upgrade existing installs. | ||
+ | ** Print percentage of bots faced until it's 100%. | ||
* 1.1.1 - 7/29/2012 | * 1.1.1 - 7/29/2012 | ||
** Support bot groups in challenges. If present, group scores will be printed and overall score will be average of group scores. | ** Support bot groups in challenges. If present, group scores will be printed and overall score will be average of group scores. |
Revision as of 05:19, 5 August 2012
- RoboRunner Sub-pages:
- RoboRunner - Version History - Help
- 1.1.2 - 8/5/2012
- Add -t argument to set number of threads, up to number of Robocode installs configured in roborunner.properties.
- Add -wiki argument to force wiki formatted output, needed for challenges like MC2K7 that use regular scoring.
- Configure JVM arguments and additional robot directories in roborunner.properties. Should gracefully upgrade existing installs.
- Print percentage of bots faced until it's 100%.
- 1.1.1 - 7/29/2012
- Support bot groups in challenges. If present, group scores will be printed and overall score will be average of group scores.
- Print wiki formatted scores for Targeting Challenge (BULLET_DAMAGE) or Movement Challenge (MOVEMENT_CHALLENGE) scoring styles.
- Print scores against each bot/set of bots and overall score after all battles are run. Run with 0 seasons to see challenge scores.
- 1.1.0 - 7/28/2012
- Support for all basic scoring options: percent score, survival firsts, survival score, bullet damage (TC), and movement challenge.
- In Melee battles, also track and display scores against each bot.
- 1.0.1 - 7/26/2012
- Bug fix: when displaying overall score, only count bots in the current challenge, not all bots the challenger has faced.
- 1.0.0 - 7/25/2012
- Initial release.
- Multi-threading with persistent Robocode engines.
- 1v1, Melee, custom battle field sizes.
- Collects all types of scoring (score, survival firsts, survival score, bullet damage) but can only display APS.
- Supports RoboResearch challenge (.rrc) files, except for scoring groups.