Directory src/slogo/turtle/

Directory Created:
2016-11-15 10:43
Total Files:
5
Deleted Files:
2
Lines of Code:
1123

[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%) 889 (100.0%) 11.3
bairdc 33 (42.3%) 286 (32.2%) 8.6
austi 11 (14.1%) 240 (27.0%) 21.8
ravalr 19 (24.4%) 216 (24.3%) 11.3
Ram 4 (5.1%) 74 (8.3%) 18.5
brandw 8 (10.3%) 63 (7.1%) 7.8
choia 3 (3.8%) 10 (1.1%) 3.3

Most Recent Commits

brandw 2016-12-16 03:11 Rev.: 1893

final

1 lines of code changed in 1 file:

  • src/slogo/turtle: Renderer.java (+1 -1)
brandw 2016-12-16 00:53 Rev.: 1868

Everything but show and hide turtle work

2 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+2 -1), TestTowards.java (del)
austi 2016-12-15 13:48 Rev.: 1780

Added a ton of tests and for text to appear every time an instruction runs for the notification panel. Java docs complete as well

82 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+23 -2), TurtleField.java (+59 -23)
bairdc 2016-12-15 11:46 Rev.: 1769

Changes for testing

7 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+7)
austi 2016-12-14 21:06 Rev.: 1746

Squashed the bugs and notification panel is set to go

2 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+1 -9), TurtleField.java (+1 -1)
bairdc 2016-12-14 21:02 Rev.: 1745

Testing

7 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+7)
bairdc 2016-12-14 21:01 Rev.: 1744

Added methods for testing

7 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+7)
bairdc 2016-12-14 20:49 Rev.: 1739

Added a method for testing

7 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+7)
austi 2016-12-14 20:21 Rev.: 1728

Added an error message in notification panel

12 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+12 -5)
bairdc 2016-12-14 20:20 Rev.: 1727

Added some methods for testing

21 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+21)
Ram 2016-12-14 20:07 Rev.: 1725

links notificationPanel to interpreter

15 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+12), TurtleField.java (+3 -1)
bairdc 2016-12-14 11:25 Rev.: 1662

Removed unused import statements

0 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (-3)
Ram 2016-12-14 11:11 Rev.: 1660

enables save file capability

55 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+55)
Ram 2016-12-14 10:38 Rev.: 1659

added scrollbar to textentrypanel

4 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+4 -2)
brandw 2016-12-13 21:00 Rev.: 1651

Added testtowards class that Sprenkle emailed me. Added question mark as question mark token and in char token factory. Don't use towards, it still doesn't function properly.

49 lines of code changed in 1 file:

  • src/slogo/turtle: TestTowards.java (new 49)
brandw 2016-12-12 00:47 Rev.: 1595

I added towards with it's token, parser and instruction. Added it to the instruction list too. However, we need to fix the cases when the x values or y values are the same. Also, we might need to refactor it some.

1 lines of code changed in 1 file:

  • src/slogo/turtle: Renderer.java (+1 -1)
bairdc 2016-12-11 21:23 Rev.: 1594

Made it so the user can't edit the notification area

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -2)
bairdc 2016-12-11 15:34 Rev.: 1587

Made it so closing one workspace doesn't exit application

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)
bairdc 2016-12-11 14:47 Rev.: 1586

Added a "new workspace" file menu command

14 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+14 -2)
austi 2016-12-10 21:48 Rev.: 1574

Added Clean parser, token, and instructions

19 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+9 -1), TurtleField.java (+10 -1)
austi 2016-12-10 16:50 Rev.: 1520

User can now import sound files (.wav) and image files (.png)

84 lines of code changed in 2 files:

  • src/slogo/turtle: Pianosound.wav (del), TurtleField.java (+84 -8)
austi 2016-12-10 12:21 Rev.: 1453

Sound now plays when you launch the program and press enter

41 lines of code changed in 2 files:

  • src/slogo/turtle: Pianosound.wav (new), TurtleField.java (+41 -8)
bairdc 2016-12-09 23:43 Rev.: 1448

Fixed drawing the path so it uses a color palette

3 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+3 -1)
bairdc 2016-12-09 21:42 Rev.: 1393

Changing pen color now works. Pass 3 rgb values to change the color.

9 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+1 -1), Line.java (+8)
bairdc 2016-12-09 21:06 Rev.: 1376

Changing pen thickness now works

43 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+22 -2), Line.java (+21 -1)
bairdc 2016-12-09 12:01 Rev.: 1304

0 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (-4)
bairdc 2016-12-09 02:09 Rev.: 1280

Got drawing to work

4 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+4 -4)
bairdc 2016-12-09 01:48 Rev.: 1274

Changed the drawing functionality. Works, but isn't positioned at center of screen.

61 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+16 -19), Line.java (new 45), TurtleField.java (-9)
ravalr 2016-12-08 18:13 Rev.: 1248

gui updates

37 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+37 -10)
ravalr 2016-12-07 12:10 Rev.: 1119

sets line wrap

2 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+2 -1)
ravalr 2016-12-06 23:49 Rev.: 1106

add file chooser for open command

24 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+24 -5)
bairdc 2016-12-06 23:18

4 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+4 -4), TurtleField.java (-1)
ravalr 2016-12-06 23:18 Rev.: 1100

adds open file functionality

17 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+17 -7)
bairdc 2016-12-06 23:00 Rev.: 1093

Added drawing functionality for the turtle's path

10 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+10)
ravalr 2016-12-06 22:59 Rev.: 1092

adds openFile method

16 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+16)
bairdc 2016-12-06 22:58 Rev.: 1091

Added boolean and arraylist for drawing functionality

31 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+31 -1)
bairdc 2016-12-06 22:39 Rev.: 1090

1 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+1 -1)
ravalr 2016-12-06 22:38 Rev.: 1089

makes step panel a part of main panel

20 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+20 -14)
ravalr 2016-12-06 22:21 Rev.: 1087

3 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+3 -3)
ravalr 2016-12-06 22:19 Rev.: 1086

revises hide turtle to toggle turtle

6 lines of code changed in 1 file:

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

(26 more)

Generated by StatSVN 0.7.0