/TeenageMutantNinjaTurtles/trunk/SLogo Developers: troises

Login name:
troises
Total Commits:
703 (73.2%)
Lines of Code:
85,676 (93.3%)
Most Recent Commit:
2016-12-15 17:20
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for troises

Activity by Day of Week for troises

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 703 (100.0%) 85676 (100.0%) 121.8
doc/slogo/parser/token/ 58 (8.3%) 14888 (17.4%) 256.6
doc/slogo/instruction/ 47 (6.7%) 14234 (16.6%) 302.8
doc/slogo/parser/ 46 (6.5%) 12734 (14.9%) 276.8
doc/slogo/parser/token/class-use/ 54 (7.7%) 7504 (8.8%) 138.9
doc/slogo/instruction/class-use/ 43 (6.1%) 5833 (6.8%) 135.6
doc/slogo/parser/class-use/ 42 (6.0%) 5553 (6.5%) 132.2
doc/index-files/ 24 (3.4%) 4540 (5.3%) 189.1
doc/slogo/turtle/ 9 (1.3%) 2967 (3.5%) 329.6
doc/slogo/ 9 (1.3%) 2614 (3.1%) 290.4
doc/ 13 (1.8%) 2534 (3.0%) 194.9
doc/testing/ 10 (1.4%) 2507 (2.9%) 250.7
doc/slogo/expression/ 8 (1.1%) 1831 (2.1%) 228.8
doc/slogo/class-use/ 5 (0.7%) 1805 (2.1%) 361.0
src/slogo/instruction/ 114 (16.2%) 1384 (1.6%) 12.1
src/slogo/parser/ 103 (14.7%) 1379 (1.6%) 13.3
doc/slogo/turtle/class-use/ 5 (0.7%) 782 (0.9%) 156.4
doc/testing/class-use/ 6 (0.9%) 744 (0.9%) 124.0
doc/slogo/expression/class-use/ 4 (0.6%) 743 (0.9%) 185.7
src/slogo/parser/token/ 73 (10.4%) 611 (0.7%) 8.3
src/slogo/turtle/ 24 (3.4%) 435 (0.5%) 18.1
src/slogo/ 4 (0.6%) 51 (0.1%) 12.7
src/slogo/expression/ 1 (0.1%) 2 (0.0%) 2.0
slogo_programs/ 1 (0.1%) 1 (0.0%) 1.0

Activity of troises

Most Recent Commits

troises 2016-12-15 17:20 Rev.: 1798

The last of the Javadocs

15 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+15 -4)
troises 2016-12-15 17:14 Rev.: 1796

SO MANY JAVADOCS

275 lines of code changed in 30 files:

  • src/slogo/parser: BKParser.java (+7 -3), CSParser.java (+11), CleanParser.java (+11 -1), DifferenceParser.java (+7 -3), EqualsParser.java (+10 -2), FDParser.java (+8 -6), GreaterParser.java (+10 -2), HTParser.java (+11 -1), HeadingParser.java (+9 -2), HomeParser.java (+7 -5), IfParser.java (+7 -3), LTParser.java (+8 -6), LessParser.java (+10 -5), MinusParser.java (+11 -1), NotEqualParser.java (+10 -2), PDParser.java (+11 -3), PUParser.java (+10 -3), ProductParser.java (+8), QuotientParser.java (+8), RTParser.java (+8 -6), RemainderParser.java (+9), STParser.java (+13 -1), SetXParser.java (+8 -3), SetXYParser.java (+10 -8), SetYParser.java (+7 -3), SumParser.java (+8 -3), ToParser.java (+12 -1), TowardsParser.java (+10 -2), XCorParser.java (+7 -3), YCorParser.java (+9 -5)
troises 2016-12-15 16:15 Rev.: 1789

more javadocs

199 lines of code changed in 35 files:

  • src/slogo/instruction: YCor.java (+1 -1)
  • src/slogo/parser/token: BKToken.java (+6 -6), BackToken.java (+7), CSToken.java (+6 -1), CleanToken.java (+7), DifferenceToken.java (+4 -2), EqualsToken.java (+7), FDToken.java (+4 -2), ForwardToken.java (+7), GreaterToken.java (+7), HTToken.java (+7), HeadingToken.java (+7), IfToken.java (+4 -2), LTToken.java (+4 -2), LeftToken.java (+7), LessToken.java (+4 -2), MinusToken.java (+7), NotEqualToken.java (+7), PDToken.java (+7), PUToken.java (+7), PenDownToken.java (+3 -1), PenUpToken.java (+3 -2), ProductToken.java (+7), QuotientToken.java (+6), RemainderToken.java (+6), RightToken.java (+6), STToken.java (+7), SetXToken.java (+4 -2), SetXYToken.java (+4 -2), SetYToken.java (+7), SumToken.java (+7), ToToken.java (+6), TowardsToken.java (+7), XCorToken.java (+5 -2), YCorToken.java (+4 -2)
troises 2016-12-15 16:02 Rev.: 1788

added more Javadoc than god

191 lines of code changed in 29 files:

  • src/slogo/instruction: BK.java (+6 -1), CS.java (+4 -1), Clean.java (+3), Difference.java (+8), Equals.java (+8 -1), FD.java (+7 -2), Greater.java (+8 -1), HT.java (+3), Heading.java (+4 -1), Home.java (+2 -3), If.java (+1 -1), LT.java (+3), Less.java (+8 -1), Minus.java (+10 -3), NotEqual.java (+8), PD.java (+1 -3), PU.java (+1 -3), Product.java (+9), Quotient.java (+9), RT.java (+10 -4), Remainder.java (+9), ST.java (+8), SetX.java (+6 -2), SetXY.java (+9 -3), SetY.java (+6 -2), Sum.java (+12 -2), Towards.java (+16 -5), XCor.java (+5 -3), YCor.java (+7 -2)
troises 2016-12-15 14:43 Rev.: 1783

fixed clean and cs

56 lines of code changed in 15 files:

  • src/slogo/instruction: CS.java (+6), Clean.java (+5), FD.java (+1), Heading.java (+1), LT.java (+4 -2), Minus.java (+5), NotEqual.java (+4 -2), PD.java (+6 -2), PU.java (+5 -1), Product.java (+3 -2), Quotient.java (+4 -2), Remainder.java (+3 -2)
  • src/slogo/parser: CleanParser.java (+2 -1)
  • src/slogo/turtle: JTurtle.java (+5 -3), Renderer.java (+2 -1)
troises 2016-12-15 13:50 Rev.: 1781


11 lines of code changed in 3 files:

  • src/slogo/instruction: Clean.java (-1)
  • src/slogo/turtle: JTurtle.java (+7 -10), Renderer.java (+4 -2)
troises 2016-12-15 13:02 Rev.: 1774

updated

81896 lines of code changed in 396 files:

  • doc: allclasses-frame.html (new 175), allclasses-noframe.html (new 175), constant-values.html (new 335), deprecated-list.html (new 124), help-doc.html (new 229), index.html (new 74), overview-frame.html (new 27), overview-summary.html (new 159), overview-tree.html (new 371), package-list (new 7), script.js (new 30), serialized-form.html (new 254), stylesheet.css (new 574)
  • doc/index-files: index-1.html (new 204), index-10.html (new 140), index-11.html (new 173), index-12.html (new 168), index-13.html (new 171), index-14.html (new 129), index-15.html (new 367), index-16.html (new 143), index-17.html (new 209), index-18.html (new 283), index-19.html (new 297), index-2.html (new 158), index-20.html (new 137), index-21.html (new 184), index-22.html (new 131), index-23.html (new 139), index-24.html (new 139), index-3.html (new 190), index-4.html (new 165), index-5.html (new 297), index-6.html (new 149), index-7.html (new 210), index-8.html (new 177), index-9.html (new 180)
  • doc/slogo: CharConsts.html (new 724), Context.html (new 248), GrammarElement.html (new 295), SLogoInterpreter.html (new 440), Workspace.html (new 311), package-frame.html (new 27), package-summary.html (new 179), package-tree.html (new 144), package-use.html (new 246)
  • doc/slogo/class-use: CharConsts.html (new 124), Context.html (new 457), GrammarElement.html (new 694), SLogoInterpreter.html (new 366), Workspace.html (new 164)
  • doc/slogo/expression: ArithmeticBase.html (new 315), Number.html (new 321), Variable.html (new 394), VariableFactory.html (new 272), package-frame.html (new 23), package-summary.html (new 163), package-tree.html (new 147), package-use.html (new 196)
  • doc/slogo/expression/class-use: ArithmeticBase.html (new 248), Number.html (new 124), Variable.html (new 205), VariableFactory.html (new 166)
  • doc/slogo/instruction: Addition.html (new 327), ArithmeticInstruction.html (new 324), Assignment.html (new 339), BK.html (new 300), BinaryExpression.html (new 370), Clean.html (new 297), Difference.html (new 318), Division.html (new 327), Equals.html (new 299), FD.html (new 299), Greater.html (new 301), HT.html (new 296), Heading.html (new 296), Home.html (new 325), If.html (new 303), Instruction.html (new 301), LT.html (new 301), Less.html (new 301), Minus.html (new 297), Multiplication.html (new 327), Negation.html (new 337), NotEqual.html (new 299), PD.html (new 302), PU.html (new 302), PenDown.html (new 302), PenUp.html (new 302), Print.html (new 328), Product.html (new 316), Quotient.html (new 316), RT.html (new 301), Remainder.html (new 316), Repeat.html (new 344), ST.html (new 294), SetX.html (new 301), SetXY.html (new 300), SetY.html (new 301), StrictInstructionList.html (new 376), Subtraction.html (new 327), Sum.html (new 320), Towards.html (new 296), UnaryExpression.html (new 333), XCor.html (new 298), YCor.html (new 294), package-frame.html (new 62), package-summary.html (new 342), package-tree.html (new 195), package-use.html (new 182)
  • doc/slogo/instruction/class-use: Addition.html (new 124), ArithmeticInstruction.html (new 221), Assignment.html (new 124), BK.html (new 124), BinaryExpression.html (new 184), Clean.html (new 124), Difference.html (new 124), Division.html (new 124), Equals.html (new 124), FD.html (new 124), Greater.html (new 124), HT.html (new 124), Heading.html (new 124), Home.html (new 124), If.html (new 124), Instruction.html (new 381), LT.html (new 124), Less.html (new 124), Minus.html (new 124), Multiplication.html (new 124), Negation.html (new 124), NotEqual.html (new 124), PD.html (new 124), PU.html (new 124), PenDown.html (new 124), PenUp.html (new 124), Print.html (new 124), Product.html (new 124), Quotient.html (new 124), RT.html (new 124), Remainder.html (new 124), Repeat.html (new 124), ST.html (new 124), SetX.html (new 124), SetXY.html (new 124), SetY.html (new 124), StrictInstructionList.html (new 169), Subtraction.html (new 124), Sum.html (new 124), Towards.html (new 124), UnaryExpression.html (new 166), XCor.html (new 124), YCor.html (new 124)
  • doc/slogo/parser: AliasNames.html (new 280), AssignmentParser.html (new 294), BKParser.html (new 287), CSParser.html (new 280), CleanParser.html (new 280), DifferenceParser.html (new 287), EqualsParser.html (new 280), FDParser.html (new 287), GreaterParser.html (new 280), HTParser.html (new 280), HeadingParser.html (new 283), HomeParser.html (new 288), IdentifierParser.html (new 297), IfParser.html (new 287), InstructionNames.html (new 280), InstructionParser.html (new 271), LTParser.html (new 287), LessParser.html (new 284), MinusParser.html (new 280), NotEqualParser.html (new 280), PDParser.html (new 284), PUParser.html (new 284), ParseException.html (new 314), Parser.html (new 230), PenDownParser.html (new 287), PenUpParser.html (new 300), PrintParser.html (new 288), ProductParser.html (new 283), QuotientParser.html (new 283), RTParser.html (new 287), RemainderParser.html (new 283), RepeatParser.html (new 290), STParser.html (new 280), SetXParser.html (new 287), SetXYParser.html (new 284), SetYParser.html (new 287), StrictInstructionListParser.html (new 303), SumParser.html (new 287), ToParser.html (new 280), TowardsParser.html (new 280), XCorParser.html (new 287), YCorParser.html (new 284), package-frame.html (new 67), package-summary.html (new 356), package-tree.html (new 193), package-use.html (new 174)
  • doc/slogo/parser/class-use: AliasNames.html (new 124), AssignmentParser.html (new 124), BKParser.html (new 124), CSParser.html (new 124), CleanParser.html (new 124), DifferenceParser.html (new 124), EqualsParser.html (new 124), FDParser.html (new 124), GreaterParser.html (new 124), HTParser.html (new 124), HeadingParser.html (new 124), HomeParser.html (new 124), IdentifierParser.html (new 124), IfParser.html (new 124), InstructionNames.html (new 124), InstructionParser.html (new 164), LTParser.html (new 124), LessParser.html (new 124), MinusParser.html (new 124), NotEqualParser.html (new 124), PDParser.html (new 124), PUParser.html (new 124), ParseException.html (new 168), Parser.html (new 332), PenDownParser.html (new 124), PenUpParser.html (new 124), PrintParser.html (new 124), ProductParser.html (new 124), QuotientParser.html (new 124), RTParser.html (new 124), RemainderParser.html (new 124), RepeatParser.html (new 124), STParser.html (new 124), SetXParser.html (new 124), SetXYParser.html (new 124), SetYParser.html (new 124), StrictInstructionListParser.html (new 177), SumParser.html (new 124), ToParser.html (new 124), TowardsParser.html (new 124), XCorParser.html (new 124), YCorParser.html (new 124)
  • doc/slogo/parser/token: AssignmentToken.html (new 218), BKToken.html (new 261), BackToken.html (new 253), CSToken.html (new 253), CharToken.html (new 299), CharTokenFactory.html (new 278), CleanToken.html (new 253), DifferenceToken.html (new 261), EOFToken.html (new 291), EOLToken.html (new 291), EqualToken.html (new 218), EqualsToken.html (new 253), FDToken.html (new 261), ForwardToken.html (new 253), GreaterToken.html (new 253), HTToken.html (new 253), HeadingToken.html (new 253), HomeToken.html (new 258), IdentifierToken.html (new 345), IfToken.html (new 257), LTToken.html (new 261), LeftBracketToken.html (new 218), LeftParenToken.html (new 218), LeftToken.html (new 253), LessToken.html (new 261), MinusToken.html (new 253), NotEqualToken.html (new 253), NumberToken.html (new 345), PDToken.html (new 253), PUToken.html (new 253), PenDownToken.html (new 257), PenUpToken.html (new 257), PrintToken.html (new 258), ProductToken.html (new 253), QuotientToken.html (new 253), RTToken.html (new 261), RemainderToken.html (new 253), RepeatToken.html (new 258), ReservedToken.html (new 324), RightBracketToken.html (new 218), RightParenToken.html (new 218), RightToken.html (new 253), STToken.html (new 253), SetXToken.html (new 261), SetXYToken.html (new 261), SetYToken.html (new 253), SumToken.html (new 253), ToToken.html (new 253), Token.html (new 176), TokenFactory.html (new 282), TowardsToken.html (new 253), VariableToken.html (new 315), XCorToken.html (new 257), YCorToken.html (new 261), package-frame.html (new 76), package-summary.html (new 408), package-tree.html (new 199), package-use.html (new 234)
  • doc/slogo/parser/token/class-use: AssignmentToken.html (new 124), BKToken.html (new 124), BackToken.html (new 124), CSToken.html (new 124), CharToken.html (new 209), CharTokenFactory.html (new 124), CleanToken.html (new 124), DifferenceToken.html (new 124), EOFToken.html (new 164), EOLToken.html (new 164), EqualToken.html (new 124), EqualsToken.html (new 124), FDToken.html (new 124), ForwardToken.html (new 124), GreaterToken.html (new 124), HTToken.html (new 124), HeadingToken.html (new 124), HomeToken.html (new 124), IdentifierToken.html (new 188), IfToken.html (new 124), LTToken.html (new 124), LeftBracketToken.html (new 124), LeftParenToken.html (new 124), LeftToken.html (new 124), LessToken.html (new 124), MinusToken.html (new 124), NotEqualToken.html (new 124), NumberToken.html (new 164), PDToken.html (new 124), PUToken.html (new 124), PenDownToken.html (new 124), PenUpToken.html (new 124), PrintToken.html (new 124), ProductToken.html (new 124), QuotientToken.html (new 124), RTToken.html (new 124), RemainderToken.html (new 124), RepeatToken.html (new 124), ReservedToken.html (new 318), RightBracketToken.html (new 124), RightParenToken.html (new 124), RightToken.html (new 124), STToken.html (new 124), SetXToken.html (new 124), SetXYToken.html (new 124), SetYToken.html (new 124), SumToken.html (new 124), ToToken.html (new 124), Token.html (new 469), TokenFactory.html (new 124), TowardsToken.html (new 124), VariableToken.html (new 124), XCorToken.html (new 124), YCorToken.html (new 124)
  • doc/slogo/turtle: JTurtle.html (new 695), TurtleField.BufferedPanel.html (new 392), TurtleField.DrawingPanel.html (new 386), TurtleField.html (new 725), TurtleListener.html (new 231), package-frame.html (new 25), package-summary.html (new 169), package-tree.html (new 175), package-use.html (new 169)
  • doc/slogo/turtle/class-use: JTurtle.html (new 187), TurtleField.BufferedPanel.html (new 124), TurtleField.DrawingPanel.html (new 166), TurtleField.html (new 124), TurtleListener.html (new 181)
  • doc/testing: ArithmeticTest.html (new 363), FDandBKTest.html (new 351), HomeTest.html (new 312), RemainderQuotientTest.html (new 325), SetTest.html (new 338), TurnTest.html (new 351), package-frame.html (new 25), package-summary.html (new 176), package-tree.html (new 142), package-use.html (new 124)
  • doc/testing/class-use: ArithmeticTest.html (new 124), FDandBKTest.html (new 124), HomeTest.html (new 124), RemainderQuotientTest.html (new 124), SetTest.html (new 124), TurnTest.html (new 124)
  • src/slogo/instruction: CS.java (new 22), Clean.java (+2 -1), PenDown.java (del), PenUp.java (del)
  • src/slogo/parser: CSParser.java (+1), InstructionParser.java (+3 -10), PenDownParser.java (del), PenUpParser.java (del), instructions.prop (-4)
  • src/slogo/parser/token: LeftToken.java (+1 -1)
  • src/slogo/turtle: JTurtle.java (+35 -2), Renderer.java (+5 -1), TurtleField.java (+14)
troises 2016-12-14 19:13 Rev.: 1716

fixed pens

116 lines of code changed in 8 files:

  • src/slogo/instruction: PENDOWN.java (del), PENUP.java (del), PenDown.java (new 39), PenUp.java (new 39)
  • src/slogo/parser: PENDOWNParser.java (del), PenDownParser.java (new 33), PenUpParser.java (+3 -3), instructions.prop (+2 -2)
troises 2016-12-14 18:05 Rev.: 1711

fixed pen up

350 lines of code changed in 32 files:

  • src/slogo/instruction: BK.java (+6 -4), Clean.java (new 20), Difference.java (+4 -2), FD.java (+5 -2), Greater.java (+9 -3), HT.java (+10 -1), Heading.java (+11), If.java (+9 -5), Less.java (+10 -3), PENUP.java (del), PenUp.java (new 47)
  • src/slogo/parser: CSParser.java (new 22), HTParser.java (+1 -1), IfParser.java (+1 -1), InstructionParser.java (+2 -2), LessParser.java (+1 -2), PDParser.java (new 23), PENUPParser.java (del), PUParser.java (+23 -22), PenUpParser.java (new 34), STParser.java (+1 -1), ToParser.java (new 33), TowardsParser.java (+1 -1), instructions.prop (+5 -1)
  • src/slogo/parser/token: CSToken.java (new 10), PDToken.java (new 10), PENUPToken.java (del), PUToken.java (+10 -15), PenUpToken.java (new 14), ToToken.java (new 10), TokenFactory.java (+1 -2)
  • src/slogo/turtle: JTurtle.java (+17)
troises 2016-12-13 19:54 Rev.: 1646

change color added

32 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+20 -1), TurtleField.java (+12)
troises 2016-12-12 18:24 Rev.: 1602

changes for workspaces

526 lines of code changed in 29 files:

  • src/slogo/expression: Variable.java (+2 -1)
  • src/slogo/instruction: Assignment.java (+3 -1), HT.java (new 24), Heading.java (new 18), Minus.java (new 22), ST.java (new 20), Towards.java (new 64)
  • src/slogo/parser: AliasNames.java (new 61), CleanParser.java (new 21), HTParser.java (new 24), HeadingParser.java (new 27), InstructionNames.java (+2), InstructionParser.java (+34 -1), MinusParser.java (new 27), STParser.java (new 24), TowardsParser.java (new 30), alias.prop (new 12), instructions.prop (+10 -1)
  • src/slogo/parser/token: BackToken.java (new 10), CleanToken.java (new 10), ForwardToken.java (new 10), GreaterToken.java (-1), HTToken.java (new 10), HeadingToken.java (new 10), LeftToken.java (new 11), MinusToken.java (new 10), RightToken.java (new 10), STToken.java (new 10), TowardsToken.java (new 10)
troises 2016-12-12 18:23 Rev.: 1600

changes for st and ht

43 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+37 -1), Renderer.java (+6)
troises 2016-12-12 18:21 Rev.: 1599

added workspace

216 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+216 -178)
troises 2016-12-09 23:18 Rev.: 1447

adds Booleans

253 lines of code changed in 16 files:

  • src/slogo/instruction: BK.java (-1), Equals.java (new 36), FD.java (-2), Greater.java (new 34), LT.java (+1 -1), Less.java (+9 -6), NotEqual.java (new 39), RT.java (+1 -1)
  • src/slogo/parser: EqualsParser.java (new 32), GreaterParser.java (new 32), LessParser.java (+2 -2), NotEqualParser.java (new 31), instructions.prop (+4 -1)
  • src/slogo/parser/token: EqualsToken.java (new 10), GreaterToken.java (new 12), NotEqualToken.java (new 10)
troises 2016-12-09 22:12 Rev.: 1409

works for rt and lt

6 lines of code changed in 3 files:

  • src/slogo/instruction: BK.java (-2), LT.java (+3 -3), RT.java (+3 -3)
troises 2016-12-09 22:06 Rev.: 1400

you can now use math operations to move

123 lines of code changed in 8 files:

  • src/slogo/instruction: BK.java (+9 -5), FD.java (+7 -4), Less.java (new 39), XCor.java (+1 -1), YCor.java (+1 -1)
  • src/slogo/parser: LessParser.java (new 44), instructions.prop (+2 -1)
  • src/slogo/parser/token: LessToken.java (new 20)
troises 2016-12-09 20:51 Rev.: 1373

added ycor

84 lines of code changed in 5 files:

  • src/slogo/instruction: XCor.java (+1), YCor.java (new 23)
  • src/slogo/parser: YCorParser.java (new 37), instructions.prop (+3 -1)
  • src/slogo/parser/token: YCorToken.java (new 20)
troises 2016-12-09 14:30 Rev.: 1320

added x cor

92 lines of code changed in 5 files:

  • src/slogo/instruction: XCor.java (new 31)
  • src/slogo/parser: XCorParser.java (new 38)
  • src/slogo/parser/token: XCorToken.java (new 17)
  • src/slogo/turtle: JTurtle.java (+5), TurtleField.java (+1 -1)
troises 2016-12-06 23:05 Rev.: 1095

removed home

0 lines of code changed in 3 files:

  • src/slogo/instruction: Home.java (del)
  • src/slogo/parser: HomeParser.java (del)
  • src/slogo/parser/token: HomeToken.java (del)
troises 2016-12-05 22:10 Rev.: 1002

small change to fix rounding issue on angle display

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)

(18 more)

Generated by StatSVN 0.7.0