[root]/src/jturtle
images
(1 files, 0 lines)
test
(1 files, 51 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 122 (100.0%) | 2005 (100.0%) | 16.4 |
reeda | 14 (11.5%) | 616 (30.7%) | 44.0 |
twitchard | 32 (26.2%) | 495 (24.7%) | 15.4 |
Anton | 15 (12.3%) | 410 (20.4%) | 27.3 |
Garrett | 39 (32.0%) | 359 (17.9%) | 9.2 |
bajracharyas | 18 (14.8%) | 116 (5.8%) | 6.4 |
marmorsteinr | 4 (3.3%) | 9 (0.4%) | 2.2 |
Cleaned up code a little bit (minor changes).
6 lines of code changed in 3 files:
Renamed "slogo.slogo" package and subpackages to just "slogo".
5 lines of code changed in 4 files:
Added the "New Workspace" button and made the 'writeStatus()' method in the TurtleCommander to make it more obvious about the use of the status window instead of going through the odd TextCommander.write() methodology.
31 lines of code changed in 2 files:
When SLogoSession is run, the Workspace is placed to the side of the TurtleSandbox.
65 lines of code changed in 4 files:
Print statement and interpreter now evaluates expressions to the little box at the bottom of the SandBox.
125 lines of code changed in 3 files:
Added a nice panel for error reporting...soon will also contain print statements.
44 lines of code changed in 2 files:
Fixed bad sizing problem with Workspace window where the text area was wider than the window.
4 lines of code changed in 1 file:
Added the Load button to the Workspace window.
52 lines of code changed in 1 file:
LESS, GREATER, EQUAL and NOTEQUAL works in the command line. Also, since I needed an EqualToken, I changed the old EqualToken (the one representing the "=" sign) to EqualSignToken.
0 lines of code changed in 1 file:
Took out finally clause of try-catch block.
0 lines of code changed in 1 file:
Added the Load button to the TurtleSandbox to load and immediately execute a script of commands.
38 lines of code changed in 1 file:
Added the Load button to the TurtleSandbox to load and immediately execute a script of commands.
0 lines of code changed in 1 file:
98 lines of code changed in 3 files:
Error reporting is almost ready. Once the exceptions are created, you'll just be able to plug them in.
7 lines of code changed in 1 file:
More work on the extra workspaces.
19 lines of code changed in 1 file:
The turtle draws when you resize, but not when you start the app. THis is so FRUSTRATING
82 lines of code changed in 2 files:
Skeleton for ExtraWorkspace.
59 lines of code changed in 1 file:
SHOWTURTLE and HIDETURTLE works in the command line!
26 lines of code changed in 4 files:
Cleaned up TurtleHistory class and added a Save dialog box whenever the "Save" button is clicked.
38 lines of code changed in 2 files:
pink TURTLE
1 lines of code changed in 1 file:
PENDOWNP works to see if Pen is down or not. Returns 1 if pen is down. Or else, returns 0.
8 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.
30 lines of code changed in 2 files:
PENUP and PENDOWN commands implemented in Turtle Window.
15 lines of code changed in 2 files:
Turtle History actually writes to the external file now. The save button works. The format of the written strings is off. It looks like a list in python. I don't think we'll be able to copy it into an SLogo session directly like this so i'll try to format it more.
3 lines of code changed in 1 file:
Centered the Turtle inside the window. Also, made the window have a bigger default size.
28 lines of code changed in 4 files:
Turtle History actually writes to the external file now. The save button works. The format of the written strings is off. It looks like a list in python. I don't think we'll be able to copy it into an SLogo session directly like this so i'll try to format it more.
14 lines of code changed in 1 file:
TOWARDS added. Let me know if anyone finds any bugs.
21 lines of code changed in 2 files:
Gave the Pen constructor the Canvas Graphics instead of the entire window's Graphics in SLogoSession.
9 lines of code changed in 3 files:
Fixed Graphics problem with Pen (setGraphics not called before trying to draw the lines behind the Turtle).
1 lines of code changed in 2 files:
1 lines of code changed in 1 file:
Fixed the pen drawing centering problem. Now a line gets drawn behind the turtle instead of off in the top left corner of the canvas.
17 lines of code changed in 3 files:
22 lines of code changed in 1 file:
Added getTrueX and getTrueY to help make the Turtle compatible with the graphics thingy and the pen.
6 lines of code changed in 1 file:
the statistics work for me now
83 lines of code changed in 3 files:
Removed unnecessary import and unnecessary 'throws Exception' clause for constructor.
2 lines of code changed in 1 file:
Moved the setGraphics in SLogoSession that was supposed to be called by the pen from being called by TurtleCommander.
6 lines of code changed in 3 files:
Removed the 'throws Exception' in the default constructor.
1 lines of code changed in 1 file:
Added the work I have done on the Pen that I did on the plane. It's not functional yet.
74 lines of code changed in 6 files:
HEADING works.
4 lines of code changed in 1 file:
Changed the error handling here to only catch ParseException...makes everything easier to debug.
3 lines of code changed in 1 file:
(29 more)