/SLogo/trunk Developers: gehmane

Login name:
gehmane
Total Commits:
19 (0.6%)
Lines of Code:
371 (0.5%)
Most Recent Commit:
2008-12-11 17:15

Activity by Clock Time

Activity by Hour of Day for gehmane

Activity by Day of Week for gehmane

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 19 (100.0%) 371 (100.0%) 19.5
src/slogo/gui/ 12 (63.2%) 258 (69.5%) 21.5
src/testing/ 2 (10.5%) 104 (28.0%) 52.0
src/slogo/model/ 3 (15.8%) 8 (2.2%) 2.6
/ 1 (5.3%) 1 (0.3%) 1.0
src/slogo/ 1 (5.3%) 0 (0.0%) 0.0

Activity of gehmane

Most Recent Commits

gehmane 2008-12-11 17:15 Rev.: 121

Testing added for the getTowardsHeading method

12 lines of code changed in 1 file:

  • src/testing: TurtleTest.java (+12 -1)
gehmane 2008-12-10 21:19 Rev.: 110

Fixed Will's error with clone() (LOOK AT THE API NEXT TIME!!!)

2 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+2 -4)
gehmane 2008-12-10 21:07 Rev.: 109

minor bug fixes for clean and reset methods so that turtle is drawn after screen is cleared

2 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+2)
gehmane 2008-12-10 20:33 Rev.: 108

added "clean" method which clears the array of lines but leaves the turtle as is.

34 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+34 -5)
gehmane 2008-12-10 19:47 Rev.: 101

add getTowardsHeading method for Towards

12 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+12 -1)
gehmane 2008-12-10 19:25 Rev.: 99

several changes of note: drawing lines is now handled by PenLine class, and color changing works for the lines

130 lines of code changed in 2 files:

  • src/slogo/gui: PenLine.java (new 82), Turtle.java (+48 -69)
gehmane 2008-12-05 09:24 Rev.: 72

all functionality works as normal for the presentation

5 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+5 -3)
gehmane 2008-12-05 09:23 Rev.: 71

Test cases in JUnit for the Turtle class in slogo.gui

92 lines of code changed in 1 file:

  • src/testing: TurtleTest.java (new 92)
gehmane 2008-12-04 16:51

Added getter methods for startX and startY variables

8 lines of code changed in 2 files:

  • src/slogo/gui: Turtle.java (+7)
gehmane 2008-12-04 16:50 Rev.: 64

Added methods to allow GUI to access turtle start point

10 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+10 -6)
gehmane 2008-12-04 16:12 Rev.: 61

Added boolean penIsDown variable to allow GUI/user to specify when the pen is up or down (thus, when the turtle is drawing or not drawing).

Also added a rotate method to add or subtract an int representation of the number of degrees the turtle should turn.

33 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+33 -8)
gehmane 2008-12-03 16:33 Rev.: 45

Added pen functionality to the Turtle

22 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+22 -10)
gehmane 2008-12-02 21:26 Rev.: 37

Changed access scope to Turtle's instance variables (location, direction, pen position are all private now)

4 lines of code changed in 1 file:

  • src/slogo/model: Turtle.java (+4 -3)
gehmane 2008-12-02 21:23 Rev.: 36

Minor comment alteration for documentation

2 lines of code changed in 1 file:

  • src/slogo/model: Turtle.java (+2 -1)
gehmane 2008-12-01 19:52 Rev.: 33

"Rough Draft" version of the Turtle model for consideration. So far, the Turtle has a location (represented as a Point), a direction (represented by an int between 0 and 360), and a boolean, penIsDown, that represents the state of the pen. All the constructors and getter methods work correctly but because my partner didn't show up *cough* Will *cough* I didn't really think I'd rush to figure out all the trig involved in the rotate and move methods.

2 lines of code changed in 1 file:

  • src/slogo/model: Turtle.java (new 2)
gehmane 2008-12-01 09:30 Rev.: 22

I moved it to the Project directory. This makes the project better.

1 lines of code changed in 1 file:

  • EricGehman.txt (new 1)
gehmane 2008-12-01 09:28 Rev.: 20

This is a text file that says "Hello World!" for practice in class.

This makes the code better.

0 lines of code changed in 1 file:

  • src/slogo: EricGehman.txt (new)
Generated by StatSVN 0.4.1