Directory src/slogo/instruction/

Directory Created:
2016-11-15 21:57
Total Files:
44
Deleted Files:
29
Lines of Code:
2683

[root]/src/slogo/instruction

Lines of Code

src/slogo/instruction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 201 (100.0%) 3527 (100.0%) 17.5
patelk 136 (67.7%) 2718 (77.1%) 19.9
martinj 30 (14.9%) 406 (11.5%) 13.5
kirschnerk 21 (10.4%) 309 (8.8%) 14.7
AlexCantrell 12 (6.0%) 87 (2.5%) 7.2
mcmurtryw 2 (1.0%) 7 (0.2%) 3.5

Most Recent Commits

AlexCantrell 2016-12-15 23:52 Rev.: 1857

Partially fixed the To method

13 lines of code changed in 3 files:

  • src/slogo/instruction: Forward.java (-1), To.java (+13 -16), Towards.java (-1)
martinj 2016-12-15 20:27 Rev.: 1829

Added click sound to evaluation of PenDownP instruction

15 lines of code changed in 1 file:

  • src/slogo/instruction: PenDownP.java (+15)
martinj 2016-12-15 20:22 Rev.: 1828

Added sound equal.wav to clean instruction notequal

1 lines of code changed in 1 file:

  • src/slogo/instruction: NotEqual.java (+1 -1)
martinj 2016-12-15 20:21 Rev.: 1827

Added sound clearscreen.wav to clean clearscreen evaluation

14 lines of code changed in 1 file:

  • src/slogo/instruction: ClearScreen.java (+14 -1)
martinj 2016-12-15 20:20 Rev.: 1826

Added sound clean.wav to clean instruction evaluation

14 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (+14)
martinj 2016-12-15 18:51 Rev.: 1822

Took out unnecessary body of initialize() method in ContextImpl.java to minimize obstructive noise in program

5 lines of code changed in 2 files:

  • src/slogo/instruction: Forward.java (+1), To.java (+4 -4)
AlexCantrell 2016-12-15 17:48 Rev.: 1805

SMall modifications to pen instructions and home instruction

5 lines of code changed in 4 files:

  • src/slogo/instruction: HideTurtle.java (+1 -1), Home.java (+2 -1), PenDownP.java (+1 -2), ShowTurtle.java (+1 -1)
kirschnerk 2016-12-13 20:14 Rev.: 1649

47 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (new 47)
kirschnerk 2016-12-13 17:43 Rev.: 1640

51 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (new 51)
patelk 2016-12-13 17:33 Rev.: 1638

fixed radian degrees problem

2 lines of code changed in 2 files:

  • src/slogo/instruction: Left.java (+1 -1), Right.java (+1 -1)
patelk 2016-12-13 17:29 Rev.: 1637

rounded...

2 lines of code changed in 2 files:

  • src/slogo/instruction: Left.java (+1 -1), Right.java (+1 -1)
AlexCantrell 2016-12-13 17:29 Rev.: 1636

Fix clear screen caddywompussness

6 lines of code changed in 1 file:

  • src/slogo/instruction: ClearScreen.java (+6 -5)
patelk 2016-12-13 16:54 Rev.: 1633

commit for kevin.

1 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+1)
patelk 2016-12-10 23:19 Rev.: 1580

THE LAST OF THE COMMENTS FOR THE INSTRUCTIONS!!!

218 lines of code changed in 9 files:

  • src/slogo/instruction: HideTurtle.java (+1 -1), SetX.java (+30 -1), SetXY.java (+34 -1), SetY.java (+30 -1), ShowTurtle.java (+23), Sum.java (+34), Towards.java (+19 -1), Xcor.java (+24), Ycor.java (+23)
patelk 2016-12-10 23:04 Rev.: 1579

and more comments...

193 lines of code changed in 7 files:

  • src/slogo/instruction: Difference.java (+35 -2), EqualBool.java (+35), Left.java (+1 -1), Product.java (+35 -1), Quotient.java (+35), Remainder.java (+19), Right.java (+33 -1)
patelk 2016-12-10 22:50 Rev.: 1578

added more comments.

74 lines of code changed in 3 files:

  • src/slogo/instruction: PenDown.java (+23 -1), PenDownP.java (+28), PenUp.java (+23)
patelk 2016-12-10 22:45 Rev.: 1577

ADDED COMMENTS

173 lines of code changed in 6 files:

  • src/slogo/instruction: Greater.java (+2 -2), If.java (+32), Left.java (+33), Less.java (+36 -1), Minus.java (+33), NotEqual.java (+37)
patelk 2016-12-10 22:23 Rev.: 1576

adding comments

188 lines of code changed in 7 files:

  • src/slogo/instruction: Back.java (+33), ClearScreen.java (+22 -4), Forward.java (+26 -4), Greater.java (+35), Heading.java (+23 -2), HideTurtle.java (+23 -1), Home.java (+26)
patelk 2016-12-10 21:05 Rev.: 1571

changed class names for greater, notequal, equalbool

139 lines of code changed in 6 files:

  • src/slogo/instruction: EQUALBOOL.java (del), EqualBool.java (new 46), GREATER.java (del), Greater.java (new 47), NOTEQUAL.java (del), NotEqual.java (new 46)
patelk 2016-12-10 20:59 Rev.: 1570

renamed less classes properly

46 lines of code changed in 2 files:

  • src/slogo/instruction: LESS.java (del), Less.java (new 46)
patelk 2016-12-10 20:53

56 lines of code changed in 4 files:

  • src/slogo/instruction: IF.java (del), If.java (new 37), PENDOWNP.java (del), PenDownP.java (new 19)
patelk 2016-12-10 20:48 Rev.: 1564

changed file names penup pendown

78 lines of code changed in 4 files:

  • src/slogo/instruction: PENDOWN.java (del), PENUP.java (del), PenDown.java (new 38), PenUp.java (new 40)
patelk 2016-12-10 20:39 Rev.: 1561

renamed the clearscreen classes

31 lines of code changed in 2 files:

  • src/slogo/instruction: CS.java (del), ClearScreen.java (+31 -30)
patelk 2016-12-10 20:30 Rev.: 1560

fixed both showturtle and hideturtle to have correct class names

86 lines of code changed in 4 files:

  • src/slogo/instruction: HT.java (del), HideTurtle.java (new 44), ST.java (del), ShowTurtle.java (new 42)
patelk 2016-12-10 20:24 Rev.: 1559

renamed all towards classes properly

58 lines of code changed in 2 files:

  • src/slogo/instruction: TOWARDS.java (del), Towards.java (new 58)
patelk 2016-12-10 20:20 Rev.: 1558

updated heading to be named correctly

39 lines of code changed in 2 files:

  • src/slogo/instruction: HEADING.java (del), Heading.java (new 39)
patelk 2016-12-10 20:18 Rev.: 1557

updated ycor and xcor to be named correctly and also added in rounding to make the coordinates less crazy

86 lines of code changed in 4 files:

  • src/slogo/instruction: XCOR.java (del), Xcor.java (new 43), YCOR.java (del), Ycor.java (new 43)
patelk 2016-12-10 20:08 Rev.: 1556

renamed all home classes to be correct

44 lines of code changed in 2 files:

  • src/slogo/instruction: HOME.java (del), Home.java (new 44)
patelk 2016-12-10 20:04 Rev.: 1555

renamed all setxy classes to be correctly named

50 lines of code changed in 2 files:

  • src/slogo/instruction: SETXY.java (del), SetXY.java (new 50)
patelk 2016-12-10 20:03 Rev.: 1554

sety is correctly named for all classes

49 lines of code changed in 2 files:

  • src/slogo/instruction: SETY.java (del), SetY.java (new 49)
patelk 2016-12-10 19:59 Rev.: 1550

fixed setx classes to be named properly

49 lines of code changed in 2 files:

  • src/slogo/instruction: SETX.java (del), SetX.java (new 49)
patelk 2016-12-10 19:55 Rev.: 1549

renamed all right classes properly

44 lines of code changed in 2 files:

  • src/slogo/instruction: RT.java (del), Right.java (new 44)
patelk 2016-12-10 19:53 Rev.: 1548

44 lines of code changed in 2 files:

  • src/slogo/instruction: LT.java (del), Left.java (new 44)
patelk 2016-12-10 19:42 Rev.: 1547

completed minus and fd class renaming

57 lines of code changed in 2 files:

  • src/slogo/instruction: FD.java (del), Forward.java (new 57)
patelk 2016-12-10 19:28 Rev.: 1545

fixed minus classes to be named properly

25 lines of code changed in 2 files:

  • src/slogo/instruction: MINUS.java (del), Minus.java (new 25)
patelk 2016-12-10 19:24 Rev.: 1544

Renamed remainder classes properly

34 lines of code changed in 2 files:

  • src/slogo/instruction: REMAINDER.java (del), Remainder.java (new 34)
patelk 2016-12-10 19:19 Rev.: 1543

Quotient classes are properly named

30 lines of code changed in 2 files:

  • src/slogo/instruction: QUOTIENT.java (del), Quotient.java (new 30)
patelk 2016-12-10 19:14 Rev.: 1541

renamed the product classes

31 lines of code changed in 2 files:

  • src/slogo/instruction: PRODUCT.java (del), Product.java (new 31)
patelk 2016-12-10 19:12 Rev.: 1540

updated difference and sum to be named properly

62 lines of code changed in 4 files:

  • src/slogo/instruction: DIFFERENCE.java (del), Difference.java (new 31), SUM.java (del), Sum.java (new 31)
patelk 2016-12-10 19:07 Rev.: 1539

fixed back file name

42 lines of code changed in 2 files:

  • src/slogo/instruction: BK.java (del), Back.java (new 42)

(52 more)

Generated by StatSVN 0.7.0