Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 100 (100.0%) | 2251 (100.0%) | 22.5 |
Nika Pogrebna | 53 (53.0%) | 1217 (54.1%) | 22.9 |
walusl | 24 (24.0%) | 596 (26.5%) | 24.8 |
devlinn | 17 (17.0%) | 362 (16.1%) | 21.2 |
pogrebnav | 2 (2.0%) | 60 (2.7%) | 30.0 |
volped | 4 (4.0%) | 16 (0.7%) | 4.0 |
Added list of our implementations into comments in TurtleField
5 lines of code changed in 1 file:
Took out the scroll bar code because I couldn't get it to work in the text area.
1 lines of code changed in 1 file:
Made text windows close when file is saved.
5 lines of code changed in 1 file:
Formatted files in slogo.turtle. Added method comments where missing. Refactored TurtleField as much as possible.
288 lines of code changed in 5 files:
Finished Open File button implementation which opens up a file, exports instructions to it and saves it
130 lines of code changed in 1 file:
Finished saving to a new file implementation.
8 lines of code changed in 1 file:
NewFile button now works. Still need to add instruction export method.
67 lines of code changed in 1 file:
Cleaned project
81 lines of code changed in 1 file:
Refactored JTurtle by moving all instance variables to the top and making sure they all had access modifiers. Deleted some code that was not needed. Recentered the turtle since I resized the window earlier to fit all the buttons.
17 lines of code changed in 2 files:
Added last pop up window for Advice on background image size if not chosen from default directory. Added more images to default background images directory.
9 lines of code changed in 2 files:
Still fighting on getting file saving to work. Updated the GUI so that hide/show does not put any buttons off screen.
51 lines of code changed in 1 file:
Added functionality to put in file name to save a file with instruction and automatically pop up another window where eventually the contents of the file will be displayed.
181 lines of code changed in 1 file:
Added warning on closing workspaces.
49 lines of code changed in 1 file:
Created functionality for creating a new workspace.
19 lines of code changed in 3 files:
added start saving/ stop saving button. Changes title when pressed. Needs open file, start save, and stop save functionality to be provided by Nika. Changed "Execute" to "Execute Instructions"
30 lines of code changed in 1 file:
Refactoring in progress.
8 lines of code changed in 4 files:
Changed the selection of pen colors and background colors to represent potentail environments a turtle could be found in and pen colors that would show up and look nice against the chosen backgrounds.
20 lines of code changed in 3 files:
Worked with Professor Sprenkle to achieve width change functionality
8 lines of code changed in 3 files:
More Tests
4 lines of code changed in 1 file:
added some comments
22 lines of code changed in 1 file:
changed some titles. Resized stats panel. Added new workspace button. Still needs functionality.
45 lines of code changed in 2 files:
Fixed red ink in the pop up errors. We now have pop ups for: wrong file type, wrong image file type, advice on turtle image size, invalid instruction, invalid instruction in file chosen.
13 lines of code changed in 1 file:
Added Pick Turtle button back into the GUI and added pop up window if image file for turtle is being chosen from not the default "images" directory. The pop up gives advice about the dimensions of the image.
5 lines of code changed in 1 file:
1. Changes in TurtleField: Added pop up error window if file other than .txt or .logo is chosen. Got rid of all caps.
2. Changes in SLogoInterpreter: Added pop up error window if invalid token is entered into instruction field or invalid token is in a file being parsed. ****BEWARE: this is working, however is going to show red ink in the console because of a NullPointerError. Still working on this.
13 lines of code changed in 1 file:
added pen width functionality. pen width changes for the entirity of the stroke though. I will have to see if that's what we want.
38 lines of code changed in 3 files:
added buttons to show/hide stats panel
31 lines of code changed in 1 file:
moved panels around. began finishing width. refactored. thoroughly reorganized. Will finish width once jturtle is ready to be edited.
139 lines of code changed in 1 file:
Added Tests, To, ToToken and ToParser. Still more tests to be completed and To still needs to be completed
4 lines of code changed in 1 file:
Changed background color back to white.
1 lines of code changed in 1 file:
Fixed setting background image and setting background color depending on which one is called. Got rid of capital letters.
42 lines of code changed in 3 files:
Commented out private TurtleField tfield; in Turtle TrailLink to get rid of warning.
Added setBackgroundImage() method. Need to still fix the part where the panel is being set to the image. Everything else seems to work
60 lines of code changed in 2 files:
Added GREATER, LESS, EQUAL, and NOTEQUAL command functionality. Still need to figure out solution for two EQUAL Tokens.
3 lines of code changed in 1 file:
Made a pop up window for invalid type file error when selecting an image of a different turtle. Attempted to create a test case and failed; thus committing with error.
18 lines of code changed in 2 files:
Added eraseTrail() to JTurtle and finished Clean and ClearScreen
8 lines of code changed in 2 files:
added pen width drop down.
added pen width change button.
got change pen color to work.
refactored a little.
98 lines of code changed in 3 files:
added drop down for changing background color. Works. Moved some buttons around. Changed some titles.
81 lines of code changed in 1 file:
Added pen color changing functionality
33 lines of code changed in 3 files:
Edited the turtle's trail to actually appear when turtle moves.
33 lines of code changed in 3 files:
Made the "Select File" button to pop up default directory of files with instructions. User can also pick their own file to be read in.
26 lines of code changed in 1 file:
Added a new class, TurtleTrailLink, to represent a link of the turtle's trail. This class also has functionality for editing the color, but it is not ready to be implemented yet. Also added to the GUI to add a panel for changing colors.
229 lines of code changed in 3 files:
(22 more)