Directory src/slogo/instruction/

Directory Created:
2016-11-15 10:53
Total Files:
38
Deleted Files:
0
Lines of Code:
1828

[root]/src/slogo/instruction

Lines of Code

src/slogo/instruction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 1449 (100.0%) 19.8
devlinn 45 (61.6%) 1166 (80.5%) 25.9
Nika Pogrebna 20 (27.4%) 159 (11.0%) 7.9
volped 8 (11.0%) 124 (8.6%) 15.5

Most Recent Commits

Nika Pogrebna 2016-12-15 21:24 Rev.: 1834

Finished formatting and proofreading the following packages: slogo, slogo.expression, slogo.instruction

58 lines of code changed in 10 files:

  • src/slogo/instruction: Addition.java (+4 -2), Assignment.java (+1 -1), Clean.java (+3 -2), ClearScreen.java (+4 -5), IF.java (+10 -9), PenDownP.java (+10 -9), Repeat.java (+3 -3), StrictInstructionList.java (+3 -3), To.java (+20 -3), Ycor.java (-1)
Nika Pogrebna 2016-12-15 17:41 Rev.: 1803

Edited To.java

1 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (+1 -1)
Nika Pogrebna 2016-12-15 17:39 Rev.: 1802

Added space in To.java

1 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (+1 -1)
Nika Pogrebna 2016-12-15 16:18 Rev.: 1790

Finished saving to a new file implementation.

5 lines of code changed in 1 file:

  • src/slogo/instruction: StrictInstructionList.java (+5 -1)
volped 2016-12-14 15:34 Rev.: 1675

Finished To

15 lines of code changed in 2 files:

  • src/slogo/instruction: Assignment.java (+4 -2), To.java (+11 -5)
volped 2016-12-14 13:03 Rev.: 1665

2 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (+2 -1)
volped 2016-12-12 22:28 Rev.: 1612

Added Tests, To, ToToken and ToParser. Still more tests to be completed and To still needs to be completed

22 lines of code changed in 1 file:

  • src/slogo/instruction: To.java (new 22)
devlinn 2016-12-11 16:28 Rev.: 1588

Added GREATER, LESS, EQUAL, and NOTEQUAL command functionality. Still need to figure out solution for two EQUAL Tokens.

317 lines of code changed in 16 files:

  • src/slogo/instruction: Back.java (+1), Equal.java (new 58), Forward.java (+1), Greater.java (new 59), Heading.java (+2 -3), Left.java (+7 -6), Less.java (new 59), NotEqual.java (new 58), PenDown.java (-1), PenDownP.java (new 51), PenUp.java (-1), Right.java (+8 -7), SetX.java (+1 -1), SetXY.java (+4 -4), SetY.java (+1 -1), Towards.java (+7 -7)
volped 2016-12-09 17:16 Rev.: 1351

Added eraseTrail() to JTurtle and finished Clean and ClearScreen

31 lines of code changed in 2 files:

  • src/slogo/instruction: Clean.java (+17 -1), ClearScreen.java (+14 -2)
devlinn 2016-12-09 15:09 Rev.: 1326

Added pen color changing functionality

2 lines of code changed in 2 files:

  • src/slogo/instruction: PenDown.java (+1 -1), PenUp.java (+1 -1)
devlinn 2016-12-08 20:00 Rev.: 1258

Added a new class, TurtleTrailLink, to represent a link of the turtle's trail. This class also has functionality for editing the color, but it is not ready to be implemented yet. Also added to the GUI to add a panel for changing colors.

2 lines of code changed in 2 files:

  • src/slogo/instruction: PenDown.java (+1 -1), PenUp.java (+1 -1)
devlinn 2016-12-07 15:56 Rev.: 1185

Updated Towards Method to work correctly and fixed JTurtle's move method to SHOW turtle as default.

98 lines of code changed in 3 files:

  • src/slogo/instruction: PenDown.java (new 45), PenUp.java (new 45), Towards.java (+8 -10)
volped 2016-12-07 15:24 Rev.: 1178

Added ClearScreen and Clean tokens, parsers, and instructions

54 lines of code changed in 2 files:

  • src/slogo/instruction: Clean.java (new 22), ClearScreen.java (new 32)
devlinn 2016-12-07 14:58 Rev.: 1174

Edited the JTurtle's draw(Graphics g) method to only show turtle when ShowTurtle command is called, and will hide the turtle when HideTurtle is called. Added functionality for HideTurtle and ShowTurtle commands.

149 lines of code changed in 6 files:

  • src/slogo/instruction: Heading.java (new 46), HideTurtle.java (new 44), Left.java (+1 -1), Right.java (+1 -1), ShowTurtle.java (new 44), Towards.java (+13 -2)
devlinn 2016-12-05 14:23 Rev.: 944

Added alias tokens.

62 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (new 62)
devlinn 2016-12-02 15:14 Rev.: 838

Added SetXY, Xcor, and Ycor command functionality.

97 lines of code changed in 2 files:

  • src/slogo/instruction: Xcor.java (new 48), Ycor.java (new 49)
devlinn 2016-11-30 23:04 Rev.: 793

Added HOME, SETX, and SETY command functionality.

216 lines of code changed in 4 files:

  • src/slogo/instruction: Home.java (new 45), SetX.java (new 56), SetXY.java (new 58), SetY.java (new 57)
devlinn 2016-11-30 21:52 Rev.: 791

Added Back, Left, and Right command functionality. Each command has a parser, token, and instruction, and each has been added to the instructions.prop file.

157 lines of code changed in 4 files:

  • src/slogo/instruction: Back.java (new 49), Forward.java (+7 -7), Left.java (new 50), Right.java (new 51)
Nika Pogrebna 2016-11-29 20:44 Rev.: 698

Moved turtleContext instantiation to TurtleField() method. It works!!!

2 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+2 -2)
Nika Pogrebna 2016-11-29 20:29 Rev.: 696

Changed null to turtleField in SLogoInterpreter.java and changed turtle name in Forward.java

3 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+3 -3)
Nika Pogrebna 2016-11-29 19:19 Rev.: 674

Added TurtleContext class, edited name of turtle in Forward.java class. Instantiated the TurtleContext in TurtleField.

1 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+1 -1)
devlinn 2016-11-28 15:20 Rev.: 585

Finalized evaluate method in Forward class.

3 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+3 -2)
devlinn 2016-11-26 14:35 Rev.: 536

More editing on Forward class's evaluate method.

1 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+1 -2)
devlinn 2016-11-25 23:11 Rev.: 535

Updated the Forward Class's Evaluate method to successfully move the JTurtle object.

6 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+6 -7)
devlinn 2016-11-23 13:54 Rev.: 532

Updated Forward class to use ArithmeticBase rather than GrammarElement.

15 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+15 -6)
devlinn 2016-11-23 10:12 Rev.: 531

Added a ForwardToken, ForwardParser, and a Forward instruction to handle the fd command.

41 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (new 41)
Nika Pogrebna 2016-11-22 21:33 Rev.: 526

Fixed and tested the IF token, instructions, and parser. It finally works!

7 lines of code changed in 1 file:

  • src/slogo/instruction: IF.java (+7 -7)
Nika Pogrebna 2016-11-22 20:37 Rev.: 525

Fixed IF.java and IFParser.java classes. I think they are good to go!

13 lines of code changed in 1 file:

  • src/slogo/instruction: IF.java (+13 -13)
Nika Pogrebna 2016-11-22 20:04 Rev.: 524

Fixed the IF classes. I think the IFParser.java is right, but not so sure about IF.java

16 lines of code changed in 1 file:

  • src/slogo/instruction: IF.java (+16 -14)
Nika Pogrebna 2016-11-18 15:33 Rev.: 522

Made IF Token, Parser, and Instruction classes. There are error in some of the files. We need to change expression to variable?? Maybe?? Still have to figure this out!

52 lines of code changed in 1 file:

  • src/slogo/instruction: IF.java (new 52)
sprenkle 2016-11-15 10:53 Rev.: 501

Importing SLogo project for team TurboTurtle

544 lines of code changed in 13 files:

  • src/slogo/instruction: Addition.java (new 28), ArithmeticInstruction.java (new 25), Assignment.java (new 62), BinaryExpression.java (new 61), Division.java (new 29), Instruction.java (new 14), Multiplication.java (new 30), Negation.java (new 34), Print.java (new 48), Repeat.java (new 68), StrictInstructionList.java (new 80), Subtraction.java (new 31), UnaryExpression.java (new 34)
Generated by StatSVN 0.7.0