Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 162 (100.0%) | 2414 (100.0%) | 14.9 |
src/slogo/instruction/ | 39 (24.1%) | 692 (28.7%) | 17.7 |
src/slogo/parser/ | 38 (23.5%) | 550 (22.8%) | 14.4 |
src/jturtle/ | 28 (17.3%) | 453 (18.8%) | 16.1 |
src/slogo/ | 24 (14.8%) | 418 (17.3%) | 17.4 |
src/slogo/parser/token/ | 24 (14.8%) | 197 (8.2%) | 8.2 |
src/slogo/expression/ | 2 (1.2%) | 62 (2.6%) | 31.0 |
/ | 6 (3.7%) | 34 (1.4%) | 5.6 |
src/ | 1 (0.6%) | 8 (0.3%) | 8.0 |
load and save now put into menus to make sure they can be seen on any screen size
30 lines of code changed in 1 file:
final implementation!!!
2 lines of code changed in 2 files:
fixed error in heading(it was trying to convert degrees to degrees) and turtle now drawn on top of the trail
3 lines of code changed in 2 files:
changing linewidth works as intended now
30 lines of code changed in 4 files:
now catches errors in loaded files( i had forgotten about those!)
17 lines of code changed in 1 file:
did some refactoring. Also, repeat can now be chained with a sum command
49 lines of code changed in 22 files:
trailProperties now works as intended, when user changes line color/ type only the lines drawn after that point have the changes!
84 lines of code changed in 4 files:
turtle now draws line correctly after clean command
8 lines of code changed in 1 file:
clean should work now
0 lines of code changed in 1 file:
ok so there was a slight error in right an left. Transisitioning from degrees and radians caused the degree to be off by a progressively larger amounts. heading is now saved in degrees and is handled by right and left, and turtlefield as such. Pen up and pend down are raido buttons and you run subroutines just by typeing the name ( no longer need TO)
62 lines of code changed in 8 files:
ok towards works for real this time haha
4 lines of code changed in 1 file:
towards command now implemented
137 lines of code changed in 4 files:
show and hide turtle now implemented and their respective aliases have been added
207 lines of code changed in 9 files:
notEqual now implemented
124 lines of code changed in 4 files:
equals now implemented. will add notEqual later today
135 lines of code changed in 5 files:
back and forward can now be chained with instructions ( sum,difference, etc)
50 lines of code changed in 4 files:
pendown? command now implemented
118 lines of code changed in 9 files:
heading now returns degrees instead of radians
1 lines of code changed in 1 file:
workspace now loads variables assigned in a file
11 lines of code changed in 1 file:
44 lines of code changed in 2 files:
(19 more)