[root]/src/jturtle
images
(3 files, 47 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 52 (100.0%) | 1098 (100.0%) | 21.1 |
hardye | 19 (36.5%) | 624 (56.8%) | 32.8 |
taylorb | 28 (53.8%) | 453 (41.3%) | 16.1 |
odells | 5 (9.6%) | 21 (1.9%) | 4.2 |
load and save now put into menus to make sure they can be seen on any screen size
30 lines of code changed in 1 file:
final implementation!!!
0 lines of code changed in 1 file:
fixed error in heading(it was trying to convert degrees to degrees) and turtle now drawn on top of the trail
2 lines of code changed in 1 file:
changing linewidth works as intended now
17 lines of code changed in 3 files:
did some refactoring. Also, repeat can now be chained with a sum command
3 lines of code changed in 2 files:
trailProperties now works as intended, when user changes line color/ type only the lines drawn after that point have the changes!
75 lines of code changed in 2 files:
added the class trail properties to separate out the line width, color, and dashed
110 lines of code changed in 3 files:
turtle now draws line correctly after clean command
8 lines of code changed in 1 file:
ok so there was a slight error in right an left. Transisitioning from degrees and radians caused the degree to be off by a progressively larger amounts. heading is now saved in degrees and is handled by right and left, and turtlefield as such. Pen up and pend down are raido buttons and you run subroutines just by typeing the name ( no longer need TO)
12 lines of code changed in 2 files:
Working on CLEAN ... added Instruction/Parser/Token and made some changes to JTurtle but not quite functional yet
12 lines of code changed in 1 file:
Got rid of "purple" as a color option and replaced it with cyan; purple was not a valid color choice (returned ColorNull and did not draw)
1 lines of code changed in 1 file:
show and hide turtle now implemented and their respective aliases have been added
6 lines of code changed in 1 file:
pendown? command now implemented
3 lines of code changed in 1 file:
43 lines of code changed in 1 file:
subroutines now added to menu as they are defined
5 lines of code changed in 1 file:
added subroutine menu
19 lines of code changed in 1 file:
added dashed and solid properties to the trail
30 lines of code changed in 2 files:
Prints to screen! -- Courtesy of Brandon but on Sam's log
4 lines of code changed in 1 file:
The output is now displayed in the command window. Defining subroutines now makes a button on the gui window under the menu Subroutines. Language Processor is primed to except input from files.
8 lines of code changed in 1 file:
Choosing a color works!!!! and so do the changing turtle images. Something wrong with the way the GUI displays the panels but will come back to that
79 lines of code changed in 2 files:
Can now negate numbers/variables
2 lines of code changed in 1 file:
Changed path of turtle images from src/jturtle/images/harry.gif to src/jturtle.images/harry.gif
This stops there from being an error showing up in the console but the image still doesn't appear in the window???
2 lines of code changed in 1 file:
adjusted the gui and fixed the different turtle images
79 lines of code changed in 2 files:
the changing the turtle image now works, the GUI layout looks funny still working on that but just wanted to show you what i've done so far
35 lines of code changed in 1 file:
Something weird happened with commit but...
Slider that adjusts the width of the turtle's trail and new turtle image
5 lines of code changed in 1 file:
Slider that adjusts the width of the turtle's trail and new turtle image
80 lines of code changed in 1 file:
Changed the look and feel of the window
Added a drop down menu with different turtle images...currently commented out because breaks the code
154 lines of code changed in 1 file:
penup and pendown are now supported as well as their aliases
43 lines of code changed in 1 file:
turtle now draws a line
43 lines of code changed in 2 files:
fixed some kinks in the languageProcessor class, works as expected now
2 lines of code changed in 1 file:
This version has a separate window for the command line, and the enter key executes the command
58 lines of code changed in 1 file:
13 lines of code changed in 1 file:
removed unused imports
1 lines of code changed in 1 file:
Tried to draw the trail.......
22 lines of code changed in 1 file:
8 lines of code changed in 1 file:
2 lines of code changed in 1 file:
I changed Forward and Forward parser to make them closer to Print and Print parser because I don't think we needed forward will need an instruction list.
Also I abstracted the handling of the user input to a languageProcessor class that takes a SLogoParser as a parameter( the myParser from TurtleField)
15 lines of code changed in 1 file:
This version has a rough input window for the user using a JTextArea pressing Execute submits command
46 lines of code changed in 1 file:
Changed MAIN_TURTLE_NAME in the TurtleField to be "harry" and in the Context class made public static final MAIN_TURTLE_NAME = TurtleField.MAIN_TURTLE_NAME
3 lines of code changed in 1 file:
8 lines of code changed in 1 file:
(2 more)