Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 918 (100.0%) | 20.8 |
src/jturtle/ | 23 (52.3%) | 602 (65.6%) | 26.1 |
src/slogo/instruction/ | 5 (11.4%) | 170 (18.5%) | 34.0 |
src/slogo/parser/ | 9 (20.5%) | 105 (11.4%) | 11.6 |
src/slogo/parser/token/ | 4 (9.1%) | 33 (3.6%) | 8.2 |
/ | 1 (2.3%) | 7 (0.8%) | 7.0 |
src/tests/ | 1 (2.3%) | 1 (0.1%) | 1.0 |
resources/ | 1 (2.3%) | 0 (0.0%) | 0.0 |
fixed a typo in TurtleField
1 lines of code changed in 1 file:
Added isTurtleVisible command to JTurtle
8 lines of code changed in 1 file:
Made some changes to makeImage() because the resource is out of date or something.
Deleted a few imports.
Cleaned up the code around that area.
1 lines of code changed in 1 file:
Remade the GUI to make it look nicer. Not as cramped.
Now it's beautiful.
Sleek.
Also added Error Handling. Booyah.
Error Handling now shows up in the error box instead of the console.
59 lines of code changed in 2 files:
Cleaned up some obsolete code. Mostly wonky imports and empty methods.
They were angering me.
Code angers me.
Generally Angry Gabi.
1 lines of code changed in 3 files:
Added isVisible()
Allows turtle to be set visible or invisible
Also put a button on the GUI to have this be done via the GUI.
48 lines of code changed in 2 files:
Was also getting really tired of that error message in our one JUnit test so I commented out the error line.
This can be fixed.... time permitting.
8 lines of code changed in 2 files:
Added a button that displays all of the turtle variables.
Because I'm all about those buttons.
Also, I added three variables that keep the turtle X and Y coords at all time as well as one that keeps the angle of the turtle.
I know this is super cheaty in the scheme of things.
But I'm running out of time.
If I have time, I'll go back and fix it and make it something better.
69 lines of code changed in 3 files:
Fixed the "RIGHT" error.
Not a major change-- just messed with the turn around for right
6 lines of code changed in 1 file:
Added an "instructions" button that comes up with some of the basic commands and how to use them.
It's honestly not the best way to work it out, but the file reading was giving me some terrible errors and I was getting really tired of dealing with them (sorry, overly honest methods right here). So I made it a list of things to go into the PopUpBox.
Also moved some things around in Turtle Field to make the GUI flow a little better.
It's getting kind of crowded.
48 lines of code changed in 1 file:
I made the Turtle really skinny. For kicks.
1 lines of code changed in 1 file:
4 lines of code changed in 2 files:
Failed once again to make setPenColor a method.
So I just added Magenta as a color and decided to move on....
19 lines of code changed in 1 file:
Added Green and Yellow to the Pen Color method.
Yay.
23 lines of code changed in 1 file:
Added a "Change Pen Color Button" that changes colors when clicked.
Red, Black, Blue.
Any other colors?
Green? Or Maybe Yellow?
Also, I was having trouble finding things so I added some code headers to important areas.
If you hate them, you can delete them! They were helping me in the short run
70 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.
1 lines of code changed in 4 files:
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.
111 lines of code changed in 5 files:
added saveOutput method
added output to the pen deactivated and activated listeners (so they show up in output box)
changed the "moved turtle" in output box to "completed: " ---- it works better and is cleanerrr :)
41 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!
193 lines of code changed in 7 files:
I took out the "forward" error.
That was dumb.
They should take away my coding license.
0 lines of code changed in 1 file:
(3 more)