Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 164 (100.0%) | 1774 (100.0%) | 10.8 |
troises | 114 (69.5%) | 1384 (78.0%) | 12.1 |
mccaffreyk | 10 (6.1%) | 213 (12.0%) | 21.3 |
joshir | 11 (6.7%) | 140 (7.9%) | 12.7 |
cardene | 29 (17.7%) | 37 (2.1%) | 1.2 |
more javadocs
1 lines of code changed in 1 file:
added more Javadoc than god
191 lines of code changed in 29 files:
fixed clean and cs
47 lines of code changed in 12 files:
0 lines of code changed in 1 file:
updated
24 lines of code changed in 4 files:
Completed the commands for PENUP, PENDOWN, PU, and PD, so that they correctly interact with turtle field.
4 lines of code changed in 3 files:
Some of the new commands now work. Others do not.
1 lines of code changed in 1 file:
fixed pens
78 lines of code changed in 4 files:
I completed PENDOWN, but am getting a single error. I will try to fix this error and then re-commit the program.
39 lines of code changed in 1 file:
I appear to have fixed the problem for PENUP and PU by making instruction classes for both instead of just PENUP.
I also completed some but not all of PENDOWN.
122 lines of code changed in 4 files:
fixed pen up
131 lines of code changed in 11 files:
I tried implementing the PENUP command but failed to make it register as valid.
47 lines of code changed in 1 file:
major changes to error handling. throws exception in all instructions
37 lines of code changed in 28 files:
changes for workspaces
151 lines of code changed in 6 files:
made minor refactoring changes in Remainder
7 lines of code changed in 1 file:
adds Booleans
120 lines of code changed in 8 files:
works for rt and lt
6 lines of code changed in 3 files:
you can now use math operations to move
57 lines of code changed in 5 files:
added ycor
24 lines of code changed in 2 files:
Deleted TestingCommit.
0 lines of code changed in 1 file:
updated Home
1 lines of code changed in 1 file:
Testing my commit. Ignore the TestingCommit class in slogo.instructions
0 lines of code changed in 1 file:
added x cor
31 lines of code changed in 1 file:
Created junit tests for FD and BK (TestFDandBk), and LT and RT(TurnTest).
Edited the FD and BK instructions to return current.getPosition() instead of null.
Edited RT and LT instructions to return current.getHeading() instead of null.
5 lines of code changed in 4 files:
Created Home, HomeToken, and HomeParser classes. Added Home to instructions. Turtle now goes to default position when asked to go home.
49 lines of code changed in 1 file:
intermediate implementation
0 lines of code changed in 1 file:
removed home
0 lines of code changed in 1 file:
fixed rt and lt
12 lines of code changed in 3 files:
added remainder
37 lines of code changed in 1 file:
added quotient
36 lines of code changed in 1 file:
added product
37 lines of code changed in 2 files:
added difference
44 lines of code changed in 2 files:
added setXY
48 lines of code changed in 2 files:
added sum and it kind of works
43 lines of code changed in 2 files:
added set y
88 lines of code changed in 3 files:
added set x
44 lines of code changed in 2 files:
Created LT, LTToken, and LTParser classes. Added LT to instructions. Turtle now turns left.
39 lines of code changed in 1 file:
Created RT, RTToken, and RTParser classes. Added RT to instructions. Turtle now turns right.
39 lines of code changed in 1 file:
fixed back
1 lines of code changed in 1 file:
fixed captialization
2 lines of code changed in 1 file:
(6 more)