[root]
.settings
(1 files, 12 lines)
slogo_tests
(23 files, 342 lines)
src
(0 files, 0 lines)
jturtle
(11 files, 1485 lines)
images
(1 files, 0 lines)
test
(1 files, 51 lines)
slogo
(4 files, 165 lines)
expressions
(4 files, 151 lines)
instructions
(41 files, 1296 lines)
jelan
(0 files, 0 lines)
expressions
(0 files, 0 lines)
instructions
(0 files, 0 lines)
parser
(0 files, 0 lines)
tests
(0 files, 0 lines)
tokens
(0 files, 0 lines)
parser
(50 files, 1587 lines)
tests
(2 files, 92 lines)
tokens
(58 files, 1267 lines)
slogo
(0 files, 0 lines)
expressions
(0 files, 0 lines)
instructions
(0 files, 0 lines)
parser
(0 files, 0 lines)
tests
(0 files, 0 lines)
tokens
(0 files, 0 lines)
tests
(5 files, 61 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 65 (100.0%) | 2.8 |
Garrett | 8 (34.8%) | 31 (47.7%) | 3.8 |
bajracharyas | 12 (52.2%) | 28 (43.1%) | 2.3 |
twitchard | 2 (8.7%) | 5 (7.7%) | 2.5 |
reeda | 1 (4.3%) | 1 (1.5%) | 1.0 |
When SLogoSession is run, the Workspace is placed to the side of the TurtleSandbox.
0 lines of code changed in 1 file:
Added the Load button to the TurtleSandbox to load and immediately execute a script of commands.
7 lines of code changed in 2 files:
Cleaned up TurtleHistory class and added a Save dialog box whenever the "Save" button is clicked.
6 lines of code changed in 1 file:
0 lines of code changed in 1 file:
Overhauled the interpreter so instructions returned values, in order to facilitate subroutines inside of variables. It's pretty ugly--and not quite working yet.
4 lines of code changed in 1 file:
Fixed Pen drawing in that previously drawn lines aren't erased later. Plus, I fixed the part where the first FORWARD call draws a random diagonal line from the top right corner of the window to the turtle's current position.
15 lines of code changed in 2 files:
PENUP and PENDOWN commands implemented in Turtle Window.
0 lines of code changed in 2 files:
HOME was giving an infinite loop. It is fixed now.
XCOR and YCOR commands are added to return the current XCordinate and YCordinate respectively in the Console.
0 lines of code changed in 1 file:
SETX, SETY, SETXY and HOME are working
0 lines of code changed in 4 files:
5 lines of code changed in 1 file:
Updated the .classpath file to include JUnit 4 in the buildpath. (This file stores the build path for Eclipse.) No big deal.
1 lines of code changed in 1 file:
Added test file of encouragement.
2 lines of code changed in 1 file:
I love you.
1 lines of code changed in 1 file:
blah blah blah
1 lines of code changed in 1 file:
HERE'S A FILE WITH MY NAME!!!! YEAHH!!!! BOOO!!!!
23 lines of code changed in 3 files: