/CupcakesWithSprenkles/trunk/SLogo Developers: brandw

Login name:
brandw
Total Commits:
77 (14.5%)
Lines of Code:
1,300 (15.0%)
Most Recent Commit:
2016-12-16 03:11
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for brandw

Activity by Day of Week for brandw

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 77 (100.0%) 1300 (100.0%) 16.8
src/slogo/instruction/ 22 (28.6%) 586 (45.1%) 26.6
src/slogo/parser/ 23 (29.9%) 335 (25.8%) 14.5
src/slogo/parser/token/ 18 (23.4%) 220 (16.9%) 12.2
src/tests/ 4 (5.2%) 94 (7.2%) 23.5
src/slogo/turtle/ 8 (10.4%) 63 (4.8%) 7.8
slogo_programs/ 2 (2.6%) 2 (0.2%) 1.0

Activity of brandw

Most Recent Commits

brandw 2016-12-16 03:11 Rev.: 1893

final

31 lines of code changed in 5 files:

  • src/slogo/instruction: HT.java (+12 -8), ST.java (+10 -1)
  • src/slogo/turtle: Renderer.java (+1 -1)
  • src/tests: TestHT.java (+4 -1), TestST.java (+4 -1)
brandw 2016-12-16 00:53 Rev.: 1868

Everything but show and hide turtle work

336 lines of code changed in 19 files:

  • src/slogo/instruction: CS.java (new 37), ClearScreen.java (del), HT.java (new 34), ST.java (new 30)
  • src/slogo/parser: CSParser.java (new 25), ClearScreenParser.java (del), HTParser.java (new 25), STParser.java (new 25), instructions.prop (+7 -2)
  • src/slogo/parser/token: CSToken.java (new 15), ClearScreenToken.java (+1 -1), HTToken.java (new 12), HideTurtleToken.java (new 12), STToken.java (new 12), ShowTurtleToken.java (new 13)
  • src/slogo/turtle: JTurtle.java (+2 -1), TestTowards.java (del)
  • src/tests: TestHT.java (new 43), TestST.java (new 43)
brandw 2016-12-16 00:52 Rev.: 1867

Towards works

26 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+26 -5)
brandw 2016-12-13 21:00 Rev.: 1651

Added testtowards class that Sprenkle emailed me. Added question mark as question mark token and in char token factory. Don't use towards, it still doesn't function properly.

76 lines of code changed in 4 files:

  • src/slogo/instruction: Towards.java (+11 -15)
  • src/slogo/parser/token: CharTokenFactory.java (+1), QuestionToken.java (new 15)
  • src/slogo/turtle: TestTowards.java (new 49)
brandw 2016-12-12 19:50 Rev.: 1606

Don't use towards yet

21 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+21 -17)
brandw 2016-12-12 01:47 Rev.: 1596

added xcor, ycor, heading, and clearscreen

287 lines of code changed in 13 files:

  • src/slogo/instruction: ClearScreen.java (new 39), Heading.java (new 31), XCor.java (new 34), YCor.java (new 34)
  • src/slogo/parser: ClearScreenParser.java (new 25), HeadingParser.java (new 22), XCorParser.java (new 22), YCorParser.java (new 22), instructions.prop (+5 -1)
  • src/slogo/parser/token: ClearScreenToken.java (new 14), HeadingToken.java (new 13), XCorToken.java (new 13), YCorToken.java (new 13)
brandw 2016-12-12 00:47 Rev.: 1595

I added towards with it's token, parser and instruction. Added it to the instruction list too. However, we need to fix the cases when the x values or y values are the same. Also, we might need to refactor it some.

115 lines of code changed in 7 files:

  • slogo_programs: SPRENKLE.logo (new 1), circle.logo (+1 -5)
  • src/slogo/instruction: Towards.java (new 66)
  • src/slogo/parser: TowardsParser.java (new 31), instructions.prop (+2 -1)
  • src/slogo/parser/token: TowardsToken.java (new 13)
  • src/slogo/turtle: Renderer.java (+1 -1)
brandw 2016-12-06 23:13 Rev.: 1096

Added token, parser and instruction for PD. If ran in the GUI, PD returns true (the pen is down). But we still need to get it to draw a line.

72 lines of code changed in 4 files:

  • src/slogo/instruction: PD.java (new 34)
  • src/slogo/parser: PDParser.java (new 23), instructions.prop (+2 -1)
  • src/slogo/parser/token: PDToken.java (new 13)
brandw 2016-12-05 11:57 Rev.: 898

Aliases and instructions changes

132 lines of code changed in 10 files:

  • src/slogo/instruction: BK.java (new 41), Back.java (del), LT.java (new 41), Left.java (del)
  • src/slogo/parser: BKParser.java (+1 -1), LTParser.java (new 28), LeftParser.java (del), instructions.prop (+8 -5)
  • src/slogo/parser/token: LTToken.java (new 13), LeftToken.java (del)
brandw 2016-12-05 11:43 Rev.: 890

Added RT

85 lines of code changed in 5 files:

  • src/slogo/instruction: RT.java (new 41)
  • src/slogo/parser: RTParser.java (new 28), instructions.prop (+2 -1)
  • src/slogo/parser/token: RTToken.java (new 13)
  • src/slogo/turtle: TurtleField.java (+1)
brandw 2016-12-02 17:35 Rev.: 845

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)
brandw 2016-12-02 17:27 Rev.: 844

Added left token, parser, and instruction. The turtle now handles left.

105 lines of code changed in 4 files:

  • src/slogo/instruction: Left.java (new 41)
  • src/slogo/parser: LeftParser.java (new 28), instructions.prop (+2 -1)
  • src/slogo/parser/token: LeftToken.java (new 34)
brandw 2016-12-02 11:52 Rev.: 823

Renamed the test entry field in turtlefield

8 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+8 -8)
brandw 2016-11-28 12:12 Rev.: 576

added fd to the instruction list

2 lines of code changed in 1 file:

  • src/slogo/parser: instructions.prop (+2 -1)
brandw 2016-11-28 11:53 Rev.: 569

Updated javadocs for If.java

3 lines of code changed in 1 file:

  • src/slogo/instruction: If.java (+3 -4)
Generated by StatSVN 0.7.0