/Codeheads/trunk/SLogo Developers: dfisher

Login name:
dfisher
Total Commits:
39 (9.4%)
Lines of Code:
875 (11.1%)
Most Recent Commit:
2013-12-13 16:01
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for dfisher

Activity by Day of Week for dfisher

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 39 (100.0%) 875 (100.0%) 22.4
src/slogo/instruction/ 13 (33.3%) 444 (50.7%) 34.1
src/slogo/parser/ 14 (35.9%) 275 (31.4%) 19.6
src/slogo/parser/token/ 9 (23.1%) 97 (11.1%) 10.7
src/jturtle/ 3 (7.7%) 59 (6.7%) 19.6

Activity of dfisher

Most Recent Commits

dfisher 2013-12-13 16:01 Rev.: 502

Centered the Turtle

2 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+2 -2)
dfisher 2013-12-13 12:32 Rev.: 470

Undo/Redo should work. You can only undo/redo the last command though.

57 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+22 -7), TurtleField.java (+35 -25)
dfisher 2013-12-13 11:20 Rev.: 465

Changed Heading so it returns degrees

1 lines of code changed in 1 file:

  • src/slogo/instruction: Heading.java (+1 -1)
dfisher 2013-12-13 11:16 Rev.: 461

Added TOWARDS to alias and instructions

4 lines of code changed in 2 files:

  • src/slogo/parser: instructions.prop (+2 -1)
  • src/slogo/parser/token: alias.dat (+2 -1)
dfisher 2013-12-13 11:08 Rev.: 457

Last of the basic commands (SETXY, HEADING, XCOR, YCOR). They all work, but when you do SETXY you get an afterwards for some reason.

377 lines of code changed in 14 files:

  • src/slogo/instruction: Heading.java (new 40), SetXY.java (new 54), XCor.java (new 41), YCor.java (new 41)
  • src/slogo/parser: HeadingParser.java (new 35), SetXYParser.java (new 35), XCorParser.java (new 35), YCorParser.java (new 35), instructions.prop (+5 -1)
  • src/slogo/parser/token: HeadingToken.java (new 13), SetXYToken.java (new 13), XCorToken.java (new 13), YCorToken.java (new 13), alias.dat (+4)
dfisher 2013-12-05 20:30 Rev.: 218

Changed left and right so they do what they are supposed to (turn left or right x degrees).

8 lines of code changed in 2 files:

  • src/slogo/instruction: Left.java (+4 -4), Right.java (+4 -4)
dfisher 2013-12-05 20:15 Rev.: 217

Adds HOME, SETX, and SETY commands, which should be working

299 lines of code changed in 10 files:

  • src/slogo/instruction: Home.java (new 45), SetX.java (new 53), SetY.java (new 53)
  • src/slogo/parser: HomeParser.java (new 35), SetXParser.java (new 35), SetYParser.java (new 35), instructions.prop (+4 -1)
  • src/slogo/parser/token: HomeToken.java (new 13), SetXToken.java (new 13), SetYToken.java (new 13)
dfisher 2013-12-03 20:22 Rev.: 186

127 lines of code changed in 7 files:

  • src/slogo/instruction: Backward.java (+8 -8), Left.java (new 50), Right.java (new 50)
  • src/slogo/parser: BackwardParser.java (+5 -7), LeftParser.java (+5 -7), RightParser.java (+5 -7), instructions.prop (+4 -1)
Generated by StatSVN 0.7.0