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 |
final
22 lines of code changed in 2 files:
Everything but show and hide turtle work
101 lines of code changed in 4 files:
Towards works
26 lines of code changed in 1 file:
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:
Changed to little d double
2 lines of code changed in 1 file:
Fixed javadocs and added notification strings for each instruction
73 lines of code changed in 27 files:
Fixed up Typos
2 lines of code changed in 2 files:
links notificationPanel to interpreter
2 lines of code changed in 2 files:
Renamed Forward to FD
41 lines of code changed in 2 files:
implements TO command and associated subroutine parser/instruction
93 lines of code changed in 2 files:
Boolean instructions
126 lines of code changed in 3 files:
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:
42 lines of code changed in 1 file:
Don't use towards yet
21 lines of code changed in 1 file:
Text fixes for Minus and Clean
11 lines of code changed in 2 files:
added xcor, ycor, heading, and clearscreen
138 lines of code changed in 4 files:
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:
Added Clean parser, token, and instructions
37 lines of code changed in 1 file:
Fixed command so user enters in a number between 1 and 8
2 lines of code changed in 1 file:
Fixed drawing the path so it uses a color palette
11 lines of code changed in 1 file:
Changing pen color now works. Pass 3 rgb values to change the color.
53 lines of code changed in 2 files:
Changing pen thickness now works
40 lines of code changed in 1 file:
0 lines of code changed in 1 file:
added to command
84 lines of code changed in 1 file:
Added PU functionality
32 lines of code changed in 2 files:
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:
Got Minus to work
5 lines of code changed in 3 files:
TInkering with minus but still not working
1 lines of code changed in 1 file:
Fixed Remainder to properly show signs
3 lines of code changed in 2 files:
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:
Added Sum
2 lines of code changed in 1 file:
implements home token, parser, and instruction
38 lines of code changed in 1 file:
implements setxy token, parser, and instruction
45 lines of code changed in 1 file:
Implements SetY token, parser, and instruction
42 lines of code changed in 1 file:
Implemented SetX token, parser, and instruction
42 lines of code changed in 1 file:
Aliases and instructions changes
82 lines of code changed in 4 files:
Added RT
41 lines of code changed in 1 file:
Added left token, parser, and instruction. The turtle now handles left.
41 lines of code changed in 1 file:
Added the BK functionality
42 lines of code changed in 2 files:
4 lines of code changed in 1 file:
(7 more)