/ByteUs/trunk/SLogo Developers: perrellaj

Login name:
perrellaj
Total Commits:
65 (5.2%)
Lines of Code:
1,328 (6.3%)
Most Recent Commit:
2016-12-10 19:18
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for perrellaj

Activity by Day of Week for perrellaj

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 65 (100.0%) 1328 (100.0%) 20.4
src/slogo/parser/ 18 (27.7%) 409 (30.8%) 22.7
src/slogo/instruction/ 15 (23.1%) 398 (30.0%) 26.5
src/slogo/GUIElements/ 15 (23.1%) 352 (26.5%) 23.4
src/slogo/parser/token/ 9 (13.8%) 90 (6.8%) 10.0
src/slogo/ 1 (1.5%) 45 (3.4%) 45.0
/ 2 (3.1%) 23 (1.7%) 11.5
src/slogo/turtle/ 4 (6.2%) 10 (0.8%) 2.5
src/slogo/expression/ 1 (1.5%) 1 (0.1%) 1.0

Activity of perrellaj

Most Recent Commits

perrellaj 2016-12-10 19:18 Rev.: 1542

changed color chooser logic to remember original width or color if one isnt changed. fixed towards instruction (still off 1 sometimes because of rounding)

59 lines of code changed in 2 files:

  • src/slogo/GUIElements: ColorChooserWindow.java (+49 -5)
  • src/slogo/instruction: Towards.java (+10 -11)
perrellaj 2016-12-09 15:51 Rev.: 1333

changed Color Chooser Slider GUui

2 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+2 -2)
perrellaj 2016-12-09 15:45 Rev.: 1332

added error handling

46 lines of code changed in 2 files:

  • src/slogo: SLogoInterpreter.java (+45 -43)
  • src/slogo/expression: VariableFactory.java (+1 -3)
perrellaj 2016-12-07 12:46 Rev.: 1125

changed width implementation

19 lines of code changed in 3 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (+2 -2), ColorChooserWindow.java (+13 -11)
  • src/slogo/turtle: TurtleField.java (+4)
perrellaj 2016-12-07 12:26 Rev.: 1122


13 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+13 -11)
perrellaj 2016-12-06 20:18 Rev.: 1057

added width implementation to chooser window

21 lines of code changed in 4 files:

  • src/slogo/GUIElements: ColorChooserWindow.java (+5 -2), LineSegment.java (+11 -1)
  • src/slogo/turtle: JTurtle.java (+2 -2), TurtlePen.java (+3 -3)
perrellaj 2016-12-06 19:53 Rev.: 1052

more progress on pen width changing

31 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+31 -3)
perrellaj 2016-12-05 22:02 Rev.: 1000

started pen width implementation

30 lines of code changed in 2 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (+2 -8), ColorChooserWindow.java (+28 -12)
perrellaj 2016-12-05 15:40 Rev.: 976

fixed functionality with pen color choosing. changes entire path

55 lines of code changed in 2 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (+16 -2), ColorChooserWindow.java (+39 -6)
perrellaj 2016-12-05 14:52 Rev.: 955

updated color button

9 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangePenColorButton.java (+9 -2)
perrellaj 2016-12-05 14:27 Rev.: 945

added change pen color functionality

132 lines of code changed in 2 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (new 20), ColorChooserWindow.java (new 112)
perrellaj 2016-11-30 13:13 Rev.: 761

added and fixed setxy setx sety

104 lines of code changed in 5 files:

  • src/slogo/instruction: Setx.java (+1 -1), Setxy.java (+5 -5), Sety.java (new 48)
  • src/slogo/parser: SetyParser.java (new 38)
  • src/slogo/parser/token: SetyToken.java (new 12)
perrellaj 2016-11-30 09:19 Rev.: 717

added setx and setxy, implementation still throws a null pointer exception. needs to be fixed

214 lines of code changed in 9 files:

  • src/slogo/instruction: Setx.java (new 48), Setxy.java (new 49), Towards.java (+12 -10)
  • src/slogo/parser: HomeParser.java (-5), SetxParser.java (new 39), SetxyParser.java (new 40), instructions.prop (+2)
  • src/slogo/parser/token: SetxToken.java (new 12), SetxyToken.java (new 12)
perrellaj 2016-11-29 22:52 Rev.: 709

changed home, but there is still a null pointer error ocurring, not sure where. I think the parser is the issue

35 lines of code changed in 6 files:

  • 11_16_16conversation (+19 -4)
  • src/slogo/instruction: Home.java (+6 -5)
  • src/slogo/parser: ForwardParser.java (+1), HomeParser.java (+8 -3), instructions.prop (-4)
  • src/slogo/turtle: TurtleField.java (+1 -1)
perrellaj 2016-11-29 18:06 Rev.: 659

added full implementation of backwards, left, and right instructions, tokens, and parsers

441 lines of code changed in 19 files:

  • src/slogo/instruction: Backward.java (new 45), FD.java (-2), Left.java (new 50), Right.java (new 50)
  • src/slogo/parser: BKParser.java (new 39), BackwardParser.java (new 39), FDParser.java (-1), LTParser.java (new 39), LeftParser.java (new 39), RTParser.java (new 39), RepeatParser.java (+1 -1), RightParser.java (new 39), instructions.prop (+7 -1)
  • src/slogo/parser/token: BKToken.java (new 9), BackwardToken.java (new 9), LTToken.java (new 9), LeftToken.java (new 9), RTToken.java (new 9), RightToken.java (new 9)
perrellaj 2016-11-29 17:15 Rev.: 653

changed output of FD instruction to the location

1 lines of code changed in 1 file:

  • src/slogo/instruction: FD.java (+1 -1)
perrellaj 2016-11-27 21:35 Rev.: 559

Added some object specific code to the evaluate method in the forward instruction

6 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+6 -1)
perrellaj 2016-11-18 15:12 Rev.: 520

Added parser and instruction for the IF procedure

106 lines of code changed in 2 files:

  • src/slogo/instruction: If.java (new 67)
  • src/slogo/parser: IfParser.java (new 39)
perrellaj 2016-11-16 15:24 Rev.: 508

added notes from class

4 lines of code changed in 1 file:

  • 11_16_16conversation (new 4)
Generated by StatSVN 0.7.0