Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 101 (100.0%) | 690 (100.0%) | 6.8 |
brandw | 18 (17.8%) | 220 (31.9%) | 12.2 |
choia | 14 (13.9%) | 189 (27.4%) | 13.5 |
bairdc | 17 (16.8%) | 126 (18.3%) | 7.4 |
ravalr | 10 (9.9%) | 95 (13.8%) | 9.5 |
austi | 42 (41.6%) | 60 (8.7%) | 1.4 |
Everything but show and hide turtle work
65 lines of code changed in 6 files:
Added a ton of tests and for text to appear every time an instruction runs for the notification panel. Java docs complete as well
44 lines of code changed in 40 files:
Added an error message in notification panel
2 lines of code changed in 1 file:
Fixed boolean commands so the ? is there
4 lines of code changed in 6 files:
Boolean instructions
36 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.
16 lines of code changed in 2 files:
12 lines of code changed in 1 file:
added xcor, ycor, heading, and clearscreen
53 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.
13 lines of code changed in 1 file:
Added Clean parser, token, and instructions
14 lines of code changed in 1 file:
Changing pen color now works. Pass 3 rgb values to change the color.
24 lines of code changed in 2 files:
Changing pen thickness now works
25 lines of code changed in 3 files:
Got the alias to work!!!!!!!
97 lines of code changed in 6 files:
added to command
13 lines of code changed in 1 file:
Added PU functionality
13 lines of code changed in 1 file:
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.
13 lines of code changed in 1 file:
Added Difference, Product, Quotient, Minus and Remainder parser and tokens. Added Remainder instructions. Minus instruction does not work yet
66 lines of code changed in 5 files:
Added Sum
12 lines of code changed in 1 file:
implements home token, parser, and instruction
13 lines of code changed in 1 file:
implements setxy token, parser, and instruction
13 lines of code changed in 1 file:
Implements SetY token, parser, and instruction
13 lines of code changed in 1 file:
Implemented SetX token, parser, and instruction
14 lines of code changed in 2 files:
Aliases and instructions changes
13 lines of code changed in 2 files:
Added RT
13 lines of code changed in 1 file:
Added left token, parser, and instruction. The turtle now handles left.
34 lines of code changed in 1 file:
Added the BK functionality
12 lines of code changed in 1 file:
13 lines of code changed in 1 file:
Added forward parser and interpreter (don't think forward.java is right but everything works?). Renamed everything to FD from forward else the code can't find the classes.
14 lines of code changed in 2 files:
0 lines of code changed in 2 files:
If Token
16 lines of code changed in 1 file:
Removed unnecessary casting.
1 lines of code changed in 1 file:
Importing SLogo project for team CupcakesWithSprenkles
579 lines of code changed in 18 files: