Directory src/jturtle/

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

[root]/src/jturtle
            directory in repo images (1 files, 7 lines)

Lines of Code

src/jturtle/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 1117 (100.0%) 17.4
tremog 23 (35.9%) 602 (53.9%) 26.1
wpeaseley 5 (7.8%) 252 (22.6%) 50.4
srowley 18 (28.1%) 147 (13.2%) 8.1
nollets 18 (28.1%) 116 (10.4%) 6.4

Most Recent Commits

wpeaseley 2013-12-14 00:21 Rev.: 535

fixed some things I had made static when trying to do batch. Found a better way.

5 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+5 -5)
tremog 2013-12-13 18:54 Rev.: 528

fixed a typo in TurtleField

1 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+1 -1)
wpeaseley 2013-12-13 18:51 Rev.: 527

221 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+221 -223)
tremog 2013-12-13 17:40 Rev.: 522

Added isTurtleVisible command to JTurtle

8 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+8)
srowley 2013-12-13 17:23 Rev.: 520

5 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+4 -8), TurtleField.java (+1 -2)
srowley 2013-12-13 16:50

18 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+11 -13), TurtleField.java (+7 -3)
tremog 2013-12-13 16:30 Rev.: 514

Made some changes to makeImage() because the resource is out of date or something.
Deleted a few imports.
Cleaned up the code around that area.

1 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+1 -9)
tremog 2013-12-13 16:28 Rev.: 513

Remade the GUI to make it look nicer. Not as cramped.
Now it's beautiful.
Sleek.
Also added Error Handling. Booyah.
Error Handling now shows up in the error box instead of the console.

59 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+59 -40)
wpeaseley 2013-12-13 16:19 Rev.: 510

6 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+6 -2)
srowley 2013-12-13 15:44 Rev.: 499

17 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+16 -6), TurtleField.java (+1)
tremog 2013-12-13 15:10 Rev.: 493

Cleaned up some obsolete code. Mostly wonky imports and empty methods.
They were angering me.
Code angers me.
Generally Angry Gabi.

0 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (-4), TurtleField.java (-11)
nollets 2013-12-13 14:59 Rev.: 491

1 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+1 -1)
tremog 2013-12-13 14:50 Rev.: 489

Added isVisible()
Allows turtle to be set visible or invisible
Also put a button on the GUI to have this be done via the GUI.

48 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+19 -6), TurtleField.java (+29 -2)
tremog 2013-12-13 14:15 Rev.: 486

Added a button that displays all of the turtle variables.
Because I'm all about those buttons.
Also, I added three variables that keep the turtle X and Y coords at all time as well as one that keeps the angle of the turtle.
I know this is super cheaty in the scheme of things.
But I'm running out of time.
If I have time, I'll go back and fix it and make it something better.

69 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+32), TurtleField.java (+37 -3)
tremog 2013-12-13 03:38 Rev.: 453

Added an "instructions" button that comes up with some of the basic commands and how to use them.
It's honestly not the best way to work it out, but the file reading was giving me some terrible errors and I was getting really tired of dealing with them (sorry, overly honest methods right here). So I made it a list of things to go into the PopUpBox.

Also moved some things around in Turtle Field to make the GUI flow a little better.
It's getting kind of crowded.

48 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+48)
tremog 2013-12-13 01:47 Rev.: 450

I made the Turtle really skinny. For kicks.

1 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+1)
tremog 2013-12-13 01:44 Rev.: 449

4 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+2 -2), TurtleField.java (+2 -3)
tremog 2013-12-13 00:22 Rev.: 447

Failed once again to make setPenColor a method.
So I just added Magenta as a color and decided to move on....

19 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+19)
tremog 2013-12-12 20:38 Rev.: 421

Added Green and Yellow to the Pen Color method.
Yay.

23 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+23 -1)
tremog 2013-12-12 18:54 Rev.: 417

Added a "Change Pen Color Button" that changes colors when clicked.
Red, Black, Blue.
Any other colors?
Green? Or Maybe Yellow?

Also, I was having trouble finding things so I added some code headers to important areas.
If you hate them, you can delete them! They were helping me in the short run

70 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+70 -54)
nollets 2013-12-12 17:04 Rev.: 406

Added all commands but TO and IF
JTurtle has a clearTurtleTail method that should eventually clear all of the lines the turtle has drawn in order to allow the clean and clearscreen instructions to function. This can be filled in after the turtle is drawing/keeping track of its lines.
I'm going to work on the hide/show turtle method stubs that are there right now later tonight

39 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+39)
srowley 2013-12-12 16:38 Rev.: 404

5 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+1 -3), TurtleField.java (+4 -4)
tremog 2013-12-12 00:21 Rev.: 373

Okay, so tried a lot of things, some didn't work.... ugh.
1) tried to add "SAVE" to the list of instructions but am quickly failing. There's issues because I need to get the output box and... I don't even know.
1.2) I was having a lot of trouble with this so I just thought to commit it because it doesn't affect anything unless you try to save via the command box
1.3) On that note, the "Save" button still works fine.
1.4) WARNING: if you save the output and then try to commit, you'll get a weird error because it saves it in your Slogo workspace. Just move it or delete it. Then it'll work.
2) had to keep a saveOutput method in TurtleField to make sure the button at least still worked (-_- this is my face)

3) considered deleting the "old stuff"
3.1) pansied out because I can't delete code without feeling terrible.

4) cried uncontrollably.

4 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+4 -1)
tremog 2013-12-11 23:22 Rev.: 369

added saveOutput method
added output to the pen deactivated and activated listeners (so they show up in output box)
changed the "moved turtle" in output box to "completed: " ---- it works better and is cleanerrr :)

41 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+41 -1)
nollets 2013-12-11 11:15 Rev.: 333

Added more commands. Math methods working now. Still working on combining them with move commands

2 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+2 -2)
nollets 2013-12-11 10:34 Rev.: 326

More new commands. Towards command still needs work

1 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+1 -1)
nollets 2013-12-10 19:45 Rev.: 304

5 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+5 -4)
srowley 2013-12-08 14:15 Rev.: 274

added penup and pendown token,parser,instructions

13 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+12 -7), TurtleField.java (+1 -7)
nollets 2013-12-06 14:08 Rev.: 256

Changed some stuff

6 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+5 -5), TurtleField.java (+1 -1)
nollets 2013-12-06 11:23 Rev.: 247

Added XCOR and YCOR. Not sure if they are returning the right thing

6 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+6)
srowley 2013-12-05 22:06 Rev.: 236

19 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+5), TurtleField.java (+14 -2)
srowley 2013-12-05 21:33 Rev.: 223

15 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+2 -2), TurtleField.java (+13 -9)
srowley 2013-12-05 21:17 Rev.: 220

30 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+15 -10), TurtleField.java (+15 -2)
nollets 2013-12-04 12:23 Rev.: 203

Comments after meeting with Professor Sprenkle

11 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+9 -9), TurtleField.java (+2 -2)
srowley 2013-12-04 11:00 Rev.: 202

25 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+20), TurtleField.java (+5)
nollets 2013-12-03 20:34 Rev.: 189

1 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+1 -1)
nollets 2013-12-03 20:04 Rev.: 183

Added SETXY command

1 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+1 -1)
nollets 2013-12-03 19:18 Rev.: 179

Added BACK command

3 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+3 -4)
nollets 2013-12-02 10:36 Rev.: 130

3 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+3 -2)
nollets 2013-12-02 09:58 Rev.: 128

Added some comments...mostly ideas of things we could change/improve for later in the week

6 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+6 -1)

(9 more)

Generated by StatSVN 0.7.0