December 2016 Commit Log

Number of Commits:
79
Number of Active Developers:
5
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:

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:

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:

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:

Nika Pogrebna 2016-12-15 21:24 Rev.: 1834

Finished formatting and proofreading the following packages: slogo, slogo.expression, slogo.instruction

85 lines of code changed in 13 files:

Nika Pogrebna 2016-12-15 20:48 Rev.: 1832

Formatted and added method comments to all files in slogo package.

66 lines of code changed in 3 files:

Nika Pogrebna 2016-12-15 17:48 Rev.: 1806

0 lines of code changed in 4 files:

Nika Pogrebna 2016-12-15 17:46 Rev.: 1804

Fixed SubRoutine.java to extend Instructions and cleared saved programs folder

2 lines of code changed in 1 file:

Nika Pogrebna 2016-12-15 17:41 Rev.: 1803

Edited To.java

1 lines of code changed in 1 file:

Nika Pogrebna 2016-12-15 17:39 Rev.: 1802

Added space in To.java

1 lines of code changed in 1 file:

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:

Nika Pogrebna 2016-12-15 16:18 Rev.: 1790

Finished saving to a new file implementation.

20 lines of code changed in 3 files:

Nika Pogrebna 2016-12-15 15:40 Rev.: 1787

Fixed Variable.java to get the variable out of the context so that x=20, fd x will move turtle forward 20.

1 lines of code changed in 1 file:

Nika Pogrebna 2016-12-15 15:37 Rev.: 1785

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

68 lines of code changed in 3 files:

Nika Pogrebna 2016-12-15 14:42 Rev.: 1782

Cleaned project

81 lines of code changed in 1 file:

Nika Pogrebna 2016-12-15 07:03 Rev.: 1762

Added comments to TurtleContext.

15 lines of code changed in 5 files:

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:

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.

10 lines of code changed in 6 files:

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.

53 lines of code changed in 3 files:

volped 2016-12-14 21:00 Rev.: 1743

1 lines of code changed in 1 file:

volped 2016-12-14 20:52 Rev.: 1740

Finished To

0 lines of code changed in 1 file:

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.

182 lines of code changed in 2 files:

Nika Pogrebna 2016-12-14 16:33 Rev.: 1685

Added warning on closing workspaces.

49 lines of code changed in 1 file:

volped 2016-12-14 15:34 Rev.: 1675

Finished To

76 lines of code changed in 7 files:

Nika Pogrebna 2016-12-14 15:34 Rev.: 1674

Created functionality for creating a new workspace.

19 lines of code changed in 3 files:

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:

Nika Pogrebna 2016-12-14 15:09 Rev.: 1670

Refactoring in progress.

8 lines of code changed in 4 files:

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:

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:

volped 2016-12-14 13:03 Rev.: 1665

4 lines of code changed in 2 files:

volped 2016-12-14 11:47 Rev.: 1663

Finished Testing

247 lines of code changed in 6 files:

volped 2016-12-14 11:23 Rev.: 1661

More Tests

467 lines of code changed in 10 files:

walusl 2016-12-13 22:44 Rev.: 1654

added some comments

22 lines of code changed in 1 file:

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:

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.

18 lines of code changed in 4 files:

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:

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.

20 lines of code changed in 3 files:

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:

walusl 2016-12-12 22:58 Rev.: 1614

added buttons to show/hide stats panel

31 lines of code changed in 1 file:

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:

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

750 lines of code changed in 18 files:

Nika Pogrebna 2016-12-12 18:27 Rev.: 1603

Changed background color back to white.

1 lines of code changed in 1 file:

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:

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

61 lines of code changed in 3 files:

volped 2016-12-11 20:11 Rev.: 1593

Finished Nika's ForwardTest and wrote BackTest, LeftTest, and RightTest

245 lines of code changed in 4 files:

devlinn 2016-12-11 17:28 Rev.: 1590

Edited EQUAL Token.

5 lines of code changed in 2 files:

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.

569 lines of code changed in 27 files:

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.

44 lines of code changed in 3 files:

volped 2016-12-09 17:16 Rev.: 1351

Added eraseTrail() to JTurtle and finished Clean and ClearScreen

47 lines of code changed in 6 files:

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:

Nika Pogrebna 2016-12-09 15:25 Rev.: 1329

Made a testing package and started Forward test.

35 lines of code changed in 3 files:

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:

devlinn 2016-12-09 15:09 Rev.: 1326

Added pen color changing functionality

35 lines of code changed in 5 files:

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:

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:

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.

234 lines of code changed in 6 files:

Nika Pogrebna 2016-12-08 02:03 Rev.: 1230

Added more resized turtle pictures

0 lines of code changed in 4 files:

devlinn 2016-12-07 15:56 Rev.: 1185

Updated Towards Method to work correctly and fixed JTurtle's move method to SHOW turtle as default.

192 lines of code changed in 8 files:

volped 2016-12-07 15:24 Rev.: 1178

Added ClearScreen and Clean tokens, parsers, and instructions

143 lines of code changed in 7 files:

Nika Pogrebna 2016-12-07 15:21 Rev.: 1177

same as before

0 lines of code changed in 1 file:

Nika Pogrebna 2016-12-07 15:21 Rev.: 1176

Resized one of the turtles

0 lines of code changed in 2 files:

devlinn 2016-12-07 14:58 Rev.: 1174

Edited the JTurtle's draw(Graphics g) method to only show turtle when ShowTurtle command is called, and will hide the turtle when HideTurtle is called. Added functionality for HideTurtle and ShowTurtle commands.

347 lines of code changed in 15 files:

volped 2016-12-07 14:44 Rev.: 1172

Moved AliasNames.java into slogo.parser package and made aliases variable in AliasNames.java a private variable and added a getter method to get it

60 lines of code changed in 4 files:

Nika Pogrebna 2016-12-07 13:48 Rev.: 1148

Added more turtle images that can be used to replace the default turtle

0 lines of code changed in 3 files:

Nika Pogrebna 2016-12-06 16:54 Rev.: 1042

Just deleting imports that are not needed.

0 lines of code changed in 2 files:

Nika Pogrebna 2016-12-06 16:52 Rev.: 1041

Added select turtle image from anywhere really. Changed the rendered in the JTurtle. Moved the reading of the image to the image rendered instead of TurtleField.

80 lines of code changed in 3 files:

Nika Pogrebna 2016-12-06 15:51 Rev.: 1034

Can read from a file!!!!! And it's a cute turtle now.

10 lines of code changed in 3 files:

Nika Pogrebna 2016-12-06 02:06 Rev.: 1006

Working on getting file to be read in

39 lines of code changed in 2 files:

volped 2016-12-05 15:20 Rev.: 967

Deleted print statement in InstructionParser

0 lines of code changed in 1 file:

Nika Pogrebna 2016-12-05 15:19 Rev.: 966

1 lines of code changed in 1 file:

volped 2016-12-05 15:14 Rev.: 965

Changed TokenFactory to add aliases to TokenMap and refactored methods in TokenFactory and InstructionParser

47 lines of code changed in 3 files:

Nika Pogrebna 2016-12-05 15:08 Rev.: 964

Deleted FDParser

0 lines of code changed in 1 file:

Nika Pogrebna 2016-12-05 15:06 Rev.: 963

deleted FD

0 lines of code changed in 1 file:

walusl 2016-12-05 14:52 Rev.: 956

added input box and button for entering a file name and reading from it.

28 lines of code changed in 1 file:

devlinn 2016-12-05 14:23 Rev.: 944

Added alias tokens.

243 lines of code changed in 13 files:

Nika Pogrebna 2016-12-03 22:14 Rev.: 863

Commented out code and wrote down what I think the problem with aliases is in InstructionParser.java

8 lines of code changed in 1 file:

volped 2016-12-02 15:52 Rev.: 843

Added AliasNames.java and mapped aliases to their respective parsers

87 lines of code changed in 2 files:

walusl 2016-12-02 15:38 Rev.: 842

centered the turtle.
Sprenkle says making the turtle appear on start-up is very tedious and she doesn't understand it herself atm.
made the cursor appear in the instructions text field.
made the execute button the default button.

Now we can immediately type stuff in and use the enter key to execute! :)

17 lines of code changed in 2 files:

devlinn 2016-12-02 15:14 Rev.: 838

Added SetXY, Xcor, and Ycor command functionality.

192 lines of code changed in 8 files:

November 2016 »

Generated by StatSVN 0.7.0