Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 81 (100.0%) | 712 (100.0%) | 8.7 |
troises | 73 (90.1%) | 611 (85.8%) | 8.3 |
joshir | 3 (3.7%) | 53 (7.4%) | 17.6 |
mccaffreyk | 5 (6.2%) | 48 (6.7%) | 9.6 |
more javadocs
198 lines of code changed in 34 files:
updated
1 lines of code changed in 1 file:
I completed PENDOWN, but am getting a single error. I will try to fix this error and then re-commit the program.
13 lines of code changed in 1 file:
fixed pen up
55 lines of code changed in 7 files:
I added PU as a token and also added the symbols PU and PENUP to both the two textfiles in parser and as valid instructions. However, I
am still getting the error "not a valid command".
15 lines of code changed in 2 files:
I tried implementing the PENUP command but failed to make it register as valid.
15 lines of code changed in 1 file:
changes for workspaces
101 lines of code changed in 11 files:
adds Booleans
32 lines of code changed in 3 files:
you can now use math operations to move
20 lines of code changed in 1 file:
added ycor
20 lines of code changed in 1 file:
added x cor
17 lines of code changed in 1 file:
I changed load so that it uses the button and J File Chooser instead of forcing the user to enter a file directory. I also created an error message for when the user clicks the load
button but does not choose a file, and removed the old messages for load. Finally, I split the old buttonPanel into two new panels: eastButtonPanel and westButtonPanel, and changed the commandTextField so that it stretches across the empty space in the GUI.
5 lines of code changed in 1 file:
Created Home, HomeToken, and HomeParser classes. Added Home to instructions. Turtle now goes to default position when asked to go home.
13 lines of code changed in 1 file:
removed home
0 lines of code changed in 1 file:
added remainder
10 lines of code changed in 1 file:
added quotient
12 lines of code changed in 1 file:
added product
10 lines of code changed in 1 file:
added difference
19 lines of code changed in 1 file:
added setXY
19 lines of code changed in 1 file:
added sum and it kind of works
9 lines of code changed in 1 file:
added set y
9 lines of code changed in 1 file:
added set x
19 lines of code changed in 2 files:
Created LT, LTToken, and LTParser classes. Added LT to instructions. Turtle now turns left.
20 lines of code changed in 1 file:
Created RT, RTToken, and RTParser classes. Added RT to instructions. Turtle now turns right.
20 lines of code changed in 1 file:
fixed back
1 lines of code changed in 1 file:
Adds classes for back but doesnt work yet!
22 lines of code changed in 1 file:
The commit contains the FD token, FD instruction and new Workspace class. The FD instruction still needs work.
20 lines of code changed in 1 file:
Removed unnecessary casting.
1 lines of code changed in 1 file:
Added the if parser from class
17 lines of code changed in 1 file:
Importing SLogo project for team TeenageMutantNinjaTurtles
579 lines of code changed in 18 files: