/TheRainbowSprenkles/trunk/SLogo Developers: walkerc

Login name:
walkerc
Total Commits:
25 (4.9%)
Lines of Code:
513 (3.0%)
Most Recent Commit:
2013-12-11 21:07
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for walkerc

Activity by Day of Week for walkerc

Activity in Directories

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

Activity of walkerc

Most Recent Commits

walkerc 2013-12-11 21:07 Rev.: 365

Slightly cleaned up our dictionary of aliases

2 lines of code changed in 1 file:

  • src/jturtle: TurtleField.java (+2 -2)
walkerc 2013-12-11 20:59 Rev.: 357

Began working on the extension to set the background with Jean Paul

#TheRainbowSprenkles

37 lines of code changed in 3 files:

  • src/jturtle: JTurtle.java (+34 -14), TurtleField.java (+3 -2)
  • tests: grass.jpg (new)
walkerc 2013-12-05 13:10 Rev.: 208

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:

  • src/jturtle: JTurtle.java (+17 -15)
walkerc 2013-12-04 16:34 Rev.: 204

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:

  • src/jturtle: JTurtle.java (+68 -3), Line.java (new 23)
  • src/slogo/instruction: Clean.java (new 43), Pd.java (+3 -9), Pu.java (new 43)
  • src/slogo/parser: CleanParser.java (new 25), PdParser.java (-2), PuParser.java (new 25), instructions.prop (+4 -1)
  • src/slogo/parser/token: CleanToken.java (new 12), PdToken.java (new 14), PuToken.java (new 12)
walkerc 2013-12-02 23:53 Rev.: 169

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:

  • src/slogo/instruction: Pd.java (new 49)
  • src/slogo/parser: PdParser.java (new 27)
  • src/slogo/tests: SetLocationTests.java (new 36)
walkerc 2013-11-27 15:09 Rev.: 55

Added a new text field, increased window size, and cried a lot.

73 lines of code changed in 5 files:

  • .classpath (new 6), .project (new 17)
  • .settings: org.eclipse.jdt.core.prefs (new 11)
  • src/jturtle: TurtleField.java (+38 -17)
  • src/slogo/instruction: Fd.java (+1 -1)
Generated by StatSVN 0.7.0