[root]/src/picasso/parser/tokens/functions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 283 (100.0%) | 11.7 |
Levi Throckmorton | 10 (41.7%) | 120 (42.4%) | 12.0 |
Stuart | 7 (29.2%) | 73 (25.8%) | 10.4 |
margoliesd | 3 (12.5%) | 45 (15.9%) | 15.0 |
Sam "The Sham" Reed | 4 (16.7%) | 45 (15.9%) | 11.2 |
still trying to fix conflicts
0 lines of code changed in 1 file:
14 lines of code changed in 1 file:
token for image clip
15 lines of code changed in 1 file:
fixed exponentiate token problem. fixed randomColor problem
14 lines of code changed in 1 file:
Work in Progress: Trying to automatically gather the possible expressions using reflection (for use in automatically generating expressions)
Had to make some changes to class names in expressions package to make this work. The change in class names got propagated to the classes that use those classes.
Don't quite have this finished.
2 lines of code changed in 2 files:
fixed ycbrtorgb error
15 lines of code changed in 2 files:
token for image wrap
15 lines of code changed in 1 file:
implemented the YCRC2RGBR and rgb conversion functions. they work.
30 lines of code changed in 2 files:
Huge commit:
Fixed order of operations on two-arg functions. There may be a few more that are messing this up, but I fixed divide, minus, and perlins. Any function that uses multiple args needs to be fixed - check DivideAnalyzer for details. Basically the parser is popping items off the queue in reverse order so we need to add them in reverse order.
Added Wrap, Exponentiate (^), Exp, and Negate (!).
Gave textentry box focus at startup and fixed order that items are added to textarea.
Removed Evaluate button.
30 lines of code changed in 2 files:
added Perlin Tokens and removed comment in test package
30 lines of code changed in 2 files:
edited author comment in WrapToken
2 lines of code changed in 1 file:
token for Wrap class
15 lines of code changed in 1 file:
Some things didn't get updated
15 lines of code changed in 2 files:
also, AbsToken
15 lines of code changed in 1 file:
created TanToken, AtanToken, CeilToken
29 lines of code changed in 2 files:
Created QuoteToken and LogToken
28 lines of code changed in 2 files:
added CosineToken in picasso.parser.token.functions
16 lines of code changed in 2 files:
First Import
78 lines of code changed in 3 files: