Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 61 (100.0%) | 1036 (100.0%) | 16.9 |
src/slogo/turtle/ | 23 (37.7%) | 600 (57.9%) | 26.0 |
src/slogo/instruction/ | 10 (16.4%) | 213 (20.6%) | 21.3 |
src/slogo/parser/ | 21 (34.4%) | 174 (16.8%) | 8.2 |
src/slogo/parser/token/ | 5 (8.2%) | 48 (4.6%) | 9.6 |
/ | 2 (3.3%) | 1 (0.1%) | 0.5 |
Completed a button for changing the pen's state.
17 lines of code changed in 1 file:
I believe that I have officially finished PenUp and PenDown. Fixed a faulty for loop and faulty logic.
39 lines of code changed in 2 files:
I fixed a very tedious error with pen up/pen down. When the pen was lifted and then re-placed, a line formed in the area that the turtle had been moving over, connecting
the point where the pen was lifted to its current position. Now, what was blank before stays blank.
52 lines of code changed in 3 files:
Completed the commands for PENUP, PENDOWN, PU, and PD, so that they correctly interact with turtle field.
7 lines of code changed in 6 files:
Some of the new commands now work. Others do not.
6 lines of code changed in 3 files:
Tried yet failed to completely fix the misnamed token error. When I try to save instructions with a new name, eclipse prevents me from doing so.
2 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.
64 lines of code changed in 5 files:
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.
194 lines of code changed in 9 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".
42 lines of code changed in 6 files:
I tried implementing the PENUP command but failed to make it register as valid.
122 lines of code changed in 5 files:
Fixed several errors related to making the tail show up correctly at the start and for all images.
24 lines of code changed in 2 files:
Added javadocs for my work on drawTail.
18 lines of code changed in 2 files:
Completed the turtle's tail so that it shows up correctly as it moves about the screen.
45 lines of code changed in 2 files:
Started on the turtle's trail, but encountered many errors and difficulties.
43 lines of code changed in 3 files:
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.
120 lines of code changed in 4 files:
Fixed an error in loading files, preventing the error message "file not found" from being generated unless there are characters in the file
directory textArea.
1 lines of code changed in 1 file:
Added the ability to load SLogo code from files.
82 lines of code changed in 2 files:
Changed the error message for FileNotFoundException to "Invalid directory!".
1 lines of code changed in 1 file:
Added functionality to Save, allowing users to enter their sessions in new text files of their choice. Also created two error messages when attempting to extract the file and directory names from the user, one for a NullPointerException and the other for a FileNotFound exception
71 lines of code changed in 1 file:
Created the appearance of Save and Go buttons and the input text area.
29 lines of code changed in 1 file:
(1 more)