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 |
67 lines of code changed in 1 file:
Finished the Batch File!
4 lines of code changed in 1 file:
3 lines of code changed in 1 file:
10 lines of code changed in 1 file:
4 lines of code changed in 2 files:
update to batch
10 lines of code changed in 1 file:
almost done with batch
40 lines of code changed in 2 files:
8 lines of code changed in 1 file:
batch is almost done
16 lines of code changed in 1 file:
3 lines of code changed in 1 file:
1 lines of code changed in 1 file:
43 lines of code changed in 1 file:
Fixed the "RIGHT" error.
Not a major change-- just messed with the turn around for right
6 lines of code changed in 1 file:
1 lines of code changed in 1 file:
51 lines of code changed in 1 file:
1 lines of code changed in 1 file:
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:
4 lines of code changed in 1 file:
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:
Boolean Commands
211 lines of code changed in 5 files:
Changed repeate to take grammar element as a parameter instead of expression
3 lines of code changed in 1 file:
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:
1 lines of code changed in 1 file:
Added more commands. Math methods working now. Still working on combining them with move commands
72 lines of code changed in 2 files:
More new commands. Towards command still needs work
57 lines of code changed in 1 file:
Added more MATH commands and the HEADING command
178 lines of code changed in 5 files:
Math Instructions and fixed comments on toString methods
61 lines of code changed in 9 files:
54 lines of code changed in 2 files:
49 lines of code changed in 1 file:
added penup and pendown token,parser,instructions
73 lines of code changed in 3 files:
Changed some stuff
2 lines of code changed in 2 files:
Added XCOR and YCOR. Not sure if they are returning the right thing
79 lines of code changed in 2 files:
52 lines of code changed in 8 files:
Comments after meeting with Professor Sprenkle
4 lines of code changed in 1 file:
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:
Added HOME command
40 lines of code changed in 1 file:
Added SETX and SETY commands
100 lines of code changed in 2 files:
Added SETXY command
54 lines of code changed in 1 file:
Added BACK command
48 lines of code changed in 1 file:
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:
(5 more)