/TeamByte/trunk/SLogo Developers: martinj

Login name:
martinj
Total Commits:
158 (18.4%)
Lines of Code:
383,165 (97.2%)
Most Recent Commit:
2016-12-15 23:42
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for martinj

Activity by Day of Week for martinj

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 158 (100.0%) 383165 (100.0%) 2425.0
sounds/ 16 (10.1%) 380735 (99.4%) 23795.9
src/slogo/parser/ 62 (39.2%) 793 (0.2%) 12.7
images/ 1 (0.6%) 645 (0.2%) 645.0
src/slogo/turtle/ 23 (14.6%) 451 (0.1%) 19.6
src/slogo/instruction/ 30 (19.0%) 406 (0.1%) 13.5
src/slogo/parser/token/ 20 (12.7%) 114 (0.0%) 5.7
src/slogo/ 5 (3.2%) 20 (0.0%) 4.0
slogo_programs/ 1 (0.6%) 1 (0.0%) 1.0

Activity of martinj

Most Recent Commits

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)
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)
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)
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)
martinj 2016-12-15 20:27 Rev.: 1829

Added click sound to evaluation of PenDownP instruction

15 lines of code changed in 1 file:

  • src/slogo/instruction: PenDownP.java (+15)
martinj 2016-12-15 20:22 Rev.: 1828

Added sound equal.wav to clean instruction notequal

1 lines of code changed in 1 file:

  • src/slogo/instruction: NotEqual.java (+1 -1)
martinj 2016-12-15 20:21 Rev.: 1827

Added sound clearscreen.wav to clean clearscreen evaluation

14 lines of code changed in 1 file:

  • src/slogo/instruction: ClearScreen.java (+14 -1)
martinj 2016-12-15 20:20 Rev.: 1826

Added sound clean.wav to clean instruction evaluation

14 lines of code changed in 1 file:

  • src/slogo/instruction: Clean.java (+14)
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

238 lines of code changed in 5 files:

  • src/slogo/instruction: Forward.java (+1), To.java (+4 -4)
  • src/slogo/turtle: BkgPlayer.java (new 96), SoundPlayer.java (+16 -14), TurtleField.java (+121 -34)
martinj 2016-12-15 18:50 Rev.: 1821

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

0 lines of code changed in 1 file:

  • src/slogo: ContextImpl.java (-8)
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 21:06 Rev.: 1608

Added 8bit.wav for background music and silence.wav for silent background

371814 lines of code changed in 2 files:

  • sounds: 8bit.wav (new 369340), silence.wav (new 2474)
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.

71 lines of code changed in 7 files:

  • src/slogo/parser: PENDOWNParser.java (del), PenDownParser.java (new 32)
  • src/slogo/parser/token: PENDOWNToken.java (del), PENUPToken.java (del), PenDownToken.java (new 9), PenUpToken.java (new 9)
  • src/slogo/turtle: UserOutput.java (new 21)
martinj 2016-12-10 18:11 Rev.: 1530

Modified towards method to simply return the direction (in degrees) the turtle should be heading in order to face the point entered, rather than actually turning the turtle in that direction

2 lines of code changed in 1 file:

  • src/slogo/instruction: TOWARDS.java (+2 -2)
martinj 2016-12-10 17:43 Rev.: 1527

Added a sound effect for clearscreen command

944 lines of code changed in 1 file:

  • sounds: clearscreen.wav (new 944)
martinj 2016-12-09 20:17 Rev.: 1362

Added sound for penup within its respective instruction file

14 lines of code changed in 1 file:

  • src/slogo/instruction: PENUP.java (+14)
martinj 2016-12-09 20:13 Rev.: 1361

re-committed the pendown, setx, and towards sounds within their respective instruction files, as the previous commit did not work for those.

40 lines of code changed in 3 files:

  • src/slogo/instruction: PENDOWN.java (+14), SETX.java (+13), TOWARDS.java (+13)

(20 more)

Generated by StatSVN 0.7.0