Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 145 (100.0%) | 2269 (100.0%) | 15.6 |
src/jturtle/ | 34 (23.4%) | 1392 (61.3%) | 40.9 |
src/slogo/instruction/ | 39 (26.9%) | 420 (18.5%) | 10.7 |
src/slogo/parser/ | 45 (31.0%) | 261 (11.5%) | 5.8 |
src/slogo/parser/token/ | 10 (6.9%) | 100 (4.4%) | 10.0 |
src/slogo/ | 4 (2.8%) | 45 (2.0%) | 11.2 |
tests/ | 9 (6.2%) | 44 (1.9%) | 4.8 |
src/slogo/expression/ | 1 (0.7%) | 7 (0.3%) | 7.0 |
src/slogo/tests/ | 1 (0.7%) | 0 (0.0%) | 0.0 |
src/jturtle/images/ | 2 (1.4%) | 0 (0.0%) | 0.0 |
Changed the way we accessed the user subroutines text area so that our fields stay private and hence stay closed to modification. Also, removed some unused imports. Should be all from me. Nice job everyone! #TheRainbowSprenkles
30 lines of code changed in 5 files:
Changed Frame names to be more descriptive. #TheRainbowSprenkles
2 lines of code changed in 1 file:
Committed all of the files that had been changed. The last commit hadn't committed them. #TheRainbowSprenkles
15 lines of code changed in 7 files:
Added the third extension to the project, namely displaying the user defined subroutines. #TheRainbowSprenkles
24 lines of code changed in 1 file:
Got Rid of the unused import in the slogo.instrcuction package. #TheRainbowSprenkles
1 lines of code changed in 8 files:
Added code to allow the user to choose a display image for the turtle. Still need to add the code that actually changes the turle's image. #TheRainbowSprenkles.
54 lines of code changed in 1 file:
Fixed an error that was causing some .wav files to not be opened. Redirected error from opening an audio sound to the output textfield. Made the playMusic method non-static. #TheRainbowSprenkles
19 lines of code changed in 1 file:
Added a decent .wav music file we can use to test our add a sound functionality.. #TheRainbowSprenkles
0 lines of code changed in 1 file:
Added code to allow the user to choose a music file to play as background music. #TheRainbowSprenkles
60 lines of code changed in 1 file:
Added code to allow the user to choose the background image from his file system. #TheRainbowSprenkles
741 lines of code changed in 2 files:
Deleted the print statement that was making the evaluate method run twice in the execCommand method. The print was introduced as part of an debugging effort. #TheRainbowSprenkles
0 lines of code changed in 1 file:
Changed the NotEqual? command to return 1 if num1 is NotEqual to num2, 0 otherwise. #TheRainbowSprenkles
5 lines of code changed in 1 file:
Changed the Less? command to return 1 if num1 is Less than num2, 0 otherwise. #TheRainbowSprenkles
4 lines of code changed in 1 file:
Changed the Greater? command to return 1 if num1 is Greater than num2, 0 otherwise. #TheRainbowSprenkles
4 lines of code changed in 1 file:
Changed the Equal? command to return 1 if equal, 0 otherwise. #TheRainbowSprenkles
4 lines of code changed in 1 file:
Added the NotEqual? command. #TheRainbowSprenkles
85 lines of code changed in 4 files:
Added the Equal? command. #TheRainbowSprenkles
84 lines of code changed in 3 files:
Committing files that hadn't been committed when I added the Greater? command. #TheRainbowSprenkles
106 lines of code changed in 9 files:
Added the Greater? num1 num2 command. #TheRainbowSprenkles
33 lines of code changed in 5 files:
Added Less? num1 num2 command. Also, removed the sorting of aliases as it was leading to incorrect matchings. Instead, each added alias must be put at the end of the appropriate array so that the matchings will heavily depend on the positions of instructions in the respective arrays. #TheRainbowSprenkles
105 lines of code changed in 5 files:
(43 more)