Directory src/slogo/turtle/

Directory Created:
2016-11-15 15:00
Total Files:
4
Deleted Files:
0
Lines of Code:
1368

[root]/src/slogo/turtle

Lines of Code

src/slogo/turtle/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 78 (100.0%) 2156 (100.0%) 27.6
cardene 30 (38.5%) 1119 (51.9%) 37.3
mccaffreyk 23 (29.5%) 600 (27.8%) 26.0
troises 24 (30.8%) 435 (20.2%) 18.1
joshir 1 (1.3%) 2 (0.1%) 2.0

Most Recent Commits

troises 2016-12-15 17:20 Rev.: 1798

The last of the Javadocs

15 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+15 -4)
troises 2016-12-15 14:43 Rev.: 1783

fixed clean and cs

7 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+5 -3), Renderer.java (+2 -1)
troises 2016-12-15 13:50 Rev.: 1781


11 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+7 -10), Renderer.java (+4 -2)
troises 2016-12-15 13:02 Rev.: 1774

updated

54 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+35 -2), Renderer.java (+5 -1), TurtleField.java (+14)
cardene 2016-12-15 12:47 Rev.: 1773

make turtle start in the middle of the field

2 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+2 -2)
cardene 2016-12-15 11:08 Rev.: 1765

button editing

0 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (-17)
mccaffreyk 2016-12-15 00:41 Rev.: 1759

Completed a button for changing the pen's state.

17 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+17)
mccaffreyk 2016-12-15 00:12 Rev.: 1758

I believe that I have officially finished PenUp and PenDown. Fixed a faulty for loop and faulty logic.

39 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+21 -13), Renderer.java (+18 -32)
mccaffreyk 2016-12-14 20:43 Rev.: 1736

I fixed a very tedious error with pen up/pen down. When the pen was lifted and then re-placed, a line formed in the area that the turtle had been moving over, connecting
the point where the pen was lifted to its current position. Now, what was blank before stays blank.

48 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+20 -5), Renderer.java (+28 -20)
cardene 2016-12-14 20:05 Rev.: 1724

undo button works

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)
cardene 2016-12-14 20:05 Rev.: 1723

redo button works

16 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+16 -34)
mccaffreyk 2016-12-14 19:23 Rev.: 1719

Some of the new commands now work. Others do not.

4 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+4 -2)
cardene 2016-12-14 19:21 Rev.: 1718

added if statement to go so it will not add \n to history when the input is empty

9 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+9 -7)
cardene 2016-12-14 19:16 Rev.: 1717

refactoring. made methods go, makeButtonDetails, outputMessage and updateHistory

146 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+146 -99)
troises 2016-12-14 18:05 Rev.: 1711

fixed pen up

17 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+17)
mccaffreyk 2016-12-14 17:32 Rev.: 1709

I tried implementing the PENUP command but failed to make it register as valid.

20 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+20 -1)
mccaffreyk 2016-12-14 16:25 Rev.: 1683

Fixed several errors related to making the tail show up correctly at the start and for all images.

24 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+11 -1), Renderer.java (+13 -1)
cardene 2016-12-14 00:37 Rev.: 1657

fixed go to not evaluate when theres nothing there

22 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+22 -19)
cardene 2016-12-14 00:33 Rev.: 1656

gui formatting dashboard buttons

9 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+9 -7)
troises 2016-12-13 19:54 Rev.: 1646

change color added

32 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+20 -1), TurtleField.java (+12)
cardene 2016-12-13 19:18 Rev.: 1644

formatting

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)
cardene 2016-12-13 19:17 Rev.: 1643

bigger workspace

2 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+2 -2)
mccaffreyk 2016-12-13 16:52 Rev.: 1630

Added javadocs for my work on drawTail.

18 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+8), Renderer.java (+10)
mccaffreyk 2016-12-13 16:43 Rev.: 1628

Completed the turtle's tail so that it shows up correctly as it moves about the screen.

45 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+10 -8), Renderer.java (+35 -24)
cardene 2016-12-13 15:07 Rev.: 1621

Major changes on error handling

45 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+1), TurtleField.java (+44 -26)
cardene 2016-12-13 13:10 Rev.: 1620

formatting

5 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+5 -4)
cardene 2016-12-13 12:56 Rev.: 1619

edited error messages with icons

36 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+36 -21)
cardene 2016-12-13 12:28 Rev.: 1618

Redo button

19 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+19 -4)
cardene 2016-12-13 11:45 Rev.: 1617

putting all edits of turtle field together

207 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+207 -218)
mccaffreyk 2016-12-12 18:59 Rev.: 1604

Started on the turtle's trail, but encountered many errors and difficulties.

43 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+18 -1), Renderer.java (+25 -4), TurtleField.java (-1)
troises 2016-12-12 18:23 Rev.: 1600

changes for st and ht

43 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+37 -1), Renderer.java (+6)
troises 2016-12-12 18:21 Rev.: 1599

added workspace

216 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+216 -178)
cardene 2016-12-11 18:04 Rev.: 1592

added icons to confirmation messages when you switch turtles

14 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+14 -7)
cardene 2016-12-11 17:38 Rev.: 1591

formatting code to be more readable

44 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+44 -42)
cardene 2016-12-11 17:14 Rev.: 1589

added undo and redo buttons, not functional yet.
edited format of GUI and buttons.
changed historyButtons to flow layout manager for better GUI style

144 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+144 -161)
cardene 2016-12-09 23:16 Rev.: 1446

formatting and simplifying code

37 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+37 -77)
cardene 2016-12-09 16:40 Rev.: 1342

added functionality to change the icon of the turtle to all the TMNT

92 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+9), TurtleField.java (+83 -24)
troises 2016-12-09 14:30 Rev.: 1320

added x cor

6 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+5), TurtleField.java (+1 -1)
mccaffreyk 2016-12-09 00:47 Rev.: 1269

I changed load so that it uses the button and J File Chooser instead of forcing the user to enter a file directory. I also created an error message for when the user clicks the load
button but does not choose a file, and removed the old messages for load. Finally, I split the old buttonPanel into two new panels: eastButtonPanel and westButtonPanel, and changed the commandTextField so that it stretches across the empty space in the GUI.

102 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+102 -49)
joshir 2016-12-07 15:34 Rev.: 1183

Created Home, HomeToken, and HomeParser classes. Added Home to instructions. Turtle now goes to default position when asked to go home.

2 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+2 -1)

(22 more)

Generated by StatSVN 0.7.0