Directory src/slogo/instruction/

Directory Created:
2013-11-18 09:35
Total Files:
38
Deleted Files:
1
Lines of Code:
1780

[root]/src/slogo/instruction

Lines of Code

src/slogo/instruction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 81 (100.0%) 1750 (100.0%) 21.6
nollets 46 (56.8%) 1147 (65.5%) 24.9
wpeaseley 16 (19.8%) 262 (15.0%) 16.3
srowley 14 (17.3%) 171 (9.8%) 12.2
tremog 5 (6.2%) 170 (9.7%) 34.0

Most Recent Commits

wpeaseley 2013-12-14 00:18 Rev.: 534

67 lines of code changed in 1 file:

  • src/slogo/instruction: Batch.java (+67 -20)
wpeaseley 2013-12-14 00:18 Rev.: 533

Finished the Batch File!

4 lines of code changed in 1 file:

  • src/slogo/instruction: batch.txt (+4 -3)
wpeaseley 2013-12-13 23:31 Rev.: 532

3 lines of code changed in 1 file:

  • src/slogo/instruction: batch.txt (+3 -1)
wpeaseley 2013-12-13 22:48 Rev.: 530

10 lines of code changed in 1 file:

  • src/slogo/instruction: StrictInstructionList.java (+10 -1)
wpeaseley 2013-12-13 18:51 Rev.: 527

4 lines of code changed in 2 files:

  • src/slogo/instruction: Batch.java (+3 -4), batch.txt (+1 -2)
wpeaseley 2013-12-13 17:47 Rev.: 523

update to batch

10 lines of code changed in 1 file:

  • src/slogo/instruction: Batch.java (+10 -6)
wpeaseley 2013-12-13 16:42 Rev.: 516

almost done with batch

40 lines of code changed in 2 files:

  • src/slogo/instruction: Batch.java (+7 -10), SubRoutine.java (new 33)
wpeaseley 2013-12-13 16:19 Rev.: 511

8 lines of code changed in 1 file:

  • src/slogo/instruction: Batch.java (+8 -1)
wpeaseley 2013-12-13 16:09 Rev.: 505

batch is almost done

16 lines of code changed in 1 file:

  • src/slogo/instruction: Batch.java (+16 -15)
wpeaseley 2013-12-13 16:09 Rev.: 504

3 lines of code changed in 1 file:

  • src/slogo/instruction: batch.txt (new 3)
srowley 2013-12-13 15:44 Rev.: 499

1 lines of code changed in 1 file:

  • src/slogo/instruction: Repeat.java (+1 -1)
wpeaseley 2013-12-13 15:40 Rev.: 498

43 lines of code changed in 1 file:

  • src/slogo/instruction: Batch.java (new 43)
tremog 2013-12-13 11:19 Rev.: 462

Fixed the "RIGHT" error.
Not a major change-- just messed with the turn around for right

6 lines of code changed in 1 file:

  • src/slogo/instruction: Right.java (+6)
wpeaseley 2013-12-12 21:14 Rev.: 426

1 lines of code changed in 1 file:

  • src/slogo/instruction: If.java (+1 -1)
wpeaseley 2013-12-12 20:50 Rev.: 422

51 lines of code changed in 1 file:

  • src/slogo/instruction: If.java (new 51)
nollets 2013-12-12 19:59 Rev.: 419

1 lines of code changed in 1 file:

  • src/slogo/instruction: Repeat.java (+1 -1)
nollets 2013-12-12 17:04 Rev.: 406

Added all commands but TO and IF
JTurtle has a clearTurtleTail method that should eventually clear all of the lines the turtle has drawn in order to allow the clean and clearscreen instructions to function. This can be filled in after the turtle is drawing/keeping track of its lines.
I'm going to work on the hide/show turtle method stubs that are there right now later tonight

115 lines of code changed in 5 files:

  • src/slogo/instruction: Clean.java (+5 -5), ClearScreen.java (new 37), HideTurtle.java (new 36), Home.java (+1 -4), ShowTurtle.java (new 36)
nollets 2013-12-12 16:47 Rev.: 405

4 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (+4 -9)
tremog 2013-12-12 16:26 Rev.: 402

Asked Sprenkle for help putting the Save Output command into the box and she says it's be too hard/the button works fine. So I've deleted the parser/token/instruction stuff for save.

0 lines of code changed in 1 file:

  • src/slogo/instruction: SaveOutput.java (del)
nollets 2013-12-12 16:21 Rev.: 399

Boolean Commands

211 lines of code changed in 5 files:

  • src/slogo/instruction: Equal.java (new 51), Greater.java (new 51), Less.java (new 51), NotEqual.java (new 52), PenDownP.java (+6 -1)
nollets 2013-12-12 16:00 Rev.: 395

Changed repeate to take grammar element as a parameter instead of expression

3 lines of code changed in 1 file:

  • src/slogo/instruction: Repeat.java (+3 -4)
tremog 2013-12-12 00:21 Rev.: 373

Okay, so tried a lot of things, some didn't work.... ugh.
1) tried to add "SAVE" to the list of instructions but am quickly failing. There's issues because I need to get the output box and... I don't even know.
1.2) I was having a lot of trouble with this so I just thought to commit it because it doesn't affect anything unless you try to save via the command box
1.3) On that note, the "Save" button still works fine.
1.4) WARNING: if you save the output and then try to commit, you'll get a weird error because it saves it in your Slogo workspace. Just move it or delete it. Then it'll work.
2) had to keep a saveOutput method in TurtleField to make sure the button at least still worked (-_- this is my face)

3) considered deleting the "old stuff"
3.1) pansied out because I can't delete code without feeling terrible.

4) cried uncontrollably.

64 lines of code changed in 1 file:

  • src/slogo/instruction: SaveOutput.java (new 64)
nollets 2013-12-11 12:29 Rev.: 340

1 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+1)
nollets 2013-12-11 11:15 Rev.: 333

Added more commands. Math methods working now. Still working on combining them with move commands

72 lines of code changed in 2 files:

  • src/slogo/instruction: Clean.java (new 36), PenDownP.java (new 36)
nollets 2013-12-11 10:34 Rev.: 326

More new commands. Towards command still needs work

57 lines of code changed in 1 file:

  • src/slogo/instruction: Towards.java (new 57)
nollets 2013-12-11 09:39 Rev.: 321

Added more MATH commands and the HEADING command

178 lines of code changed in 5 files:

  • src/slogo/instruction: Heading.java (new 38), Minus.java (new 43), Quotient.java (new 48), Remainder.java (new 48), XCor.java (+1 -1)
nollets 2013-12-11 09:07 Rev.: 319

Math Instructions and fixed comments on toString methods

61 lines of code changed in 9 files:

  • src/slogo/instruction: Difference.java (+4 -5), Home.java (+1 -2), Product.java (new 48), SetX.java (+2 -2), SetXY.java (+2 -2), SetY.java (+1 -1), Sum.java (+1 -2), XCor.java (+1 -2), YCor.java (+1 -2)
nollets 2013-12-11 08:45 Rev.: 317

54 lines of code changed in 2 files:

  • src/slogo/instruction: Difference.java (new 49), Sum.java (+5 -5)
nollets 2013-12-10 19:44 Rev.: 303

49 lines of code changed in 1 file:

  • src/slogo/instruction: Sum.java (new 49)
srowley 2013-12-08 14:15 Rev.: 274

added penup and pendown token,parser,instructions

73 lines of code changed in 3 files:

  • src/slogo/instruction: PenDown.java (new 36), PenUp.java (new 37), Print.java (-1)
nollets 2013-12-06 14:08 Rev.: 256

Changed some stuff

2 lines of code changed in 2 files:

  • src/slogo/instruction: XCor.java (+1 -1), YCor.java (+1 -1)
nollets 2013-12-06 11:23 Rev.: 247

Added XCOR and YCOR. Not sure if they are returning the right thing

79 lines of code changed in 2 files:

  • src/slogo/instruction: XCor.java (new 39), YCor.java (new 40)
srowley 2013-12-05 21:17 Rev.: 220

52 lines of code changed in 8 files:

  • src/slogo/instruction: Back.java (+8 -7), Forward.java (+6 -6), Left.java (+6 -6), Print.java (+5 -5), Right.java (+6 -6), SetX.java (+5 -5), SetXY.java (+9 -9), SetY.java (+7 -7)
nollets 2013-12-04 12:23 Rev.: 203

Comments after meeting with Professor Sprenkle

4 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (+4 -3)
tremog 2013-12-03 20:47 Rev.: 190

Finally got Left and Right done for instructions.
(Lets just say there were some issues with Eclipse freaking out)
But now they work!

100 lines of code changed in 2 files:

  • src/slogo/instruction: Left.java (new 50), Right.java (new 50)
nollets 2013-12-03 20:27 Rev.: 187

Added HOME command

40 lines of code changed in 1 file:

  • src/slogo/instruction: Home.java (new 40)
nollets 2013-12-03 20:13 Rev.: 184

Added SETX and SETY commands

100 lines of code changed in 2 files:

  • src/slogo/instruction: SetX.java (new 50), SetY.java (new 50)
nollets 2013-12-03 20:04 Rev.: 183

Added SETXY command

54 lines of code changed in 1 file:

  • src/slogo/instruction: SetXY.java (new 54)
nollets 2013-12-03 19:18 Rev.: 179

Added BACK command

48 lines of code changed in 1 file:

  • src/slogo/instruction: Back.java (new 48)
nollets 2013-12-02 09:46 Rev.: 127

Updated GUI so everything is visible right when you open it.
Changed doSteps() method to evaluate instruction

0 lines of code changed in 1 file:

  • src/slogo/instruction: Forward.java (-2)

(5 more)

Generated by StatSVN 0.7.0