Directory src/slogo/instruction/

Directory Created:
2016-11-15 11:14
Total Files:
45
Deleted Files:
0
Lines of Code:
2234

[root]/src/slogo/instruction
                directory in repo test (10 files, 233 lines)

Lines of Code

src/slogo/instruction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 1962 (100.0%) 18.0
cohene 56 (51.4%) 699 (35.6%) 12.4
denningk 27 (24.8%) 527 (26.9%) 19.5
havermannk 17 (15.6%) 357 (18.2%) 21.0
freede 5 (4.6%) 230 (11.7%) 46.0
wanga 4 (3.7%) 149 (7.6%) 37.2

Most Recent Commits

denningk 2016-12-16 01:00 Rev.: 1869

Added functionality for TO, files now work

5 lines of code changed in 1 file:

  • src/slogo/instruction: Subroutine.java (+5 -8)
cohene 2016-12-15 21:41 Rev.: 1835

subroutine

1 lines of code changed in 1 file:

  • src/slogo/instruction: Subroutine.java (+1 -1)
cohene 2016-12-14 19:51 Rev.: 1722

Worked on everything involving To

45 lines of code changed in 3 files:

  • src/slogo/instruction: Assignment.java (+3 -1), Subroutine.java (new 37), To.java (+5 -4)
cohene 2016-12-14 17:26 Rev.: 1708

working on To

49 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (new 49)
havermannk 2016-12-14 17:20 Rev.: 1707

using "?" now works

5 lines of code changed in 1 file:

  • src/slogo/instruction: NotEqual.java (+5 -4)
havermannk 2016-12-14 17:16

Using "?" in our instructions now works

6 lines of code changed in 3 files:

  • src/slogo/instruction: Equal.java (+2 -2), Greater.java (+2 -2), Less.java (+2 -2)
cohene 2016-12-14 16:36 Rev.: 1687

Fixed what is returned

1 lines of code changed in 1 file:

  • src/slogo/instruction: NotEqual.java (+1 -1)
cohene 2016-12-14 12:53 Rev.: 1664

Fixed comments

280 lines of code changed in 27 files:

  • src/slogo/instruction: Back.java (+1 -1), Clearscreen.java (-2), Difference.java (+23 -3), Equal.java (+29 -3), Greater.java (+21 -4), Heading.java (+1 -1), HideTurtle.java (+3 -3), Home.java (+1 -1), Left.java (+1 -1), Less.java (+21 -5), Minus.java (+18 -5), NotEqual.java (+20 -3), PenDown.java (+1 -1), PenDownP.java (+2 -2), PenUp.java (+5 -5), Product.java (+19 -5), Quotient.java (+19 -5), Remainder.java (+19 -5), Right.java (+7 -6), Setx.java (+11 -7), Setxy.java (+12 -9), Sety.java (+12 -8), ShowTurtle.java (+9 -10), Subtraction.java (+1 -1), Sum.java (+18 -4), Towards.java (+2 -4), Xcor.java (+4 -4)
cohene 2016-12-10 16:03 Rev.: 1519

moves 0 so it will update right away

1 lines of code changed in 1 file:

  • src/slogo/instruction: HideTurtle.java (+1 -1)
cohene 2016-12-10 16:02 Rev.: 1518

moves 0 so that it will update right away

2 lines of code changed in 1 file:

  • src/slogo/instruction: ShowTurtle.java (+2 -1)
havermannk 2016-12-10 15:57 Rev.: 1516

clearscreen works

3 lines of code changed in 1 file:

  • src/slogo/instruction: Clearscreen.java (+3 -11)
havermannk 2016-12-10 15:55 Rev.: 1515

brush up on clean method

1 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (+1 -2)
havermannk 2016-12-10 15:54 Rev.: 1514

clean works

8 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (+8 -11)
cohene 2016-12-10 15:41 Rev.: 1509

updated

0 lines of code changed in 1 file:

  • src/slogo/instruction: HideTurtle.java (-1)
wanga 2016-12-10 15:30 Rev.: 1507

changed home's return statement

1 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (+1 -1)
wanga 2016-12-10 15:19 Rev.: 1504

PenDownP instructions

52 lines of code changed in 1 file:

  • src/slogo/instruction: PenDownP.java (new 52)
denningk 2016-12-10 15:07

Pen up fixed

3 lines of code changed in 2 files:

  • src/slogo/instruction: PenDown.java (+2 -2), PenUp.java (+1 -1)
havermannk 2016-12-10 15:06 Rev.: 1496

fixed bracket error

1 lines of code changed in 1 file:

  • src/slogo/instruction: HideTurtle.java (+1 -1)
cohene 2016-12-10 15:00 Rev.: 1492

Hide Turtle instruction

50 lines of code changed in 2 files:

  • src/slogo/instruction: HideTurtle.java (new 49), ShowTurtle.java (+1 -1)
denningk 2016-12-10 14:56 Rev.: 1489

Penup works

1 lines of code changed in 1 file:

  • src/slogo/instruction: PenUp.java (+1 -1)
cohene 2016-12-10 14:52 Rev.: 1488

edited show turtle

2 lines of code changed in 1 file:

  • src/slogo/instruction: ShowTurtle.java (+2 -3)
denningk 2016-12-10 14:34 Rev.: 1484

Load files

2 lines of code changed in 1 file:

  • src/slogo/instruction: Print.java (+2 -2)
cohene 2016-12-10 14:09 Rev.: 1475

working on show turtle

6 lines of code changed in 2 files:

  • src/slogo/instruction: Heading.java (+1 -2), ShowTurtle.java (+5 -6)
denningk 2016-12-10 14:08 Rev.: 1474

Equal? and notequal?

64 lines of code changed in 2 files:

  • src/slogo/instruction: Equal.java (new 32), NotEqual.java (new 32)
cohene 2016-12-10 13:57 Rev.: 1472

working on show turtle

6 lines of code changed in 1 file:

  • src/slogo/instruction: ShowTurtle.java (+6 -5)
cohene 2016-12-10 13:53 Rev.: 1470

fixed error

1 lines of code changed in 1 file:

  • src/slogo/instruction: ShowTurtle.java (+1 -1)
cohene 2016-12-10 13:50 Rev.: 1469

show turtle instructions

52 lines of code changed in 1 file:

  • src/slogo/instruction: ShowTurtle.java (new 52)
denningk 2016-12-10 13:27 Rev.: 1464

Greater?

32 lines of code changed in 1 file:

  • src/slogo/instruction: Greater.java (new 32)
freede 2016-12-10 13:26 Rev.: 1462

Changed a variable

2 lines of code changed in 1 file:

  • src/slogo/instruction: Sety.java (+2 -4)
freede 2016-12-10 13:26 Rev.: 1461

Added setxy to instruction folder

61 lines of code changed in 1 file:

  • src/slogo/instruction: Setxy.java (new 61)
denningk 2016-12-10 13:17 Rev.: 1458

Added Less?

42 lines of code changed in 1 file:

  • src/slogo/instruction: Less.java (new 42)
havermannk 2016-12-10 12:59 Rev.: 1457

edited javadoc for home.java

1 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (+1 -4)
denningk 2016-12-09 22:50 Rev.: 1433

Fixed penup pendown

4 lines of code changed in 2 files:

  • src/slogo/instruction: PenDown.java (+2 -1), PenUp.java (+2 -1)
wanga 2016-12-09 22:35 Rev.: 1429

pen up instructions

48 lines of code changed in 1 file:

  • src/slogo/instruction: PenUp.java (new 48)
wanga 2016-12-09 22:35 Rev.: 1428

pen down instructions

48 lines of code changed in 1 file:

  • src/slogo/instruction: PenDown.java (new 48)
havermannk 2016-12-09 22:32

Part of clean/clearscreen implementation

103 lines of code changed in 2 files:

  • src/slogo/instruction: Clean.java (new 47), Clearscreen.java (new 56)
cohene 2016-12-09 22:23 Rev.: 1412

fixed some comments

0 lines of code changed in 1 file:

  • src/slogo/instruction: Heading.java (-2)
cohene 2016-12-09 22:11 Rev.: 1407

fixed the angle that it is turned to

10 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+10 -2)
freede 2016-12-09 22:10 Rev.: 1404

Added SetY instruction

53 lines of code changed in 1 file:

  • src/slogo/instruction: Sety.java (new 53)
freede 2016-12-09 22:07 Rev.: 1401

Added Setx instructions

53 lines of code changed in 1 file:

  • src/slogo/instruction: Setx.java (new 53)

(29 more)

Generated by StatSVN 0.7.0