Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 64 (100.0%) | 661 (100.0%) | 10.3 |
mforrestel | 35 (54.7%) | 347 (52.5%) | 9.9 |
jgoergen | 15 (23.4%) | 166 (25.1%) | 11.0 |
dfisher | 9 (14.1%) | 97 (14.7%) | 10.7 |
morgana | 5 (7.8%) | 51 (7.7%) | 10.2 |
FINAL added to Alias.dat
7 lines of code changed in 1 file:
FINAL
45 lines of code changed in 3 files:
We can toggle the dashboard view on and off now using radio buttons!
4 lines of code changed in 1 file:
27 lines of code changed in 1 file:
changed ALIASLISTS to ALIASMAP
9 lines of code changed in 1 file:
Added TOWARDS to alias and instructions
2 lines of code changed in 1 file:
towards
13 lines of code changed in 1 file:
Last of the basic commands (SETXY, HEADING, XCOR, YCOR). They all work, but when you do SETXY you get an afterwards for some reason.
56 lines of code changed in 5 files:
133 lines of code changed in 14 files:
2 lines of code changed in 1 file:
Added Clean and Clearscreen
29 lines of code changed in 3 files:
I added the file input functionality, using the FileHandler class in slogo. It reads a file from the user's computer and parses it the same way batch input is parsed.
2 lines of code changed in 2 files:
I changed the GUI a bit so that we can type in more than one command at a time. Next I will add a button to allow the user to upload a file to read in, a button to let the user change the background, a button to let the user change the turtle image, and a button to allow the user to turn data on/off, and buttons to let the user undo/redo.
3 lines of code changed in 1 file:
60 lines of code changed in 9 files:
8 lines of code changed in 1 file:
13 lines of code changed in 1 file:
I created the ShowTurtle and HideTurtle commands, and also added some supporting methods to the JTurtle class, including hideImage and showImage to set the visibility of the polygon or image representing the turtle.
40 lines of code changed in 4 files:
The AliasConverter is finally complete! It works for all our new commands and is super extensible for future commands we will be adding soon!
15 lines of code changed in 2 files:
Created the AliasConverter class that will allow our code to adhere to the Open-Closed Principle. It will allow us to add more instructions and aliases without actually editing the AliasConverter code itself. We will just need to add a few words to the file "alias.dat" to add alias and instruction options!
65 lines of code changed in 2 files:
Adds HOME, SETX, and SETY commands, which should be working
39 lines of code changed in 3 files:
Everything we did together before break
52 lines of code changed in 4 files:
This version goes FORWARD 50 if that is exactly what you type into the command box. I wrote in the actual comments all the things that still need fixing to make it more expandable so look for those.
37 lines of code changed in 3 files:
First Import
643 lines of code changed in 22 files: