Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 74 (100.0%) | 1635 (100.0%) | 22.0 |
mforrestel | 48 (64.9%) | 945 (57.8%) | 19.6 |
dfisher | 13 (17.6%) | 444 (27.2%) | 34.1 |
morgana | 7 (9.5%) | 154 (9.4%) | 22.0 |
jgoergen | 6 (8.1%) | 92 (5.6%) | 15.3 |
FINAL
51 lines of code changed in 14 files:
changed all constructor that were previously Expression to GrammarElemnt and .value(c) to .evaluate(c) and had to cast some newly changed GrammarElements to (double) when using .evaluate(c)
101 lines of code changed in 13 files:
Changed Heading so it returns degrees
1 lines of code changed in 1 file:
towards
62 lines of code changed in 1 file:
Last of the basic commands (SETXY, HEADING, XCOR, YCOR). They all work, but when you do SETXY you get an afterwards for some reason.
176 lines of code changed in 4 files:
407 lines of code changed in 10 files:
Less than
56 lines of code changed in 1 file:
Added Clean and Clearscreen
88 lines of code changed in 2 files:
132 lines of code changed in 6 files:
Commit with errors
1 lines of code changed in 1 file:
60 lines of code changed in 1 file:
68 lines of code changed in 1 file:
I created the ShowTurtle and HideTurtle commands, and also added some supporting methods to the JTurtle class, including hideImage and showImage to set the visibility of the polygon or image representing the turtle.
43 lines of code changed in 3 files:
The AliasConverter is finally complete! It works for all our new commands and is super extensible for future commands we will be adding soon!
0 lines of code changed in 1 file:
Changed left and right so they do what they are supposed to (turn left or right x degrees).
8 lines of code changed in 2 files:
Adds HOME, SETX, and SETY commands, which should be working
151 lines of code changed in 3 files:
Fixed Context issues (hopefully)
4 lines of code changed in 4 files:
108 lines of code changed in 3 files:
1 lines of code changed in 1 file:
This version goes FORWARD 50 if that is exactly what you type into the command box. I wrote in the actual comments all the things that still need fixing to make it more expandable so look for those.
48 lines of code changed in 1 file:
69 lines of code changed in 1 file:
First Import
276 lines of code changed in 5 files: