File list
Jump to navigation
Jump to search
This special page shows all uploaded files.
Date | Name | Thumbnail | Size | User | Description | Versions |
---|---|---|---|---|---|---|
02:54, 28 November 2007 | 20060329-TUBBY.jpg (file) | 70 KB | Voidious | A cat with stuff on it. | 1 | |
03:34, 28 November 2007 | Anatomy.jpg (file) | 19 KB | AaronR | The anatomy of a robot. | 1 | |
07:31, 28 November 2007 | GuessFactors.png (file) | 84 KB | AaronR | Making the top wall more obvious. | 2 | |
11:40, 28 November 2007 | MatBot.jpg (file) | 9 KB | FlemmingLarsen | Picture of the robot named MatBot, which is one Mathew Nelson's robots. | 1 | |
20:37, 29 November 2007 | Virtual bullets sample.png (file) | 11 KB | Voidious | Screenshot of VirtualBulletsSampleBot on Robocode 1.1.3, showing virtual bullets for the three included virtual guns in flight, and number of hits for each gun. Note that "Really Bad Gun" is initialized with 1 hit, but the robot quickly learns to use | 2 | |
22:39, 29 November 2007 | NewBattle.jpg (file) | 14 KB | FlemmingLarsen | Starting a new battle by selecting New in the Battle menu | 1 | |
23:29, 29 November 2007 | WolverineVsRapture.jpg (file) | 11 KB | FlemmingLarsen | Battle between Wolvering versus Rapture | 1 | |
23:33, 29 November 2007 | FileDownload.png (file) | 13 KB | FlemmingLarsen | Showing a file dialog for downloading Rapture 2.13 | 1 | |
23:36, 29 November 2007 | SaveAs.png (file) | 25 KB | FlemmingLarsen | Showing a Save As file dialog for choosing where to save Rapture 2.13 | 1 | |
23:38, 29 November 2007 | ImportRobot.png (file) | 3 KB | FlemmingLarsen | Showing how to select "Import downloaded Robot" from the Robot menu | 1 | |
23:40, 29 November 2007 | SelectedRobots.png (file) | 723 bytes | FlemmingLarsen | Showing two selected robots from the New Battle dialog | 1 | |
20:41, 30 November 2007 | Waves small.png (file) | 27 KB | Voidious | Waves coming from each of two different bots in a battle. | 1 | |
21:07, 30 November 2007 | Statwaves.jpg (file) | 81 KB | Voidious | Debug graphics for Statistician, a bot by nano. | 1 | |
21:08, 30 November 2007 | Taxdebug.jpg (file) | 22 KB | Voidious | Debug graphics for movement of a bot called Tax, by nano. | 1 | |
12:43, 1 December 2007 | Eclipse-FileNewProject.png (file) | 4 KB | FlemmingLarsen | Shows how to select a new project from the File menu in Eclipse [Category:Robocode Documentations] [Category:Eclipse IDE] | 1 | |
12:49, 1 December 2007 | Eclipse-NewProjectWizard.png (file) | 17 KB | FlemmingLarsen | Shows a dialog for creating a new project by selecting a wizard Category:Robocode Documentation Category:Eclipse IDE | 1 | |
13:04, 1 December 2007 | Eclipse-NewProjectAddExtJars.png (file) | 9 KB | FlemmingLarsen | Shows that the "Libraries" tab must be selected and then the "Add External Jars..." on the pane with Java Settings in the New Java Project dialog Category:Robocode Documentation Category:Eclipse IDE | 1 | |
13:19, 1 December 2007 | Eclipse-NewJavaProject.png (file) | 23 KB | FlemmingLarsen | Shows a dialog for creating a new Java project where the user must type in a name for the new project Category:Robocode Documentation Category:Eclipse IDE | 1 | |
13:36, 1 December 2007 | Eclipse-NewProjectEditJavadocLocation.png (file) | 28 KB | FlemmingLarsen | Shows that the "Javadoc location: (None)" line under "robocode.jar" must be selected and then the "Edit..." in the New Java Project dialog Category:Robocode Documentation Category:Eclipse IDE | 1 | |
13:41, 1 December 2007 | Eclipse-RobocodeJavadocURL.png (file) | 13 KB | FlemmingLarsen | Shows a dialog where the user must specify the URL of the Javadoc location path of Robocode Category:Robocode Documentation Category:Eclipse IDE | 1 | |
13:51, 1 December 2007 | Eclipse-NewClass.png (file) | 13 KB | FlemmingLarsen | Shows how to select a new class by right-clicking on the MyRobots project Category:Robocode DocumentationsCategory:Eclipse IDE | 1 | |
13:55, 1 December 2007 | Eclise-NewJavaClass.png (file) | 25 KB | FlemmingLarsen | Shows the dialog for creating a new Java class named FnlBot, which is inherited from the robocode.Robot class Category:Robocode Documentation Category:Eclipse IDE | 1 | |
13:57, 1 December 2007 | Eclipse-NewJavaClass.png (file) | 25 KB | FlemmingLarsen | Shows the dialog for creating a new Java class named FnlBot, which is inherited from the robocode.Robot class Category:Robocode Documentation Category:Eclipse IDE | 1 | |
14:21, 1 December 2007 | Eclipse-FnlBotEdit1.png (file) | 10 KB | FlemmingLarsen | Shows editing the newly created FnlBot.java source file, which is empty and needs to be filled out with some code Category:Robocode Documentation Category:Eclipse IDE | 1 | |
14:23, 1 December 2007 | Eclipse-FnlBotEdit2.png (file) | 14 KB | FlemmingLarsen | Shows editing the newly created FnlBot.java source file, which has now been filled out with a bit more meaningful code Category:Robocode Documentation Category:Eclipse IDE | 1 | |
22:54, 1 December 2007 | Eclipse-ToggleBreakpoint.png (file) | 30 KB | FlemmingLarsen | Shows how to toggle a breakpoint in Eclipse by first right-clicking in the border area of the source editor, and then select "Toggle Breakpoint" in the popup menu that occurs Category:Robocode Documentation Category:Eclipse IDE | 1 | |
22:58, 1 December 2007 | Eclipse-Breakpoint.png (file) | 30 KB | FlemmingLarsen | Shows a breakpoint that has been set in Eclipse as a blue bullet in the border of the source editor Category:Robocode Documentation Category:Eclipse IDE | 1 | |
23:01, 1 December 2007 | Eclipse-StartDebugging.png (file) | 21 KB | FlemmingLarsen | Shows how to start debugging of the MyRobots project in Eclipse Category:Robocode Documentation Category:Eclipse IDE | 1 | |
23:04, 1 December 2007 | PauseDebugButton.png (file) | 12 KB | FlemmingLarsen | Shows the Pause/Debug button of the Battle View of Robocode, which has been pressed down Category:Robocode Documentation | 1 | |
23:09, 1 December 2007 | Eclipse-BreakpointHit.png (file) | 32 KB | FlemmingLarsen | Shows the current stack trace in the Debug Perspective in Eclipse when the execution has stopped at the breakpoint that has been set Category:Robocode Documentation Category:Eclipse IDE | 1 | |
23:12, 1 December 2007 | NextTurnButton.png (file) | 11 KB | FlemmingLarsen | Shows the Next Turn button of the Battle View of Robocode, which has been pressed down Category:Robocode Documentation | 1 | |
23:16, 1 December 2007 | Eclipse-DebugStepOverButton.png (file) | 2 KB | FlemmingLarsen | Shows the "step over" button of the toolbar for the debugger in Eclipse Category:Robocode Documentation Category:Eclipse IDE Category:Debugging | 1 | |
23:20, 1 December 2007 | Eclipse-SingleStep.png (file) | 31 KB | FlemmingLarsen | Shows a single step from a break point that has been in Eclipse Category:Robocode Documentation Category:Eclipse IDE Category:Debugging | 1 | |
23:33, 1 December 2007 | DevelopmentOptions.png (file) | 12 KB | FlemmingLarsen | Shows the Development Options pane in the Preferences dialog, which let's the user type or browse to the /robots folder from a project from another IDE Category:Robocode Documentation | 1 | |
23:37, 1 December 2007 | NewBattleDialog-FnlBot.png (file) | 15 KB | FlemmingLarsen | Show the New Battle dialog showing the FnlBot beside the sample robots Category:Robocode Documentation | 1 | |
23:41, 1 December 2007 | PressingCtrlSpace.png (file) | 9 KB | FlemmingLarsen | Shows the popup that will occur when the user press CTRL-SPACE on an uncompleted method name, which suggests the method names available based on the letters already typed Category:Robocode Documentation | 1 | |
23:47, 1 December 2007 | Eclipse-RunAs.png (file) | 34 KB | FlemmingLarsen | Shows how to start running a robot by right-clicking on the robot project, and then select "Run..." from the "Run As" item on the popup menu that occurs in Eclipse Category:Robocode Documentation Category:Eclipse IDE | 1 | |
23:50, 1 December 2007 | Eclipse-RunJavaApplication.png (file) | 27 KB | FlemmingLarsen | Shows the Run dialog where the user must first press the "New" button, and then click "Java Application" to create a launch configuration for the robot Category:Robocode Documentation Category:Eclipse IDE | 1 | |
23:55, 1 December 2007 | Eclipse-RunConfigMain.png (file) | 29 KB | FlemmingLarsen | Shows the Run dialog's run configuration details for the Main pane, where the name of the launch configuration must be typed in Category:Robocode Documentation Category:Eclipse IDE | 1 | |
23:59, 1 December 2007 | Eclipse-RunConfigArguments.png (file) | 33 KB | FlemmingLarsen | Shows the Run dialog's run configuration details for the Arguments pane, where the text field path for "Other:" under "Working Directory" must be typed in Category:Robocode Documentation Category:Eclipse IDE | 1 | |
00:04, 2 December 2007 | Eclipse-RunMyRobots.png (file) | 19 KB | FlemmingLarsen | Shows the popup menu that occurs when the user selects the "run" button in Eclipse, where MyRobots launch configuration must be selected in order to run it Category:Robocode Documentation Category:Eclipse IDE | 1 | |
18:28, 3 December 2007 | RabidWombat.jpg (file) | 22 KB | RobertWalker | "Logo" image for RabidWombat. | 1 | |
21:45, 10 December 2007 | GfxDebugCrazySpotted.png (file) | 40 KB | FlemmingLarsen | Shows some paintings (a red line and square) on the battleview, where the robot debug.Tracker has spotted the sample.Crazy robot. Category:Robocode Documentation Category:Debugging Category:Tutorials | 1 | |
13:47, 12 December 2007 | Gunnm.jpg (file) | 150 KB | Chase-san | 1 | ||
14:00, 12 December 2007 | Waves.png (file) | 91 KB | Chase-san | Waves coming from each of two different bots in a battle. Larger version. | 1 | |
19:43, 12 December 2007 | LawOfSines.png (file) | 2 KB | RobertWalker | A graphic depicting the [http://en.wikipedia.org/wiki/Law_of_sines law of sines]. With a triangle with vertices labeled A, B and C; and the corresponding opposite sides labeled a, b and c; the law of sines dictates that: <pre>a / sin(A) = b / sin(B) = c / | 1 | |
23:07, 9 January 2008 | Sanguijuela.JPG (file) | 10 KB | Jab | The image of the Bot Sanguijuela for its infobox. | 1 | |
15:56, 29 January 2008 | Enjambre.jpg (file) | 18 KB | Jab | The image for the InfoBox of the team Enjambre. | 1 | |
00:06, 6 February 2008 | Eclipse-JarSelection.png (file) | 34 KB | FlemmingLarsen | Shows the JAR Selection dialog where the user must first select the libs dir within the Robocode root dir and press the "Open" button Category:Robocode Documentation Category:Eclipse IDE | 3 | |
00:08, 6 February 2008 | Eclipse-JarSelection2.png (file) | 32 KB | FlemmingLarsen | Shows the JAR Selection dialog where the user must secondly select the robocode.jar file within the libs dir and press the "Open" button Category:Robocode Documentation Category:Eclipse IDE | 1 |