Directory src/jturtle/

Directory Created:
2013-11-18 09:54
Total Files:
3
Deleted Files:
0
Lines of Code:
859

[root]/src/jturtle
            Folder removed from repo images (0 files, 0 lines)

Lines of Code

src/jturtle/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 744 (100.0%) 22.5
jgoergen 16 (48.5%) 367 (49.3%) 22.9
mforrestel 7 (21.2%) 164 (22.0%) 23.4
morgana 7 (21.2%) 154 (20.7%) 22.0
dfisher 3 (9.1%) 59 (7.9%) 19.6

Most Recent Commits

dfisher 2013-12-13 16:01 Rev.: 502

Centered the Turtle

2 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+2 -2)
morgana 2013-12-13 15:58 Rev.: 501

fixed writing to file

18 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+18 -14)
jgoergen 2013-12-13 15:19 Rev.: 494

We can toggle the dashboard view on and off now using radio buttons!

60 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+38 -3), TurtleField.java (+22 -17)
jgoergen 2013-12-13 12:55 Rev.: 476

TurtleField almost runs Show Turtle Stats/ Hide Turtle Stats

109 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+109 -33)
dfisher 2013-12-13 12:32 Rev.: 470

Undo/Redo should work. You can only undo/redo the last command though.

57 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+22 -7), TurtleField.java (+35 -25)
morgana 2013-12-13 12:17 Rev.: 467

allowed user to select file to write to and where to put it

26 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+26 -15)
jgoergen 2013-12-13 05:11 Rev.: 454

WE CAN CHANGE THE BACKGROUND IMAGE NOW WOOOOOOOOO!!!!!!!

21 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+21 -3)
jgoergen 2013-12-13 00:34 Rev.: 448

Can change the Turtle image!!!!

35 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+10 -5), TurtleField.java (+25 -13)
morgana 2013-12-12 23:23 Rev.: 440

added ability to write to file

36 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+36 -1)
morgana 2013-12-12 16:19 Rev.: 398

fixed clean and clear screen to take effect immediately.

2 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+2)
morgana 2013-12-12 16:11 Rev.: 396

Added Clean and Clearscreen

15 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+15 -3)
jgoergen 2013-12-12 14:53 Rev.: 391

I added the file input functionality, using the FileHandler class in slogo. It reads a file from the user's computer and parses it the same way batch input is parsed.

20 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+20 -16)
jgoergen 2013-12-12 14:07 Rev.: 387

I changed the GUI a bit so that we can type in more than one command at a time. Next I will add a button to allow the user to upload a file to read in, a button to let the user change the background, a button to let the user change the turtle image, and a button to allow the user to turn data on/off, and buttons to let the user undo/redo.

29 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+29 -17)
mforrestel 2013-12-11 21:06 Rev.: 364

28 lines of code changed in 3 files:

  • src/jturtle: JTurtle.java (+25 -19), TurtleField.java (+2 -10), TurtleListener.java (+1 -1)
mforrestel 2013-12-11 19:56 Rev.: 355

29 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+29 -58)
mforrestel 2013-12-11 19:50 Rev.: 354

5 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+5 -33)
jgoergen 2013-12-11 09:27 Rev.: 320

I created the ShowTurtle and HideTurtle commands, and also added some supporting methods to the JTurtle class, including hideImage and showImage to set the visibility of the polygon or image representing the turtle.

38 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+35 -13), TurtleField.java (+3 -12)
morgana 2013-12-10 19:19 Rev.: 299

Made the turtle draw a line - creates array of points and draws every time move is called

46 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+46 -3)
mforrestel 2013-12-06 13:34 Rev.: 254

92 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+92 -42)
jgoergen 2013-12-06 12:14 Rev.: 249

The AliasConverter is finally complete! It works for all our new commands and is super extensible for future commands we will be adding soon!

3 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+3 -3)
mforrestel 2013-12-06 11:45 Rev.: 248

10 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+10 -5)
morgana 2013-12-05 19:30 Rev.: 214

Fixed Context issues (hopefully)

11 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+11 -3)
jgoergen 2013-12-02 14:23 Rev.: 146

0 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (-4)
jgoergen 2013-11-27 22:54 Rev.: 57

This version goes FORWARD 50 if that is exactly what you type into the command box. I wrote in the actual comments all the things that still need fixing to make it more expandable so look for those.

35 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+35 -1)
jgoergen 2013-11-25 11:55

2 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+1), TurtleField.java (+1)
jgoergen 2013-11-23 14:29 Rev.: 36

I figured out how to make the text field fit in nicely with the current GUI! And TurtleContext that implements Context so we can access the JTurtle object.

15 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+15 -6)
sprenkle 2013-11-18 09:54 Rev.: 6

First Import

502 lines of code changed in 3 files:

  • src/jturtle: JTurtle.java (new 219), TurtleField.java (new 272), TurtleListener.java (new 11)
Generated by StatSVN 0.7.0