Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 41 (100.0%) | 765 (100.0%) | 18.6 |
src/jturtle/ | 19 (46.3%) | 624 (81.6%) | 32.8 |
src/slogo/instruction/ | 5 (12.2%) | 42 (5.5%) | 8.4 |
src/slogo/parser/ | 2 (4.9%) | 40 (5.2%) | 20.0 |
/ | 3 (7.3%) | 24 (3.1%) | 8.0 |
src/slogo/ | 7 (17.1%) | 16 (2.1%) | 2.2 |
.settings/ | 1 (2.4%) | 11 (1.4%) | 11.0 |
src/slogo/parser/token/ | 1 (2.4%) | 8 (1.0%) | 8.0 |
src/jturtle/images/ | 3 (7.3%) | 0 (0.0%) | 0.0 |
added the class trail properties to separate out the line width, color, and dashed
110 lines of code changed in 3 files:
added dashed and solid properties to the trail
30 lines of code changed in 2 files:
Choosing a color works!!!! and so do the changing turtle images. Something wrong with the way the GUI displays the panels but will come back to that
79 lines of code changed in 2 files:
adjusted the gui and fixed the different turtle images
79 lines of code changed in 2 files:
the changing the turtle image now works, the GUI layout looks funny still working on that but just wanted to show you what i've done so far
35 lines of code changed in 1 file:
Something weird happened with commit but...
Slider that adjusts the width of the turtle's trail and new turtle image
5 lines of code changed in 1 file:
Slider that adjusts the width of the turtle's trail and new turtle image
80 lines of code changed in 4 files:
Changed the look and feel of the window
Added a drop down menu with different turtle images...currently commented out because breaks the code
154 lines of code changed in 1 file:
removed unused imports
1 lines of code changed in 2 files:
Tried to draw the trail.......
22 lines of code changed in 1 file:
8 lines of code changed in 1 file:
Changed MAIN_TURTLE_NAME in the TurtleField to be "harry" and in the Context class made public static final MAIN_TURTLE_NAME = TurtleField.MAIN_TURTLE_NAME
9 lines of code changed in 3 files:
ForwardParser class
40 lines of code changed in 2 files:
15 lines of code changed in 5 files:
Added Forward Token
8 lines of code changed in 1 file:
55 lines of code changed in 6 files:
Emily's new file
35 lines of code changed in 4 files: