Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 73 (100.0%) | 1449 (100.0%) | 19.8 |
devlinn | 45 (61.6%) | 1166 (80.5%) | 25.9 |
Nika Pogrebna | 20 (27.4%) | 159 (11.0%) | 7.9 |
volped | 8 (11.0%) | 124 (8.6%) | 15.5 |
Finished formatting and proofreading the following packages: slogo, slogo.expression, slogo.instruction
58 lines of code changed in 10 files:
Edited To.java
1 lines of code changed in 1 file:
Added space in To.java
1 lines of code changed in 1 file:
Finished saving to a new file implementation.
5 lines of code changed in 1 file:
Finished To
15 lines of code changed in 2 files:
2 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
22 lines of code changed in 1 file:
Added GREATER, LESS, EQUAL, and NOTEQUAL command functionality. Still need to figure out solution for two EQUAL Tokens.
317 lines of code changed in 16 files:
Added eraseTrail() to JTurtle and finished Clean and ClearScreen
31 lines of code changed in 2 files:
Added pen color changing functionality
2 lines of code changed in 2 files:
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.
2 lines of code changed in 2 files:
Updated Towards Method to work correctly and fixed JTurtle's move method to SHOW turtle as default.
98 lines of code changed in 3 files:
Added ClearScreen and Clean tokens, parsers, and instructions
54 lines of code changed in 2 files:
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.
149 lines of code changed in 6 files:
Added alias tokens.
62 lines of code changed in 1 file:
Added SetXY, Xcor, and Ycor command functionality.
97 lines of code changed in 2 files:
Added HOME, SETX, and SETY command functionality.
216 lines of code changed in 4 files:
Added Back, Left, and Right command functionality. Each command has a parser, token, and instruction, and each has been added to the instructions.prop file.
157 lines of code changed in 4 files:
Moved turtleContext instantiation to TurtleField() method. It works!!!
2 lines of code changed in 1 file:
Changed null to turtleField in SLogoInterpreter.java and changed turtle name in Forward.java
3 lines of code changed in 1 file:
Added TurtleContext class, edited name of turtle in Forward.java class. Instantiated the TurtleContext in TurtleField.
1 lines of code changed in 1 file:
Finalized evaluate method in Forward class.
3 lines of code changed in 1 file:
More editing on Forward class's evaluate method.
1 lines of code changed in 1 file:
Updated the Forward Class's Evaluate method to successfully move the JTurtle object.
6 lines of code changed in 1 file:
Updated Forward class to use ArithmeticBase rather than GrammarElement.
15 lines of code changed in 1 file:
Added a ForwardToken, ForwardParser, and a Forward instruction to handle the fd command.
41 lines of code changed in 1 file:
Fixed and tested the IF token, instructions, and parser. It finally works!
7 lines of code changed in 1 file:
Fixed IF.java and IFParser.java classes. I think they are good to go!
13 lines of code changed in 1 file:
Fixed the IF classes. I think the IFParser.java is right, but not so sure about IF.java
16 lines of code changed in 1 file:
Made IF Token, Parser, and Instruction classes. There are error in some of the files. We need to change expression to variable?? Maybe?? Still have to figure this out!
52 lines of code changed in 1 file:
Importing SLogo project for team TurboTurtle
544 lines of code changed in 13 files: