Directory src/slogo/instruction/

Directory Created:
2016-11-15 15:00
Total Files:
42
Deleted Files:
6
Lines of Code:
1835

[root]/src/slogo/instruction

Lines of Code

src/slogo/instruction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 164 (100.0%) 1774 (100.0%) 10.8
troises 114 (69.5%) 1384 (78.0%) 12.1
mccaffreyk 10 (6.1%) 213 (12.0%) 21.3
joshir 11 (6.7%) 140 (7.9%) 12.7
cardene 29 (17.7%) 37 (2.1%) 1.2

Most Recent Commits

troises 2016-12-15 16:15 Rev.: 1789

more javadocs

1 lines of code changed in 1 file:

  • src/slogo/instruction: YCor.java (+1 -1)
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

47 lines of code changed in 12 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)
troises 2016-12-15 13:50 Rev.: 1781


0 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (-1)
troises 2016-12-15 13:02 Rev.: 1774

updated

24 lines of code changed in 4 files:

  • src/slogo/instruction: CS.java (new 22), Clean.java (+2 -1), PenDown.java (del), PenUp.java (del)
mccaffreyk 2016-12-14 19:41 Rev.: 1721

Completed the commands for PENUP, PENDOWN, PU, and PD, so that they correctly interact with turtle field.

4 lines of code changed in 3 files:

  • src/slogo/instruction: PD.java (+1 -3), PU.java (+3 -5), PenDown.java (-1)
mccaffreyk 2016-12-14 19:23 Rev.: 1719

Some of the new commands now work. Others do not.

1 lines of code changed in 1 file:

  • src/slogo/instruction: PenUp.java (+1 -1)
troises 2016-12-14 19:13 Rev.: 1716

fixed pens

78 lines of code changed in 4 files:

  • src/slogo/instruction: PENDOWN.java (del), PENUP.java (del), PenDown.java (new 39), PenUp.java (new 39)
mccaffreyk 2016-12-14 18:34 Rev.: 1713

I completed PENDOWN, but am getting a single error. I will try to fix this error and then re-commit the program.

39 lines of code changed in 1 file:

  • src/slogo/instruction: PENUP.java (new 39)
mccaffreyk 2016-12-14 18:17 Rev.: 1712

I appear to have fixed the problem for PENUP and PU by making instruction classes for both instead of just PENUP.
I also completed some but not all of PENDOWN.

122 lines of code changed in 4 files:

  • src/slogo/instruction: PD.java (new 39), PENDOWN.java (new 39), PU.java (new 44), PenUp.java (del)
troises 2016-12-14 18:05 Rev.: 1711

fixed pen up

131 lines of code changed in 11 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)
mccaffreyk 2016-12-14 17:32 Rev.: 1709

I tried implementing the PENUP command but failed to make it register as valid.

47 lines of code changed in 1 file:

  • src/slogo/instruction: PENUP.java (new 47)
cardene 2016-12-13 15:08 Rev.: 1623

major changes to error handling. throws exception in all instructions

37 lines of code changed in 28 files:

  • src/slogo/instruction: Addition.java (+1 -1), ArithmeticInstruction.java (+3 -2), Assignment.java (+2 -1), BK.java (+1 -1), BinaryExpression.java (+4 -2), Difference.java (+1 -1), Division.java (+1 -1), Equals.java (+1 -1), FD.java (+1 -1), Greater.java (+1 -1), If.java (+1 -1), Instruction.java (+1 -1), LT.java (+1 -1), Less.java (+1 -1), Minus.java (+1 -1), Multiplication.java (+1 -1), Negation.java (+1 -1), NotEqual.java (+1 -1), Print.java (+2 -1), Product.java (+1 -1), Quotient.java (+1 -1), RT.java (+1 -1), Remainder.java (+1 -1), Repeat.java (+2 -1), StrictInstructionList.java (+2 -1), Subtraction.java (+1 -1), Sum.java (+1 -1), UnaryExpression.java (+1 -1)
troises 2016-12-12 18:24 Rev.: 1602

changes for workspaces

151 lines of code changed in 6 files:

  • 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)
joshir 2016-12-11 14:42 Rev.: 1585

made minor refactoring changes in Remainder

7 lines of code changed in 1 file:

  • src/slogo/instruction: Remainder.java (+7 -7)
troises 2016-12-09 23:18 Rev.: 1447

adds Booleans

120 lines of code changed in 8 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)
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

57 lines of code changed in 5 files:

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

added ycor

24 lines of code changed in 2 files:

  • src/slogo/instruction: XCor.java (+1), YCor.java (new 23)
joshir 2016-12-09 15:00 Rev.: 1324

Deleted TestingCommit.

0 lines of code changed in 1 file:

  • src/slogo/instruction: TestingCommit.java (del)
joshir 2016-12-09 14:58 Rev.: 1323

updated Home

1 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (+1 -3)
joshir 2016-12-09 14:38 Rev.: 1321

Testing my commit. Ignore the TestingCommit class in slogo.instructions

0 lines of code changed in 1 file:

  • src/slogo/instruction: TestingCommit.java (new)
troises 2016-12-09 14:30 Rev.: 1320

added x cor

31 lines of code changed in 1 file:

  • src/slogo/instruction: XCor.java (new 31)
joshir 2016-12-09 14:03 Rev.: 1311

Created junit tests for FD and BK (TestFDandBk), and LT and RT(TurnTest).

Edited the FD and BK instructions to return current.getPosition() instead of null.
Edited RT and LT instructions to return current.getHeading() instead of null.

5 lines of code changed in 4 files:

  • src/slogo/instruction: BK.java (+1 -2), FD.java (+2 -3), LT.java (+1 -2), RT.java (+1 -2)
joshir 2016-12-07 15:34 Rev.: 1183

Created Home, HomeToken, and HomeParser classes. Added Home to instructions. Turtle now goes to default position when asked to go home.

49 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (new 49)
cardene 2016-12-07 14:35 Rev.: 1167

intermediate implementation

0 lines of code changed in 1 file:

  • src/slogo/instruction: FD.java (-2)
troises 2016-12-06 23:05 Rev.: 1095

removed home

0 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (del)
troises 2016-12-05 15:52 Rev.: 980

fixed rt and lt

12 lines of code changed in 3 files:

  • src/slogo/instruction: FD.java (+4 -2), LT.java (+4 -1), RT.java (+4 -1)
troises 2016-12-02 22:19 Rev.: 861

added remainder

37 lines of code changed in 1 file:

  • src/slogo/instruction: Remainder.java (new 37)
troises 2016-12-02 22:10 Rev.: 852

added quotient

36 lines of code changed in 1 file:

  • src/slogo/instruction: Quotient.java (new 36)
troises 2016-12-02 21:56 Rev.: 851

added product

37 lines of code changed in 2 files:

  • src/slogo/instruction: Home.java (-1), Product.java (new 37)
troises 2016-12-02 21:36 Rev.: 850

added difference

44 lines of code changed in 2 files:

  • src/slogo/instruction: Difference.java (new 44), Sum.java (-1)
troises 2016-12-02 19:58 Rev.: 849

added setXY

48 lines of code changed in 2 files:

  • src/slogo/instruction: SetXY.java (new 44), Sum.java (+4 -1)
troises 2016-12-02 18:05 Rev.: 847

added sum and it kind of works

43 lines of code changed in 2 files:

  • src/slogo/instruction: Home.java (+1 -1), Sum.java (new 42)
troises 2016-12-01 19:30 Rev.: 803

added set y

88 lines of code changed in 3 files:

  • src/slogo/instruction: SETX.java (del), SetX.java (new 43), SetY.java (new 45)
troises 2016-12-01 19:20 Rev.: 800

added set x

44 lines of code changed in 2 files:

  • src/slogo/instruction: Home.java (new 1), SETX.java (new 43)
joshir 2016-11-30 15:55 Rev.: 787

Created LT, LTToken, and LTParser classes. Added LT to instructions. Turtle now turns left.

39 lines of code changed in 1 file:

  • src/slogo/instruction: LT.java (new 39)
joshir 2016-11-30 15:33 Rev.: 786

Created RT, RTToken, and RTParser classes. Added RT to instructions. Turtle now turns right.

39 lines of code changed in 1 file:

  • src/slogo/instruction: RT.java (new 39)
troises 2016-11-30 14:54 Rev.: 783

fixed back

1 lines of code changed in 1 file:

  • src/slogo/instruction: BK.java (+1 -1)
troises 2016-11-30 13:13 Rev.: 762

fixed captialization

2 lines of code changed in 1 file:

  • src/slogo/instruction: BK.java (+2)

(6 more)

Generated by StatSVN 0.7.0