Directory src/slogo/jelan/instructions/

Directory Created:
2011-11-16 19:43
Total Files:
42
Deleted Files:
1
Lines of Code:
1301

[root]/src/slogo/jelan/instructions

Lines of Code

src/slogo/jelan/instructions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 161 (100.0%) 1404 (100.0%) 8.7
mwhite 84 (52.2%) 741 (52.8%) 8.8
poblettsa 64 (39.8%) 485 (34.5%) 7.5
bennetta 13 (8.1%) 178 (12.7%) 13.6

Most Recent Commits

mwhite 2011-12-14 21:57 Rev.: 384

Added Error message when entering back command

9 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Assignment.java (+9 -3)
mwhite 2011-12-14 21:20 Rev.: 381

Fixed it

110 lines of code changed in 42 files:

  • src/slogo/jelan/instructions: Assignment.java (+3 -3), Back.java (+4 -4), BinaryInstruction.java (+3 -3), Clean.java (+2 -2), ClearScreen.java (+2 -2), Difference.java (+2 -2), Forward.java (+4 -4), Heading.java (+3 -3), HideTurtle.java (+2 -2), Home.java (+2 -2), If.java (+2 -2), Image.java (+3 -3), Instruction.java (+1 -1), IsEqual.java (+2 -2), IsGreater.java (+2 -2), IsLess.java (+2 -2), IsNotEqual.java (+2 -2), Left.java (+4 -4), Minus.java (+2 -2), PenDown.java (+2 -2), PenDownP.java (+3 -3), PenUp.java (+2 -2), Print.java (+2 -2), Product.java (+3 -3), Quotient.java (+2 -2), Remainder.java (+2 -2), Repeat.java (+2 -2), Right.java (+4 -4), SetPenColor.java (+3 -3), SetPenSize.java (+3 -3), SetX.java (+4 -4), SetXY.java (+4 -4), SetY.java (+4 -4), ShowTurtle.java (+2 -2), SlogoRandom.java (+3 -3), StrictInstructionList.java (+1 -1), Sum.java (+2 -2), To.java (+3 -3), Towards.java (+4 -4), UnaryInstruction.java (+2 -2), XCor.java (+3 -3), YCor.java (+3 -3)
poblettsa 2011-12-14 19:28 Rev.: 364

renamed packages

110 lines of code changed in 42 files:

  • src/slogo/jelan/instructions: Assignment.java (+3 -3), Back.java (+4 -4), BinaryInstruction.java (+3 -3), Clean.java (+2 -2), ClearScreen.java (+2 -2), Difference.java (+2 -2), Forward.java (+4 -4), Heading.java (+3 -3), HideTurtle.java (+2 -2), Home.java (+2 -2), If.java (+2 -2), Image.java (+3 -3), Instruction.java (+1 -1), IsEqual.java (+2 -2), IsGreater.java (+2 -2), IsLess.java (+2 -2), IsNotEqual.java (+2 -2), Left.java (+4 -4), Minus.java (+2 -2), PenDown.java (+2 -2), PenDownP.java (+3 -3), PenUp.java (+2 -2), Print.java (+2 -2), Product.java (+3 -3), Quotient.java (+2 -2), Remainder.java (+2 -2), Repeat.java (+2 -2), Right.java (+4 -4), SetPenColor.java (+3 -3), SetPenSize.java (+3 -3), SetX.java (+4 -4), SetXY.java (+4 -4), SetY.java (+4 -4), ShowTurtle.java (+2 -2), SlogoRandom.java (+3 -3), StrictInstructionList.java (+1 -1), Sum.java (+2 -2), To.java (+3 -3), Towards.java (+4 -4), UnaryInstruction.java (+2 -2), XCor.java (+3 -3), YCor.java (+3 -3)
mwhite 2011-12-14 17:14 Rev.: 362

Added To, it should be super close to working, but it's not completely there, think its with where the instruction list is stored and how it is run once it's called.

45 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: To.java (new 45)
poblettsa 2011-12-14 16:49 Rev.: 360

NOTEQUAL?

24 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: IsNotEqual.java (new 24)
mwhite 2011-12-14 16:48 Rev.: 357

Fixed X and Ycor, PendownP, added greater

36 lines of code changed in 4 files:

  • src/slogo/jelan/instructions: IsGreater.java (new 24), PenDownP.java (+5), XCor.java (+4 -1), YCor.java (+3)
poblettsa 2011-12-14 16:45 Rev.: 356

EQUALS?

23 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: IsEqual.java (new 23)
bennetta 2011-12-14 16:44 Rev.: 355

95 lines of code changed in 3 files:

  • src/slogo/jelan/instructions: Minus.java (new 37), Sum.java (+2 -1), UnaryInstruction.java (new 56)
poblettsa 2011-12-14 16:39 Rev.: 354

LESS?

23 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: IsLess.java (new 23)
mwhite 2011-12-14 16:24 Rev.: 349

Added XCor, YCor, Heading, and PenDownP, PenDown? still not working as an alias...

75 lines of code changed in 4 files:

  • src/slogo/jelan/instructions: Heading.java (new 17), PenDownP.java (new 24), XCor.java (new 17), YCor.java (new 17)
poblettsa 2011-12-14 15:44 Rev.: 346

Remainder

20 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Remainder.java (new 20)
poblettsa 2011-12-14 15:36 Rev.: 345

QUOTIENT

20 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Quotient.java (new 20)
mwhite 2011-12-14 15:33 Rev.: 344

ReCommiting these files

2 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: SetPenColor.java (+1 -1), SlogoRandom.java (+1 -1)
poblettsa 2011-12-14 15:33 Rev.: 343

1 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Product.java (+1 -1)
poblettsa 2011-12-14 15:29 Rev.: 342

Product

22 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Product.java (new 22)
poblettsa 2011-12-14 15:24 Rev.: 341

Difference

20 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Difference.java (new 20)
bennetta 2011-12-14 15:21 Rev.: 340

43 lines of code changed in 8 files:

  • src/slogo/jelan/instructions: Back.java (+6 -4), Forward.java (+1), Left.java (+6 -4), Right.java (+6 -4), SetX.java (+5 -3), SetXY.java (+7 -5), SetY.java (+5 -3), Towards.java (+7 -6)
poblettsa 2011-12-14 15:02 Rev.: 338

numberable to differentiate between instructions that return numbers and instructions that move turtle

27 lines of code changed in 3 files:

  • src/slogo/jelan/instructions: BinaryInstruction.java (+12 -6), Forward.java (+5 -4), Sum.java (+10 -10)
mwhite 2011-12-14 13:23 Rev.: 336

Added Random Instruction, generates a random number between 0 and the number given.

30 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: SlogoRandom.java (new 30)
mwhite 2011-12-14 13:08 Rev.: 334

Added set pen color, uses and index from 0 to 15 using Slogo's color index.

38 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: SetPenColor.java (new 38)
mwhite 2011-12-11 21:08 Rev.: 267

Changed the way moves are drawn at add different patterns in the future and added the set pen size command.

29 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: SetPenSize.java (new 29)
bennetta 2011-12-11 20:02 Rev.: 252

This is the work I put into the image changing extension.

40 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: Forward.java (+1 -1), Image.java (new 39)
poblettsa 2011-12-11 19:23 Rev.: 239

BinaryInstruction

6 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: BinaryInstruction.java (+6)
poblettsa 2011-12-11 18:48 Rev.: 238

SUM

7 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Sum.java (+7 -1)
poblettsa 2011-12-11 18:47 Rev.: 237

Sum. Works, but still need to print it to the GUI.

17 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Sum.java (new 17)
poblettsa 2011-12-11 18:46 Rev.: 236

BinaryInstruction. All our sum, diff, etc should inherit from this.

49 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: BinaryInstruction.java (new 49)
mwhite 2011-12-11 17:29 Rev.: 220

Added SetXY

33 lines of code changed in 3 files:

  • src/slogo/jelan/instructions: SetX.java (+1 -1), SetXY.java (new 31), SetY.java (+1 -1)
mwhite 2011-12-11 17:07 Rev.: 219

Added SetX and SetY Commands

61 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: SetX.java (new 30), SetY.java (new 31)
mwhite 2011-12-11 16:47 Rev.: 216

Fixed towards

2 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Towards.java (+2 -2)
mwhite 2011-12-11 16:35 Rev.: 211

Added towards command

37 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Towards.java (new 37)
poblettsa 2011-12-11 16:05 Rev.: 201

If Statement added

25 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: If.java (new 25)
mwhite 2011-12-07 17:25 Rev.: 134

Added Clear Screen, CS, and updated other instructions to return null when they don't compute anything.
Should Home and/or clear screen reset the angle of the turtle?

37 lines of code changed in 6 files:

  • src/slogo/jelan/instructions: Clean.java (+1 -1), ClearScreen.java (new 32), HideTurtle.java (+1 -1), PenDown.java (+1 -1), PenUp.java (+1 -1), ShowTurtle.java (+1 -1)
mwhite 2011-12-07 17:01 Rev.: 133

Added Back, Clean, HideTurtle, ShowTurtle, adding clearscreen once I update to head

75 lines of code changed in 4 files:

  • src/slogo/jelan/instructions: Back.java (new 27), Clean.java (new 20), HideTurtle.java (new 14), ShowTurtle.java (new 14)
poblettsa 2011-12-06 14:25 Rev.: 117

added HOME

28 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Home.java (new 28)
mwhite 2011-12-05 14:39 Rev.: 109

Added Left and the shortcuts for PenUp, PenDown, Left, and Right

27 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Left.java (new 27)
mwhite 2011-12-05 14:21 Rev.: 108

Added Pen up and Pen down functionality (not PD PU though)

16 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: PenDown.java (new 14), PenUp.java (+2)
mwhite 2011-12-05 14:11 Rev.: 106

Fixed to work with new context

2 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: Forward.java (+1 -1), Right.java (+1 -1)
mwhite 2011-12-05 14:01 Rev.: 104

14 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: PenUp.java (new 14)
mwhite 2011-12-05 13:37 Rev.: 102

Added the shortcuts for Forward and Right, did this by making their own tokens, adding them to the list of possible instructions, then created a parser which was a child of the main instruction, and then left that blank to let the main instruction handle everything.

28 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: Fd.java (del), Forward.java (new 28)
mwhite 2011-12-05 11:01 Rev.: 99

Added the RIGHT command, functioning, still needs the RT shortcut

28 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Right.java (new 28)

(6 more)

Generated by StatSVN 0.7.0