[root]/src/slogo/instruction
tests
(31 files, 4121 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 143 (100.0%) | 1866 (100.0%) | 13.0 |
rosenj | 98 (68.5%) | 1008 (54.0%) | 10.2 |
hammad | 27 (18.9%) | 451 (24.2%) | 16.7 |
perrellaj | 15 (10.5%) | 398 (21.3%) | 26.5 |
estradahammd | 3 (2.1%) | 9 (0.5%) | 3.0 |
deleted harambae
0 lines of code changed in 1 file:
changed color chooser logic to remember original width or color if one isnt changed. fixed towards instruction (still off 1 sometimes because of rounding)
10 lines of code changed in 1 file:
Commented out Harambe for now
3 lines of code changed in 1 file:
got the TO instruction working on my own.
I literally screamed in excitement
6 lines of code changed in 1 file:
Easter Egg #1
2 lines of code changed in 1 file:
division by zero error
24 lines of code changed in 3 files:
Fixed the refresh method to improve the runtime efficiency
0 lines of code changed in 1 file:
divide by 0 condition
9 lines of code changed in 3 files:
minor work on the To instruction. the instruction and the parser are broken right now
6 lines of code changed in 1 file:
Caught an error that came up when someone tried to reset from home
6 lines of code changed in 1 file:
10 lines of code changed in 1 file:
DocStrings completed for every Instruction
342 lines of code changed in 35 files:
fixed the minus instruction
5 lines of code changed in 2 files:
fix instructions isequal isnotequal
4 lines of code changed in 2 files:
Quotient and Remainder Instructions
58 lines of code changed in 2 files:
fixed a bug with one line segment still showing
2 lines of code changed in 1 file:
fixed a bug with one line segment still showing after clearing the screen
3 lines of code changed in 1 file:
comments
2 lines of code changed in 1 file:
To Instruction
46 lines of code changed in 1 file:
heading, xcor, ycor complete
3 lines of code changed in 3 files:
spacing in formatting
0 lines of code changed in 1 file:
removed unused imports
1 lines of code changed in 1 file:
towards implementation 2nd and 4th quadrants. finished implementation... i think???
10 lines of code changed in 1 file:
towards implementation 3rd quadrant
5 lines of code changed in 1 file:
towards implementation for first quadrant
5 lines of code changed in 1 file:
towards implementation work
8 lines of code changed in 1 file:
Towards implementation
12 lines of code changed in 1 file:
toString implementation XCor YCor Heading
9 lines of code changed in 3 files:
toString method Heading, XCor, YCor methods
16 lines of code changed in 3 files:
Heading Instruction
8 lines of code changed in 1 file:
XCor and YCor instructions
20 lines of code changed in 2 files:
XCor YCor and Heading Instruction templates
60 lines of code changed in 3 files:
added support for multiple variables over different workspaces and fixed the print instruction to deal with an outAndErr stream
7 lines of code changed in 1 file:
updated code to keep variables in the context
5 lines of code changed in 1 file:
updates to code
3 lines of code changed in 1 file:
updated JTurtle to allow for setting visibility of the turtle. Also added ShowTurtle and HideTurtle commands
84 lines of code changed in 2 files:
added the instructions CLEAN, CLEARSCREEN, PENDOWNP, and fixed a bug (no line when the location is set arbitrarily) with the pen
153 lines of code changed in 3 files:
removed unnecessary variables
4 lines of code changed in 1 file:
created the PenUp and PenDown instructions
86 lines of code changed in 2 files:
updated left and right to work with degrees, not radians
2 lines of code changed in 2 files:
(38 more)