Directory src/slogo/turtle/

Directory Created:
2016-11-15 10:53
Total Files:
5
Deleted Files:
0
Lines of Code:
1508

[root]/src/slogo/turtle

Lines of Code

src/slogo/turtle/ Lines of Code

Developers

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

Most Recent Commits

Nika Pogrebna 2016-12-15 23:27 Rev.: 1849

Added list of our implementations into comments in TurtleField

5 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+5)
Nika Pogrebna 2016-12-15 23:23 Rev.: 1848

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:

  • src/slogo/turtle: TurtleField.java (+1 -12)
Nika Pogrebna 2016-12-15 22:59 Rev.: 1845

Made text windows close when file is saved.

5 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+5 -2)
Nika Pogrebna 2016-12-15 22:50 Rev.: 1844

Formatted files in slogo.turtle. Added method comments where missing. Refactored TurtleField as much as possible.

288 lines of code changed in 5 files:

  • src/slogo/turtle: JTurtle.java (+56 -26), Renderer.java (+23 -8), TurtleField.java (+178 -113), TurtleListener.java (-1), TurtleTrailLink.java (+31 -17)
Nika Pogrebna 2016-12-15 17:35 Rev.: 1801

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:

  • src/slogo/turtle: TurtleField.java (+130 -93)
Nika Pogrebna 2016-12-15 16:18 Rev.: 1790

Finished saving to a new file implementation.

8 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+8 -8)
Nika Pogrebna 2016-12-15 15:37 Rev.: 1785

NewFile button now works. Still need to add instruction export method.

67 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+67 -83)
Nika Pogrebna 2016-12-15 14:42 Rev.: 1782

Cleaned project

81 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+81 -7)
Nika Pogrebna 2016-12-15 06:46 Rev.: 1761

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:

  • src/slogo/turtle: JTurtle.java (+14 -13), TurtleField.java (+3 -3)
Nika Pogrebna 2016-12-15 06:28 Rev.: 1760

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:

  • src/slogo/turtle: JTurtle.java (+1 -1), TurtleField.java (+8 -1)
Nika Pogrebna 2016-12-15 00:11 Rev.: 1757

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:

  • src/slogo/turtle: TurtleField.java (+51 -31)
Nika Pogrebna 2016-12-14 18:39 Rev.: 1714

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:

  • src/slogo/turtle: TurtleField.java (+181 -137)
Nika Pogrebna 2016-12-14 16:33 Rev.: 1685

Added warning on closing workspaces.

49 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+49 -3)
Nika Pogrebna 2016-12-14 15:34 Rev.: 1674

Created functionality for creating a new workspace.

19 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+4 -4), Renderer.java (+1 -3), TurtleField.java (+14 -11)
walusl 2016-12-14 15:17 Rev.: 1671

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:

  • src/slogo/turtle: TurtleField.java (+30 -1)
Nika Pogrebna 2016-12-14 15:09 Rev.: 1670

Refactoring in progress.

8 lines of code changed in 4 files:

  • src/slogo/turtle: JTurtle.java (+1 -11), Renderer.java (+1 -23), TurtleField.java (+5 -18), TurtleTrailLink.java (+1 -4)
walusl 2016-12-14 14:52 Rev.: 1669

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:

  • src/slogo/turtle: JTurtle.java (+1 -1), TurtleField.java (+16 -17), TurtleTrailLink.java (+3 -1)
walusl 2016-12-14 14:33 Rev.: 1668

Worked with Professor Sprenkle to achieve width change functionality

8 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+1 -5), TurtleField.java (+1 -1), TurtleTrailLink.java (+6 -4)
volped 2016-12-14 11:23 Rev.: 1661

More Tests

4 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+4)
walusl 2016-12-13 22:44 Rev.: 1654

added some comments

22 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+22 -13)
walusl 2016-12-13 21:41 Rev.: 1653

changed some titles. Resized stats panel. Added new workspace button. Still needs functionality.

45 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+4 -4), TurtleField.java (+41 -23)
Nika Pogrebna 2016-12-13 16:46 Rev.: 1629

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:

  • src/slogo/turtle: TurtleField.java (+13 -3)
Nika Pogrebna 2016-12-13 16:13 Rev.: 1627

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:

  • src/slogo/turtle: TurtleField.java (+5 -1)
Nika Pogrebna 2016-12-13 03:13 Rev.: 1616

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:

  • src/slogo/turtle: TurtleField.java (+13 -16)
walusl 2016-12-13 02:14 Rev.: 1615

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:

  • src/slogo/turtle: JTurtle.java (+14 -5), TurtleField.java (+8 -3), TurtleTrailLink.java (+16 -4)
walusl 2016-12-12 22:58 Rev.: 1614

added buttons to show/hide stats panel

31 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+31)
walusl 2016-12-12 22:46 Rev.: 1613

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:

  • src/slogo/turtle: TurtleField.java (+139 -97)
volped 2016-12-12 22:28 Rev.: 1612

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:

  • src/slogo/turtle: JTurtle.java (+4)
Nika Pogrebna 2016-12-12 18:27 Rev.: 1603

Changed background color back to white.

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)
Nika Pogrebna 2016-12-12 18:24 Rev.: 1601

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:

  • src/slogo/turtle: JTurtle.java (+21 -6), Renderer.java (+1 -1), TurtleField.java (+20 -25)
pogrebnav 2016-12-12 15:09 Rev.: 1597

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:

  • src/slogo/turtle: TurtleField.java (+59 -44), TurtleTrailLink.java (+1 -1)
devlinn 2016-12-11 16:28 Rev.: 1588

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:

  • src/slogo/turtle: TurtleField.java (+3 -6)
Nika Pogrebna 2016-12-09 21:36 Rev.: 1392

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:

  • src/slogo/turtle: JTurtle.java (+1 -1), TurtleField.java (+17 -14)
volped 2016-12-09 17:16 Rev.: 1351

Added eraseTrail() to JTurtle and finished Clean and ClearScreen

8 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+5), TurtleField.java (+3 -2)
walusl 2016-12-09 17:14 Rev.: 1347

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:

  • src/slogo/turtle: JTurtle.java (+5), TurtleField.java (+90 -46), TurtleTrailLink.java (+3 -3)
walusl 2016-12-09 15:23 Rev.: 1328

added drop down for changing background color. Works. Moved some buttons around. Changed some titles.

81 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+81 -16)
devlinn 2016-12-09 15:09 Rev.: 1326

Added pen color changing functionality

33 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+2 -13), TurtleField.java (+4 -3), TurtleTrailLink.java (+27 -24)
devlinn 2016-12-09 14:11 Rev.: 1312

Edited the turtle's trail to actually appear when turtle moves.

33 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+21 -29), Renderer.java (+1 -1), TurtleTrailLink.java (+11 -5)
Nika Pogrebna 2016-12-08 21:02 Rev.: 1260

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:

  • src/slogo/turtle: TurtleField.java (+26 -19)
devlinn 2016-12-08 20:00 Rev.: 1258

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:

  • src/slogo/turtle: JTurtle.java (+92 -3), TurtleField.java (+47 -5), TurtleTrailLink.java (new 90)

(22 more)

Generated by StatSVN 0.7.0