Directory src/slogo/instruction/

Directory Created:
2016-11-15 10:43
Total Files:
40
Deleted Files:
2
Lines of Code:
2111

[root]/src/slogo/instruction
                directory in repo tests (31 files, 4121 lines)

Lines of Code

src/slogo/instruction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 143 (100.0%) 1866 (100.0%) 13.0
rosenj 98 (68.5%) 1008 (54.0%) 10.2
hammad 27 (18.9%) 451 (24.2%) 16.7
perrellaj 15 (10.5%) 398 (21.3%) 26.5
estradahammd 3 (2.1%) 9 (0.5%) 3.0

Most Recent Commits

rosenj 2016-12-15 08:27 Rev.: 1763

deleted harambae

0 lines of code changed in 1 file:

  • src/slogo/instruction: Harambe.java (del)
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)

10 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+10 -11)
estradahammd 2016-12-10 12:22 Rev.: 1454

Commented out Harambe for now

3 lines of code changed in 1 file:

  • src/slogo/instruction: Harambe.java (+3 -2)
hammad 2016-12-09 17:02 Rev.: 1344

got the TO instruction working on my own.
I literally screamed in excitement

6 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (+6 -7)
rosenj 2016-12-09 16:07 Rev.: 1334

Easter Egg #1

2 lines of code changed in 1 file:

  • src/slogo/instruction: Harambe.java (new 2)
hammad 2016-12-09 15:08 Rev.: 1325

division by zero error

24 lines of code changed in 3 files:

  • src/slogo/instruction: Division.java (+8 -1), Quotient.java (+8 -1), Remainder.java (+8 -1)
estradahammd 2016-12-09 11:35 Rev.: 1297

Fixed the refresh method to improve the runtime efficiency

0 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (-1)
rosenj 2016-12-09 09:56 Rev.: 1291

divide by 0 condition

9 lines of code changed in 3 files:

  • src/slogo/instruction: Division.java (+3), Quotient.java (+3), Remainder.java (+3)
hammad 2016-12-08 15:32 Rev.: 1239

minor work on the To instruction. the instruction and the parser are broken right now

6 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (+6 -7)
estradahammd 2016-12-07 23:36 Rev.: 1227

Caught an error that came up when someone tried to reset from home

6 lines of code changed in 1 file:

  • src/slogo/instruction: ClearScreen.java (+6 -1)
hammad 2016-12-07 17:54 Rev.: 1202

10 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (+10 -7)
rosenj 2016-12-07 17:50 Rev.: 1201

DocStrings completed for every Instruction

342 lines of code changed in 35 files:

  • src/slogo/instruction: Addition.java (+6), ArithmeticInstruction.java (+7), Backward.java (+10 -3), BinaryExpression.java (+6), Clean.java (+9 -2), ClearScreen.java (+9 -2), Division.java (+6), FD.java (+9 -2), Heading.java (+15 -1), HideTurtle.java (+9 -2), Home.java (+14), Instruction.java (+6), IsEqual.java (+17 -1), IsGreater.java (+17 -1), IsLess.java (+16 -1), IsNotEqual.java (+16), Left.java (+10 -3), Multiplication.java (+6), Negation.java (+7 -1), PenDown.java (+9 -2), PenDownP.java (+9 -2), PenUp.java (+9 -2), Quotient.java (+6), Remainder.java (+7), Right.java (+9 -2), Setx.java (+10), Setxy.java (+11), Sety.java (+15 -7), ShowTurtle.java (+8 -2), Subtraction.java (+6), To.java (+6 -2), Towards.java (+9), UnaryExpression.java (+8), XCor.java (+12), YCor.java (+13 -1)
hammad 2016-12-07 16:24 Rev.: 1192

fixed the minus instruction

5 lines of code changed in 2 files:

  • src/slogo/instruction: Negation.java (+2 -1), UnaryExpression.java (+3 -2)
rosenj 2016-12-07 15:56 Rev.: 1186

fix instructions isequal isnotequal

4 lines of code changed in 2 files:

  • src/slogo/instruction: IsEqual.java (+1 -1), IsNotEqual.java (+3 -3)
rosenj 2016-12-07 15:31 Rev.: 1180

Quotient and Remainder Instructions

58 lines of code changed in 2 files:

  • src/slogo/instruction: Quotient.java (new 29), Remainder.java (new 29)
hammad 2016-12-07 13:27 Rev.: 1133

fixed a bug with one line segment still showing

2 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (+2)
hammad 2016-12-07 13:25 Rev.: 1132

fixed a bug with one line segment still showing after clearing the screen

3 lines of code changed in 1 file:

  • src/slogo/instruction: ClearScreen.java (+3)
rosenj 2016-12-06 16:47 Rev.: 1040

comments

2 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (+2 -2)
rosenj 2016-12-06 16:43 Rev.: 1039

To Instruction

46 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (new 46)
rosenj 2016-12-06 13:15 Rev.: 1030

heading, xcor, ycor complete

3 lines of code changed in 3 files:

  • src/slogo/instruction: Heading.java (+1 -3), XCor.java (+1 -4), YCor.java (+1 -4)
rosenj 2016-12-06 13:06 Rev.: 1029

spacing in formatting

0 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (-3)
rosenj 2016-12-06 13:06 Rev.: 1028

removed unused imports

1 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (+1 -2)
rosenj 2016-12-06 12:57 Rev.: 1027

towards implementation 2nd and 4th quadrants. finished implementation... i think???

10 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+10 -2)
rosenj 2016-12-06 12:50 Rev.: 1026

towards implementation 3rd quadrant

5 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+5 -1)
rosenj 2016-12-06 12:44 Rev.: 1025

towards implementation for first quadrant

5 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+5 -1)
rosenj 2016-12-06 12:40 Rev.: 1024

towards implementation work

8 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+8 -8)
rosenj 2016-12-06 12:32 Rev.: 1023

Towards implementation

12 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+12)
rosenj 2016-12-06 12:28 Rev.: 1022

toString implementation XCor YCor Heading

9 lines of code changed in 3 files:

  • src/slogo/instruction: Heading.java (+3 -1), XCor.java (+3 -1), YCor.java (+3 -1)
rosenj 2016-12-06 12:23 Rev.: 1021

toString method Heading, XCor, YCor methods

16 lines of code changed in 3 files:

  • src/slogo/instruction: Heading.java (+5 -1), XCor.java (+5), YCor.java (+6 -1)
rosenj 2016-12-06 12:20 Rev.: 1020

Heading Instruction

8 lines of code changed in 1 file:

  • src/slogo/instruction: Heading.java (+8 -2)
rosenj 2016-12-06 12:16 Rev.: 1019

XCor and YCor instructions

20 lines of code changed in 2 files:

  • src/slogo/instruction: XCor.java (+10 -2), YCor.java (+10 -2)
rosenj 2016-12-06 12:13 Rev.: 1018

XCor YCor and Heading Instruction templates

60 lines of code changed in 3 files:

  • src/slogo/instruction: Heading.java (new 20), XCor.java (new 20), YCor.java (new 20)
hammad 2016-12-05 16:30 Rev.: 981

added support for multiple variables over different workspaces and fixed the print instruction to deal with an outAndErr stream

7 lines of code changed in 1 file:

  • src/slogo/instruction: Print.java (+7 -1)
hammad 2016-12-05 15:23 Rev.: 968

updated code to keep variables in the context

5 lines of code changed in 1 file:

  • src/slogo/instruction: Assignment.java (+5 -1)
rosenj 2016-12-05 14:56 Rev.: 958

updates to code

3 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+3 -3)
hammad 2016-12-04 01:41 Rev.: 869

updated JTurtle to allow for setting visibility of the turtle. Also added ShowTurtle and HideTurtle commands

84 lines of code changed in 2 files:

  • src/slogo/instruction: HideTurtle.java (new 42), ShowTurtle.java (new 42)
hammad 2016-12-04 01:15 Rev.: 868

added the instructions CLEAN, CLEARSCREEN, PENDOWNP, and fixed a bug (no line when the location is set arbitrarily) with the pen

153 lines of code changed in 3 files:

  • src/slogo/instruction: Clean.java (new 52), ClearScreen.java (new 56), PenDownP.java (new 45)
hammad 2016-12-04 01:08 Rev.: 867

removed unnecessary variables

4 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (+4 -2)
hammad 2016-12-02 22:15 Rev.: 856

created the PenUp and PenDown instructions

86 lines of code changed in 2 files:

  • src/slogo/instruction: PenDown.java (new 43), PenUp.java (new 43)
hammad 2016-12-02 22:11 Rev.: 853

updated left and right to work with degrees, not radians

2 lines of code changed in 2 files:

  • src/slogo/instruction: Left.java (+1 -1), Right.java (+1 -1)

(38 more)

Generated by StatSVN 0.7.0