Directory src/slogo/turtle/

Directory Created:
2016-11-15 21:57
Total Files:
7
Deleted Files:
0
Lines of Code:
1231

[root]/src/slogo/turtle

Lines of Code

src/slogo/turtle/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 65 (100.0%) 1317 (100.0%) 20.2
AlexCantrell 32 (49.2%) 680 (51.6%) 21.2
martinj 23 (35.4%) 451 (34.2%) 19.6
kirschnerk 4 (6.2%) 80 (6.1%) 20.0
mcmurtryw 5 (7.7%) 70 (5.3%) 14.0
patelk 1 (1.5%) 36 (2.7%) 36.0

Most Recent Commits

AlexCantrell 2016-12-16 01:33 Rev.: 1879

last

2 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+2 -2)
AlexCantrell 2016-12-15 23:52 Rev.: 1855

Fixed button names

4 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+4 -4)
mcmurtryw 2016-12-15 23:47 Rev.: 1853

added test methods

27 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+27)
martinj 2016-12-15 23:42 Rev.: 1852

messed with opacity and visibility in relationship to hiding and showing the turtle stats

10 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+10 -4)
mcmurtryw 2016-12-15 23:16 Rev.: 1847

added trail empty method

9 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+9)
martinj 2016-12-15 22:21 Rev.: 1842

changed the wording of the background music toggle and made the dimensions of the user workspace independent of the floating turtle info

8 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+8 -4)
mcmurtryw 2016-12-15 22:08 Rev.: 1840

makes a new init method for JUnit testing

7 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+7 -1)
AlexCantrell 2016-12-15 22:07 Rev.: 1839

Put JTurtle in the middle of the new workspace

2 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+2 -2)
AlexCantrell 2016-12-15 22:01 Rev.: 1838

2 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+2 -2)
martinj 2016-12-15 21:58 Rev.: 1837

Got rid of unnecessary import in TurtleField

0 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (-1)
martinj 2016-12-15 21:58 Rev.: 1836

Made the GUI pretty + added clear button and functionality back into TurtleField and created new panels to help with its formatting

82 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+82 -47)
AlexCantrell 2016-12-15 21:03 Rev.: 1833

Updated error messages to be more precise

20 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+20 -7)
martinj 2016-12-15 20:29 Rev.: 1830

Cleaned TurtleField file and polished the names of the sound toggles

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -10)
AlexCantrell 2016-12-15 19:26 Rev.: 1825

Changed saveFile functionality to what Sprenkle wanted

27 lines of code changed in 3 files:

  • src/slogo/turtle: JTurtle.java (+14 -8), SoundPlayer.java (-2), TurtleField.java (+13 -3)
martinj 2016-12-15 19:07 Rev.: 1824

Created new buttons for toggling background music and sound effects, completely changed SoundPlayer to handle only the sound effects and created new file BckPlayer to handle the background music (by creating and pausing/restarting a single thread on command), modified ContextImpl.Java so that the body of the initialize() method is no longer there in order to minimize noise within the program, and closed the file that's opened in chooseFile() within TurtleField so that there wouldn't be any leaks

12 lines of code changed in 2 files:

  • src/slogo/turtle: BkgPlayer.java (+1 -47), TurtleField.java (+11 -26)
martinj 2016-12-15 18:51 Rev.: 1822

Took out unnecessary body of initialize() method in ContextImpl.java to minimize obstructive noise in program

233 lines of code changed in 3 files:

  • src/slogo/turtle: BkgPlayer.java (new 96), SoundPlayer.java (+16 -14), TurtleField.java (+121 -34)
AlexCantrell 2016-12-14 17:08 Rev.: 1692

Added toggling capability to the turtleInfoPanel

22 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+22 -12)
patelk 2016-12-13 19:53 Rev.: 1645

SAVE BUTTON WORKS! :)

36 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+36)
AlexCantrell 2016-12-13 19:12 Rev.: 1642

I don't even know

61 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+11 -4), TurtleField.java (+50 -12)
AlexCantrell 2016-12-13 18:03 Rev.: 1641

Added some error messages, fixed output streams

119 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+5 -6), TurtleField.java (+114 -84)
martinj 2016-12-12 21:15 Rev.: 1610

Added background music. Tried to implement button so that the user can choose to turn it on or off but still working on that part.

13 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+13 -1)
martinj 2016-12-12 21:08 Rev.: 1609

Created backgroundMusic() method for playing background music on repeat

16 lines of code changed in 1 file:

  • src/slogo/turtle: SoundPlayer.java (+16 -2)
martinj 2016-12-12 19:02 Rev.: 1605

Deleted files for PENDOWNParser, PENUPToken, and PENDOWNToken after copying the information within them to new files named PenDownParser, PenUpToken, and PenDownToken, respectively.

21 lines of code changed in 1 file:

  • src/slogo/turtle: UserOutput.java (new 21)
AlexCantrell 2016-12-10 22:20 Rev.: 1575

Got the pen working 💯👀😤

74 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+30 -19), TurtleField.java (+44 -33)
mcmurtryw 2016-12-10 20:00 Rev.: 1551

allows user to print out the currently defined variables and their values in GUI.

26 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+26 -2)
kirschnerk 2016-12-10 19:41 Rev.: 1546

49 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+49 -1)
AlexCantrell 2016-12-10 18:26 Rev.: 1534

Added output text area

3 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+3 -3)
AlexCantrell 2016-12-10 18:16 Rev.: 1531

Added are to print turtle output to workspace

33 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+20 -28), TurtleField.java (+13 -7)
AlexCantrell 2016-12-10 17:46 Rev.: 1529

Implemented clear screen functionality

11 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+11 -9)
martinj 2016-12-09 20:09 Rev.: 1360

Added various sounds within instruction classes for BK, FD, SETX, SETXY, SETY, HT, ST, HOME, PENDOWN, PENUP, GREATER, HEADING, LESS, NOTEQUAL, TOWARDS, XCOR, YCOR, LT, and RT. Also removed all sound calls within JTurtle to avoid multiple sounds at once when calling some commands (such as LT and RT)

1 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+1 -8)
martinj 2016-12-09 17:45 Rev.: 1356

Finished the SoundPlayer class and made the turn sound play!!!

36 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+10), SoundPlayer.java (new 26)
kirschnerk 2016-12-09 17:09 Rev.: 1345

17 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+17 -5)
martinj 2016-12-09 16:19 Rev.: 1339

Added audio files for most movement types

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1)
AlexCantrell 2016-12-09 11:51 Rev.: 1298

Fixed line coming from middle of turtle

4 lines of code changed in 1 file:

  • src/slogo/turtle: Renderer.java (+4 -1)
martinj 2016-12-07 21:39 Rev.: 1217

Modified TurtleField again to take out the "-360" in showHeading() that I thought I took out in my last commit

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)
martinj 2016-12-07 21:35 Rev.: 1216

Completed TOWARDS instruction class, although the turtle doesn't appear on the first run of the command (trying to figure out why). Created new classes TOWARDSParser and TOWARDS.java to replace TowardsParser and Towards.java, and modified its appropriate listing in instructions.prop. Also modified JTurtle and TurtleField so that the +360 was done WITHIN the .getHeading() method in JTurtle, and modified the HEADING instruction class to return take away the now unnecessary "+360" line

1 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+1 -1)
kirschnerk 2016-12-07 21:24 Rev.: 1214

14 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+12 -1), TurtleField.java (+2 -2)
AlexCantrell 2016-12-07 11:18 Rev.: 1112

Added previous command combo box

1 lines of code changed in 1 file:

  • src/slogo/turtle: TurtleField.java (+1 -1)
AlexCantrell 2016-12-06 21:04 Rev.: 1070

Added previous command functionality

68 lines of code changed in 2 files:

  • src/slogo/turtle: JTurtle.java (+23 -11), TurtleField.java (+45 -5)
AlexCantrell 2016-12-05 17:43 Rev.: 983

Modified JTurtle pen functionality

5 lines of code changed in 1 file:

  • src/slogo/turtle: JTurtle.java (+5 -5)

(12 more)

Generated by StatSVN 0.7.0