Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 175 (100.0%) | 4322 (100.0%) | 24.6 |
src/jturtle/ | 33 (18.9%) | 2009 (46.5%) | 60.8 |
src/slogo/instruction/ | 54 (30.9%) | 1248 (28.9%) | 23.1 |
src/slogo/parser/ | 64 (36.6%) | 775 (17.9%) | 12.1 |
src/slogo/parser/token/ | 21 (12.0%) | 261 (6.0%) | 12.4 |
src/slogo/expression/ | 1 (0.6%) | 28 (0.6%) | 28.0 |
/ | 1 (0.6%) | 1 (0.0%) | 1.0 |
src/jturtle/images/ | 1 (0.6%) | 0 (0.0%) | 0.0 |
Added text area
25 lines of code changed in 1 file:
Pop up window for procedures.
568 lines of code changed in 1 file:
Comments and fixing toString()
109 lines of code changed in 11 files:
still working on pop up window.
27 lines of code changed in 1 file:
Uploading new popup window for procedures. #therainbowsprenkles
595 lines of code changed in 2 files:
more work on implementing the extension for the turtle image.
#therainbowsprenkles
3 lines of code changed in 1 file:
Fixed a casting between double and integer problem in Repeat.
#therainbowsprenkles
1 lines of code changed in 1 file:
Committing extension for changing turtle image.
right now, just uses the "turtle.gif" originally in images.
#therainbowsprenkles
41 lines of code changed in 2 files:
Implementing GrammarElement. #therainbowsprenkles
105 lines of code changed in 26 files:
More GrammarElement instead of Expression.
#TheRainbowSprenkles
43 lines of code changed in 6 files:
Implemented GrammarElement in Minus and Quotient.
Fixed toString in Greater and Less.
#therainbowsprenkles
18 lines of code changed in 4 files:
Changed return values to doubles instead of integers.
#TheRainbowSprenkles
4 lines of code changed in 2 files:
Changed Greater, GreaterParser, Less, LessParser to use GrammarElement
#theRainbowSprenkles
60 lines of code changed in 4 files:
Committing the if command instruction, parser, token.
Committing the changes from Expression to GrammarElement for the Equal instruction and parser.
Committing the instructions.prop file.
174 lines of code changed in 6 files:
committing the towards command the new instructions.prop file
114 lines of code changed in 4 files:
Changed color of turtle and path.
#theRainbowSprenkles
5 lines of code changed in 1 file:
When I changed minus token from "-" to "minus" earlier, an error occurred in CharTokenFactory that made some of the commands not work such as fd sum 10 10.
1 lines of code changed in 1 file:
Added helper method in Jturtle for the pendownp command.
Added alias for pendownpcommand.
Added comments in PenDownP.java, PenDownPToken.java, QuotientParser.java, MinusToken.java
19 lines of code changed in 6 files:
PenDownP command.
Right now, I just have it printing to the console. 1 = true, 0 = false.
At some point, we can work on the gui and having return statements print to there.
#therainbowsprenkles
85 lines of code changed in 4 files:
Added "&& steps != 0" to the if statement where the current point is added to the line.
I then added code (getting the initial point to the line) to when penOn is set to true.
#TheRainbowSprenkles
3 lines of code changed in 1 file:
(35 more)