Directory src/picasso/parser/tokens/functions/

Directory Created:
2009-11-30 16:56
Total Files:
19
Deleted Files:
3
Lines of Code:
314

[root]/src/picasso/parser/tokens/functions

Lines of Code

src/picasso/parser/tokens/functions/ Lines of Code

Developers

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

Most Recent Commits

Stuart 2009-12-16 19:12 Rev.: 131

still trying to fix conflicts

0 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: RandomColorToken.java (del)
Stuart 2009-12-16 19:05 Rev.: 128

14 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: RandomToken.java (new 14)
margoliesd 2009-12-16 15:57 Rev.: 121

token for image clip

15 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: ImageClipToken.java (new 15)
Stuart 2009-12-15 22:41 Rev.: 118

fixed exponentiate token problem. fixed randomColor problem

14 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: RandomColorToken.java (new 14)
Sara Sprenkle 2009-12-11 18:51 Rev.: 109

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:

  • src/picasso/parser/tokens/functions: CosToken.java (+1 -1), YCrCbtoRGBToken.java (+1 -1)
Stuart 2009-12-11 00:25 Rev.: 102

fixed ycbrtorgb error

15 lines of code changed in 2 files:

  • src/picasso/parser/tokens/functions: YCRC2RGBRToken.java (del), YCrCbtoRGBToken.java (new 15)
margoliesd 2009-12-10 22:26 Rev.: 101

token for image wrap

15 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: ImageWrapToken.java (new 15)
Stuart 2009-12-10 17:47 Rev.: 97

implemented the YCRC2RGBR and rgb conversion functions. they work.

30 lines of code changed in 2 files:

  • src/picasso/parser/tokens/functions: RgbToYCrCbToken.java (new 15), YCRC2RGBRToken.java (new 15)
Sam "The Sham" Reed 2009-12-10 16:42 Rev.: 94

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:

  • src/picasso/parser/tokens/functions: ClampToken.java (new 15), ExpToken.java (new 15)
Levi Throckmorton 2009-12-09 11:30 Rev.: 62

added Perlin Tokens and removed comment in test package

30 lines of code changed in 2 files:

  • src/picasso/parser/tokens/functions: PerlinBWToken.java (new 15), PerlinColorToken.java (new 15)
Levi Throckmorton 2009-12-08 19:08 Rev.: 48

edited author comment in WrapToken

2 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: WrapToken.java (+2 -2)
margoliesd 2009-12-08 14:06 Rev.: 45

token for Wrap class

15 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: WrapToken.java (new 15)
Sam "The Sham" Reed 2009-12-07 15:32 Rev.: 33

Some things didn't get updated

15 lines of code changed in 2 files:

  • src/picasso/parser/tokens/functions: CosToken.java (new 15), CosineToken.java (del)
Levi Throckmorton 2009-12-07 11:52 Rev.: 29

also, AbsToken

15 lines of code changed in 1 file:

  • src/picasso/parser/tokens/functions: AbsToken.java (new 15)
Levi Throckmorton 2009-12-07 11:49 Rev.: 28

created TanToken, AtanToken, CeilToken

29 lines of code changed in 2 files:

  • src/picasso/parser/tokens/functions: AtanToken.java (new 14), CeilToken.java (new 15)
Levi Throckmorton 2009-12-07 11:46 Rev.: 27

Created QuoteToken and LogToken

28 lines of code changed in 2 files:

  • src/picasso/parser/tokens/functions: LogToken.java (new 14), TanToken.java (new 14)
Levi Throckmorton 2009-12-06 23:54 Rev.: 15

added CosineToken in picasso.parser.token.functions

16 lines of code changed in 2 files:

  • src/picasso/parser/tokens/functions: CosineToken.java (new 15), SinToken.java (+1 -1)
sprenkle 2009-11-30 16:56 Rev.: 1

First Import

78 lines of code changed in 3 files:

  • src/picasso/parser/tokens/functions: FloorToken.java (new 15), FunctionToken.java (new 48), SinToken.java (new 15)
Generated by StatSVN 0.4.1