Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 65 (100.0%) | 1328 (100.0%) | 20.4 |
src/slogo/parser/ | 18 (27.7%) | 409 (30.8%) | 22.7 |
src/slogo/instruction/ | 15 (23.1%) | 398 (30.0%) | 26.5 |
src/slogo/GUIElements/ | 15 (23.1%) | 352 (26.5%) | 23.4 |
src/slogo/parser/token/ | 9 (13.8%) | 90 (6.8%) | 10.0 |
src/slogo/ | 1 (1.5%) | 45 (3.4%) | 45.0 |
/ | 2 (3.1%) | 23 (1.7%) | 11.5 |
src/slogo/turtle/ | 4 (6.2%) | 10 (0.8%) | 2.5 |
src/slogo/expression/ | 1 (1.5%) | 1 (0.1%) | 1.0 |
changed color chooser logic to remember original width or color if one isnt changed. fixed towards instruction (still off 1 sometimes because of rounding)
59 lines of code changed in 2 files:
changed Color Chooser Slider GUui
2 lines of code changed in 1 file:
added error handling
46 lines of code changed in 2 files:
changed width implementation
19 lines of code changed in 3 files:
13 lines of code changed in 1 file:
added width implementation to chooser window
21 lines of code changed in 4 files:
more progress on pen width changing
31 lines of code changed in 1 file:
started pen width implementation
30 lines of code changed in 2 files:
fixed functionality with pen color choosing. changes entire path
55 lines of code changed in 2 files:
updated color button
9 lines of code changed in 1 file:
added change pen color functionality
132 lines of code changed in 2 files:
added and fixed setxy setx sety
104 lines of code changed in 5 files:
added setx and setxy, implementation still throws a null pointer exception. needs to be fixed
214 lines of code changed in 9 files:
changed home, but there is still a null pointer error ocurring, not sure where. I think the parser is the issue
35 lines of code changed in 6 files:
added full implementation of backwards, left, and right instructions, tokens, and parsers
441 lines of code changed in 19 files:
changed output of FD instruction to the location
1 lines of code changed in 1 file:
Added some object specific code to the evaluate method in the forward instruction
6 lines of code changed in 1 file:
Added parser and instruction for the IF procedure
106 lines of code changed in 2 files:
added notes from class
4 lines of code changed in 1 file: