Directory src/jturtle/

Directory Created:
2011-11-16 22:31
Total Files:
11
Deleted Files:
3
Lines of Code:
1485

[root]/src/jturtle
            directory in repo images (1 files, 0 lines)
            directory in repo test (1 files, 51 lines)

Lines of Code

src/jturtle/ Lines of Code

Developers

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

Most Recent Commits

Garrett 2011-12-16 16:20 Rev.: 450

Cleaned up code a little bit (minor changes).

6 lines of code changed in 3 files:

  • src/jturtle: Pen.java (-1), TurtleCommander.java (+4), TurtleSandbox.java (+2 -7)
Garrett 2011-12-16 15:32 Rev.: 447

Renamed "slogo.slogo" package and subpackages to just "slogo".

5 lines of code changed in 4 files:

  • src/jturtle: SLogoSession.java (+2 -2), TextCommander.java (-3), TurtleSandbox.java (+2 -3), Workspace.java (+1 -1)
Garrett 2011-12-16 08:43 Rev.: 442

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:

  • src/jturtle: SLogoSession.java (+1 -9), TurtleSandbox.java (+30 -6)
Garrett 2011-12-16 07:59 Rev.: 441

When SLogoSession is run, the Workspace is placed to the side of the TurtleSandbox.

65 lines of code changed in 4 files:

  • src/jturtle: Pen.java (+1 -1), SLogoSession.java (+3), TurtleSandbox.java (+4), Workspace.java (+57 -15)
twitchard 2011-12-16 07:50 Rev.: 440

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:

  • src/jturtle: SLogoSession.java (+10 -6), TextCommander.java (new 26), TurtleSandbox.java (+89 -72)
twitchard 2011-12-16 07:25 Rev.: 438

Added a nice panel for error reporting...soon will also contain print statements.

44 lines of code changed in 2 files:

  • src/jturtle: TurtleSandbox.java (+29 -9), Workspace.java (+15 -53)
Garrett 2011-12-16 07:20 Rev.: 437

Fixed bad sizing problem with Workspace window where the text area was wider than the window.

4 lines of code changed in 1 file:

  • src/jturtle: Workspace.java (+4 -3)
Garrett 2011-12-16 07:00 Rev.: 436

Added the Load button to the Workspace window.

52 lines of code changed in 1 file:

  • src/jturtle: Workspace.java (+52 -15)
bajracharyas 2011-12-16 06:36 Rev.: 435

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:

  • src/jturtle: SLogoSession.java (-1)
Garrett 2011-12-16 06:32 Rev.: 434

Took out finally clause of try-catch block.

0 lines of code changed in 1 file:

  • src/jturtle: TurtleSandbox.java (-2)
Garrett 2011-12-16 06:29 Rev.: 433

Added the Load button to the TurtleSandbox to load and immediately execute a script of commands.

38 lines of code changed in 1 file:

  • src/jturtle: TurtleSandbox.java (+38 -33)
Garrett 2011-12-16 06:15 Rev.: 432

Added the Load button to the TurtleSandbox to load and immediately execute a script of commands.

0 lines of code changed in 1 file:

  • src/jturtle: SLogoSession.java (-3)
twitchard 2011-12-16 06:07 Rev.: 431

98 lines of code changed in 3 files:

  • src/jturtle: ExtraWorkspace.java (del), SLogoSession.java (+7), Workspace.java (new 91)
reeda 2011-12-16 05:51 Rev.: 430

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:

  • src/jturtle: TurtleSandbox.java (+7)
twitchard 2011-12-16 05:35 Rev.: 429

More work on the extra workspaces.

19 lines of code changed in 1 file:

  • src/jturtle: ExtraWorkspace.java (+19 -5)
reeda 2011-12-16 05:31

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:

  • src/jturtle: TurtleCommander.java (+3 -3), TurtleSandbox.java (+79 -4)
twitchard 2011-12-16 05:29 Rev.: 426

Skeleton for ExtraWorkspace.

59 lines of code changed in 1 file:

  • src/jturtle: ExtraWorkspace.java (new 59)
bajracharyas 2011-12-16 05:28 Rev.: 425

SHOWTURTLE and HIDETURTLE works in the command line!

26 lines of code changed in 4 files:

  • src/jturtle: JTurtle.java (+10), SLogoSession.java (+3), TurtleCommander.java (+10), TurtleSandbox.java (+3 -2)
Garrett 2011-12-16 05:27 Rev.: 424

Cleaned up TurtleHistory class and added a Save dialog box whenever the "Save" button is clicked.

38 lines of code changed in 2 files:

  • src/jturtle: TurtleHistory.java (+28 -41), TurtleSandbox.java (+10 -3)
reeda 2011-12-16 04:36 Rev.: 421

pink TURTLE

1 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+1 -1)
bajracharyas 2011-12-16 04:24 Rev.: 416

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:

  • src/jturtle: TurtleCommander.java (+8)
Garrett 2011-12-16 04:21 Rev.: 415

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:

  • src/jturtle: Pen.java (+30 -2), TurtleHistory.java (-1)
bajracharyas 2011-12-16 04:06 Rev.: 414

PENUP and PENDOWN commands implemented in Turtle Window.

15 lines of code changed in 2 files:

  • src/jturtle: SLogoSession.java (+1), TurtleCommander.java (+14)
reeda 2011-12-16 03:47 Rev.: 413

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:

  • src/jturtle: TurtleHistory.java (+3 -1)
Garrett 2011-12-16 03:44 Rev.: 412

Centered the Turtle inside the window. Also, made the window have a bigger default size.

28 lines of code changed in 4 files:

  • src/jturtle: JTurtle.java (+6 -7), SLogoSession.java (-1), TurtleCommander.java (+1 -2), TurtleSandbox.java (+21 -15)
reeda 2011-12-16 03:30 Rev.: 411

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:

  • src/jturtle: TurtleHistory.java (+14 -4)
bajracharyas 2011-12-16 03:18 Rev.: 409

TOWARDS added. Let me know if anyone finds any bugs.

21 lines of code changed in 2 files:

  • src/jturtle: JTurtle.java (+6), TurtleCommander.java (+15 -2)
Garrett 2011-12-16 02:56 Rev.: 407

Gave the Pen constructor the Canvas Graphics instead of the entire window's Graphics in SLogoSession.

9 lines of code changed in 3 files:

  • src/jturtle: Pen.java (+1), SLogoSession.java (+3 -3), TurtleSandbox.java (+5 -1)
Garrett 2011-12-16 02:37 Rev.: 406

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:

  • src/jturtle: SLogoSession.java (+1), TurtleSandbox.java (-2)
Anton 2011-12-16 02:32 Rev.: 405

1 lines of code changed in 1 file:

  • src/jturtle: SLogoSession.java (+1)
Garrett 2011-12-16 02:30 Rev.: 404

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:

  • src/jturtle: JTurtle.java (+9), Pen.java (+7 -5), TurtleSandbox.java (+1 -4)
Anton 2011-12-16 02:29 Rev.: 403


22 lines of code changed in 1 file:

  • src/jturtle: TurtleSandbox.java (+22 -1)
twitchard 2011-12-16 02:20 Rev.: 402

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:

  • src/jturtle: JTurtle.java (+6 -1)
Anton 2011-12-16 01:52 Rev.: 401

the statistics work for me now

83 lines of code changed in 3 files:

  • src/jturtle: SLogoSession.java (+1 -1), TurtleCommander.java (+4), TurtleSandbox.java (+78 -5)
Garrett 2011-12-16 01:43 Rev.: 400

Removed unnecessary import and unnecessary 'throws Exception' clause for constructor.

2 lines of code changed in 1 file:

  • src/jturtle: SLogoSession.java (+2 -3)
twitchard 2011-12-16 01:17 Rev.: 399

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:

  • src/jturtle: Pen.java (+4 -3), SLogoSession.java (+1 -1), TurtleCommander.java (+1 -4)
Garrett 2011-12-16 01:16 Rev.: 398

Removed the 'throws Exception' in the default constructor.

1 lines of code changed in 1 file:

  • src/jturtle: JTurtle.java (+1 -1)
twitchard 2011-12-16 01:07 Rev.: 397

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:

  • src/jturtle: JTurtle.java (-1), Pen.java (new 58), SLogoSession.java (+6), TurtleCommander.java (+5), TurtleField.java (+4), TurtleHistory.java (+1 -1)
bajracharyas 2011-12-16 01:06 Rev.: 396

HEADING works.

4 lines of code changed in 1 file:

  • src/jturtle: TurtleCommander.java (+4)
twitchard 2011-12-16 01:04 Rev.: 395

Changed the error handling here to only catch ParseException...makes everything easier to debug.

3 lines of code changed in 1 file:

  • src/jturtle: TurtleSandbox.java (+3 -3)

(29 more)

Generated by StatSVN 0.7.0