All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Robowiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 22:14, 24 June 2021 FlemmingLarsen talk contribs created page File:Gradle refresh.png
- 22:14, 24 June 2021 FlemmingLarsen talk contribs uploaded File:Gradle refresh.png
- 22:10, 24 June 2021 FlemmingLarsen talk contribs created page File:Run Robocode app.png
- 22:10, 24 June 2021 FlemmingLarsen talk contribs uploaded File:Run Robocode app.png
- 23:00, 18 September 2012 FlemmingLarsen talk contribs moved page Talk:Old Robocode/Developers Guide for building Robocode to Talk:Robocode/Developers Guide for building Robocode over redirect
- 23:00, 18 September 2012 FlemmingLarsen talk contribs moved page Old Robocode/Developers Guide for building Robocode to Robocode/Developers Guide for building Robocode over redirect
- 22:59, 18 September 2012 FlemmingLarsen talk contribs moved page Robocode/Old2 Developers Guide for building Robocode to Robocode/Old Developers Guide for building Robocode over redirect
- 22:59, 18 September 2012 FlemmingLarsen talk contribs moved page Robocode/Old Developers Guide for building Robocode to Robocode/Old2 Developers Guide for building Robocode
- 22:52, 18 September 2012 FlemmingLarsen talk contribs moved page Talk:Robocode/Developers Guide for building Robocode to Talk:Old Robocode/Developers Guide for building Robocode (Deprecated - replaced with new one for Git.)
- 22:52, 18 September 2012 FlemmingLarsen talk contribs moved page Robocode/Developers Guide for building Robocode to Old Robocode/Developers Guide for building Robocode (Deprecated - replaced with new one for Git.)
- 22:51, 18 September 2012 FlemmingLarsen talk contribs moved page Talk:Robocode/Old Developers Guide for building Robocode to Talk:Robocode/Older Developers Guide for building Robocode
- 22:51, 18 September 2012 FlemmingLarsen talk contribs moved page Robocode/Old Developers Guide for building Robocode to Robocode/Older Developers Guide for building Robocode
- 21:54, 22 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Properties for starting Robocode with VS Express.png (Screenshot that shows the Properties in Visual Studio Express in the Debug tab, where it is possible to change the 'Command line arguments' and 'Working directory' for starting up Robocode.)
- 21:54, 22 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Properties for starting Robocode.png (Screenshot that shows the Properties in Visual Studio in the Debug tab, where all parameters for starting up Robocode have been specified.)
- 21:53, 22 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Attach to process java exe.png (Screenshot that shows the 'Attach to Process', where the java.exe with the title 'Robocode' is selected.)
- 21:52, 22 February 2010 FlemmingLarsen talk contribs uploaded File:Robocode Development Options Debug dir.png (Screenshot of the Development Options in Robocode, where the C:\MySolution\MyProject\bin\Debug path has been added.)
- 21:51, 22 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Call stack debugging view.png (Screenshot that shows the call stack for the current line of code execution.)
- 21:51, 22 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Locals debugging view.png (Screenshot that shows the changes on variables and properties in red in the Locals view.)
- 21:50, 22 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Step over breakpoint.png (Screenshot that shows the next line that will be executed by the debugger.)
- 21:49, 22 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Set breakpoint.png (Screenshot that shows a breakpoint set in MyRobot on TurnLeft in the Run method.)
- 23:40, 14 February 2010 FlemmingLarsen talk contribs uploaded File:Robocode Development Options.png (Shows the Development Options from the Preferences in Robocode, where the file path C:\MySolution\MyProject\bin\Release has been added.)
- 23:39, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 MyRobot source code.png (Shows the source code of MyRobot.cs in the editor of Visual Studio.)
- 23:37, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Properties Assembly name.png (Shows the Application pane under the Properties of 'MyProject' in Visual Studio, where the assembly name is 'FNL.MyRobot_1.0' and default namespace is 'FNL'.)
- 23:34, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Add New Item MyProject.png (Shows the Add New Item dialog in Visual Studio, where 'Class' is selected, and the name of the item is MyRobot.cs.)
- 23:33, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Add Reference dialog robocode folder.png (Shows the Add Reference dialog in Visual Studio, where we first browse to the Robocode home directory.)
- 23:32, 14 February 2010 FlemmingLarsen talk contribs uploaded a new version of File:VS2008 Add Reference dialog robocode dll.png (Shows the Add Reference dialog in Visual Studio, where we finally browse into the 'libs' dir of the Robocode home directory, and select the 'robocode.dll' to add as reference.)
- 23:29, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Add Reference dialog robocode dll.png (Shows the Add Reference dialog in Visual Studio, where we first browse to the Robocode home directory.)
- 23:27, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Solution Explorer MyProject references.png (Shows the Solution Explorer in Visual Studio for 'MyProject', where all default System references are located + the 'robocode' reference needed for accessing the Robocode API.)
- 23:25, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Solution Explorer MyProject.png (Shows the Solution Explorer in Visual Studio for the new project named 'MyProject'.)
- 23:24, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 Save Project dialog.png (Shows the Save Project dialog in Visual Studio, where the the is set to 'MyProject', the location is 'C:' and the solution name is 'MySolution'.)
- 23:22, 14 February 2010 FlemmingLarsen talk contribs uploaded File:VS2008 New Project dialog.png (Shows the New Project dialog in Visual Studio, where the 'Class Library' must be selected, and the name of the new project is MyProject.)
- 23:54, 8 February 2009 FlemmingLarsen talk contribs moved page Talk:Robocode/Developers Guide for building Robocode to Talk:Robocode/Old Developers Guide for building Robocode (A new Developers Guide is required from Robocode version 1.7, which has been heavily modularized and is now using Maven 2 instead of Ant.)
- 23:54, 8 February 2009 FlemmingLarsen talk contribs moved page Robocode/Developers Guide for building Robocode to Robocode/Old Developers Guide for building Robocode (A new Developers Guide is required from Robocode version 1.7, which has been heavily modularized and is now using Maven 2 instead of Ant.)
- 12:41, 10 October 2008 FlemmingLarsen talk contribs moved page Talk:Articles to Talk:Robocode/Articles
- 12:41, 10 October 2008 FlemmingLarsen talk contribs moved page Articles to Robocode/Articles
- 12:40, 10 October 2008 FlemmingLarsen talk contribs moved page Talk:List of articles about Robocode to Talk:Articles (Better name, as suggested on discussion page.)
- 12:40, 10 October 2008 FlemmingLarsen talk contribs moved page List of articles about Robocode to Articles (Better name, as suggested on discussion page.)
- 00:08, 6 February 2008 FlemmingLarsen talk contribs uploaded File:Eclipse-JarSelection2.png (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)
- 00:06, 6 February 2008 FlemmingLarsen talk contribs uploaded a new version of File:Eclipse-JarSelection.png (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)
- 00:05, 6 February 2008 FlemmingLarsen talk contribs uploaded a new version of File:Eclipse-JarSelection.png (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)
- 21:45, 10 December 2007 FlemmingLarsen talk contribs uploaded File:GfxDebugCrazySpotted.png (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)
- 21:43, 10 December 2007 FlemmingLarsen talk contribs uploaded File:EnablePaintInConsole.png (Shows how to enable painting of the graphics for a robot, which is the debug.Tracker robot in this case. Category:Robocode Documentation Category:Debugging Category:Tutorials)
- 23:04, 6 December 2007 FlemmingLarsen talk contribs uploaded File:RobotConsole.png (Shows the Robot Console window for the sample robot named Corner Category:Robocode Documentation Category:Debugging)
- 23:03, 6 December 2007 FlemmingLarsen talk contribs uploaded File:RobotConsoleButtons.png (Shows the Robot Console buttons on the right side of the battle view, where the mouse pointer is pointing at the console button for the sample robot named Corner Category:Robocode Documentation Category:Debugging)
- 22:58, 6 December 2007 FlemmingLarsen talk contribs uploaded File:BattleResults.png (Shows the battle results for 3 sample robots that have played completed a battle of 10 rounds Category:Robocode Documentation)
- 00:04, 2 December 2007 FlemmingLarsen talk contribs uploaded File:Eclipse-RunMyRobots.png (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)
- 23:59, 1 December 2007 FlemmingLarsen talk contribs uploaded File:Eclipse-RunConfigArguments.png (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)
- 23:55, 1 December 2007 FlemmingLarsen talk contribs uploaded File:Eclipse-RunConfigMain.png (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)
- 23:50, 1 December 2007 FlemmingLarsen talk contribs uploaded File:Eclipse-RunJavaApplication.png (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)
- 23:47, 1 December 2007 FlemmingLarsen talk contribs uploaded File:Eclipse-RunAs.png (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)