Directory src/slogo/instruction/

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

[root]/src/slogo/instruction

Lines of Code

src/slogo/instruction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 96 (100.0%) 1649 (100.0%) 17.1
brandw 22 (22.9%) 586 (35.5%) 26.6
bairdc 18 (18.8%) 410 (24.9%) 22.7
ravalr 8 (8.3%) 315 (19.1%) 39.3
austi 36 (37.5%) 129 (7.8%) 3.5
choia 7 (7.3%) 114 (6.9%) 16.2
Ram 5 (5.2%) 95 (5.8%) 19.0

Most Recent Commits

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

final

22 lines of code changed in 2 files:

  • src/slogo/instruction: HT.java (+12 -8), ST.java (+10 -1)
brandw 2016-12-16 00:53 Rev.: 1868

Everything but show and hide turtle work

101 lines of code changed in 4 files:

  • src/slogo/instruction: CS.java (new 37), ClearScreen.java (del), HT.java (new 34), ST.java (new 30)
brandw 2016-12-16 00:52 Rev.: 1867

Towards works

26 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+26 -5)
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

2 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (+2 -1)
bairdc 2016-12-15 11:46 Rev.: 1768

Changed to little d double

2 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+2 -2)
austi 2016-12-14 22:33 Rev.: 1756

Fixed javadocs and added notification strings for each instruction

73 lines of code changed in 27 files:

  • src/slogo/instruction: BK.java (+2 -1), Clean.java (+3 -6), ClearScreen.java (+2 -4), Equals.java (+4 -2), FD.java (+2 -1), Greater.java (+4 -2), Heading.java (+2), Home.java (+2 -1), If.java (+4), LT.java (+2), Less.java (+4 -2), Negation.java (+1 -1), NotEquals.java (+4 -2), PD.java (+2), PU.java (+2 -1), RT.java (+3 -1), Remainder.java (+2 -2), SetPC.java (+1), SetPS.java (+2 -1), SetX.java (+3 -2), SetXY.java (+2 -1), SetY.java (+3 -2), Subtraction.java (-1), To.java (+7 -34), Towards.java (+2 -20), XCor.java (+6 -2), YCor.java (+2 -1)
austi 2016-12-14 21:07 Rev.: 1747

Fixed up Typos

2 lines of code changed in 2 files:

  • src/slogo/instruction: XCor.java (+1 -1), YCor.java (+1 -1)
Ram 2016-12-14 20:07 Rev.: 1725

links notificationPanel to interpreter

2 lines of code changed in 2 files:

  • src/slogo/instruction: XCor.java (+1), YCor.java (+1)
bairdc 2016-12-14 19:32 Rev.: 1720

Renamed Forward to FD

41 lines of code changed in 2 files:

  • src/slogo/instruction: FD.java (new 41), Forward.java (del)
Ram 2016-12-14 10:22 Rev.: 1658

implements TO command and associated subroutine parser/instruction

93 lines of code changed in 2 files:

  • src/slogo/instruction: Subroutine.java (new 61), To.java (+32 -30)
bairdc 2016-12-13 21:31 Rev.: 1652

Boolean instructions

126 lines of code changed in 3 files:

  • src/slogo/instruction: Equals.java (new 42), Greater.java (new 42), NotEquals.java (new 42)
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.

11 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+11 -15)
bairdc 2016-12-13 20:05 Rev.: 1647

42 lines of code changed in 1 file:

  • src/slogo/instruction: Less.java (new 42)
brandw 2016-12-12 19:50 Rev.: 1606

Don't use towards yet

21 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+21 -17)
austi 2016-12-12 15:20 Rev.: 1598

Text fixes for Minus and Clean

11 lines of code changed in 2 files:

  • src/slogo/instruction: Clean.java (+10 -10), Negation.java (+1 -1)
brandw 2016-12-12 01:47 Rev.: 1596

added xcor, ycor, heading, and clearscreen

138 lines of code changed in 4 files:

  • src/slogo/instruction: ClearScreen.java (new 39), Heading.java (new 31), XCor.java (new 34), YCor.java (new 34)
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.

66 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (new 66)
austi 2016-12-10 21:48 Rev.: 1574

Added Clean parser, token, and instructions

37 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (new 37)
bairdc 2016-12-09 23:45 Rev.: 1449

Fixed command so user enters in a number between 1 and 8

2 lines of code changed in 1 file:

  • src/slogo/instruction: SetPC.java (+2 -2)
bairdc 2016-12-09 23:43 Rev.: 1448

Fixed drawing the path so it uses a color palette

11 lines of code changed in 1 file:

  • src/slogo/instruction: SetPC.java (+11 -20)
bairdc 2016-12-09 21:42 Rev.: 1393

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

53 lines of code changed in 2 files:

  • src/slogo/instruction: SetPC.java (new 51), SetPS.java (+2 -2)
bairdc 2016-12-09 21:06 Rev.: 1376

Changing pen thickness now works

40 lines of code changed in 1 file:

  • src/slogo/instruction: SetPS.java (new 40)
Ram 2016-12-08 22:44 Rev.: 1261

0 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (-4)
ravalr 2016-12-08 20:02 Rev.: 1259

added to command

84 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (new 84)
bairdc 2016-12-06 23:13 Rev.: 1097

Added PU functionality

32 lines of code changed in 2 files:

  • src/slogo/instruction: Home.java (-4), PU.java (new 32)
brandw 2016-12-06 23:13 Rev.: 1096

Added token, parser and instruction for PD. If ran in the GUI, PD returns true (the pen is down). But we still need to get it to draw a line.

34 lines of code changed in 1 file:

  • src/slogo/instruction: PD.java (new 34)
choia 2016-12-06 21:59 Rev.: 1079

Got Minus to work

5 lines of code changed in 3 files:

  • src/slogo/instruction: Minus.java (del), Negation.java (+2 -1), UnaryExpression.java (+3 -2)
austi 2016-12-06 18:51 Rev.: 1051

TInkering with minus but still not working

1 lines of code changed in 1 file:

  • src/slogo/instruction: Minus.java (+1 -3)
austi 2016-12-06 18:33 Rev.: 1050

Fixed Remainder to properly show signs

3 lines of code changed in 2 files:

  • src/slogo/instruction: Minus.java (+2), Remainder.java (+1 -1)
choia 2016-12-06 00:43 Rev.: 1005

Added Difference, Product, Quotient, Minus and Remainder parser and tokens. Added Remainder instructions. Minus instruction does not work yet

62 lines of code changed in 2 files:

  • src/slogo/instruction: Minus.java (new 32), Remainder.java (new 30)
choia 2016-12-06 00:14 Rev.: 1004

Added Sum

2 lines of code changed in 1 file:

  • src/slogo/instruction: Addition.java (+2)
ravalr 2016-12-05 22:22 Rev.: 1003

implements home token, parser, and instruction

38 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (new 38)
ravalr 2016-12-05 22:06 Rev.: 1001

implements setxy token, parser, and instruction

45 lines of code changed in 1 file:

  • src/slogo/instruction: SetXY.java (new 45)
ravalr 2016-12-05 21:56 Rev.: 999

Implements SetY token, parser, and instruction

42 lines of code changed in 1 file:

  • src/slogo/instruction: SetY.java (new 42)
ravalr 2016-12-05 21:42 Rev.: 998

Implemented SetX token, parser, and instruction

42 lines of code changed in 1 file:

  • src/slogo/instruction: SetX.java (new 42)
brandw 2016-12-05 11:57 Rev.: 898

Aliases and instructions changes

82 lines of code changed in 4 files:

  • src/slogo/instruction: BK.java (new 41), Back.java (del), LT.java (new 41), Left.java (del)
brandw 2016-12-05 11:43 Rev.: 890

Added RT

41 lines of code changed in 1 file:

  • src/slogo/instruction: RT.java (new 41)
brandw 2016-12-02 17:27 Rev.: 844

Added left token, parser, and instruction. The turtle now handles left.

41 lines of code changed in 1 file:

  • src/slogo/instruction: Left.java (new 41)
bairdc 2016-12-02 12:03 Rev.: 828

Added the BK functionality

42 lines of code changed in 2 files:

  • src/slogo/instruction: Back.java (new 41), Forward.java (+1 -1)
ravalr 2016-11-29 21:36 Rev.: 704

4 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+4 -3)

(7 more)

Generated by StatSVN 0.7.0