Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 513 (100.0%) | 20.5 |
src/jturtle/ | 7 (28.0%) | 185 (36.1%) | 26.4 |
src/slogo/instruction/ | 5 (20.0%) | 139 (27.1%) | 27.8 |
src/slogo/parser/ | 5 (20.0%) | 81 (15.8%) | 16.2 |
src/slogo/parser/token/ | 3 (12.0%) | 38 (7.4%) | 12.6 |
src/slogo/tests/ | 1 (4.0%) | 36 (7.0%) | 36.0 |
/ | 2 (8.0%) | 23 (4.5%) | 11.5 |
.settings/ | 1 (4.0%) | 11 (2.1%) | 11.0 |
tests/ | 1 (4.0%) | 0 (0.0%) | 0.0 |
Slightly cleaned up our dictionary of aliases
2 lines of code changed in 1 file:
Began working on the extension to set the background with Jean Paul
#TheRainbowSprenkles
37 lines of code changed in 3 files:
Lines are now drawn correctly with Pendown! The problem was that I was adding the point to the line-list AFTER notifyListeners was being called. Oops. But now that will work correctly for our demo tomorrow. GO TEAM
#TheRainbowSprenkles
17 lines of code changed in 1 file:
Although Pd is not yet perfect (I must figure out how to get the line to draw once more; I'm pretty close) I am finished for the day and it hasn't broken anything so I will commit it! I have implemented Pu, Pd, and Clean. This should also include their respective parsers and tokens and the updated instructions list. I have not changed the program to allow the user to type in PenUp or PenDown yet, but I can mess with this later.
Pd draws lines, Pu stops drawing lines (but keeps them on the screen), and Clean removes all the lines.
#TheRainbowSprenkles
272 lines of code changed in 12 files:
We now have the beginnings of a test (feel free to rename it and add to it if you get bored)
Also, we have the Pd token and parser, but I still need to implement Pd itself; I have committed the beginning of it so you can see it, but it still needs work.
#TheRainbowSprenkles
112 lines of code changed in 3 files:
Added a new text field, increased window size, and cried a lot.
73 lines of code changed in 5 files: