December 2012 Commit Log

Number of Commits:
44
Number of Active Developers:
4
mohnacsc 2012-12-14 20:26 Rev.: 274

54 lines of code changed in 1 file:

mohnacsc 2012-12-14 19:02 Rev.: 272

Does anyone know why these tests aren't working?

95 lines of code changed in 1 file:

ekentao 2012-12-14 17:01 Rev.: 270

Fixed Newton fractal

56 lines of code changed in 4 files:

lenorai 2012-12-14 14:37 Rev.: 267

the newton fractal function might is calculating roots and keeping an accurate map, but the colors are not being drawn.

3 lines of code changed in 1 file:

lenorai 2012-12-14 14:12 Rev.: 265

Have a pseudo working newton fractal class

36 lines of code changed in 3 files:

zdanisq 2012-12-14 12:56 Rev.: 264

apparently forgot to commit the random expression button last night. oh well, here it is

50 lines of code changed in 2 files:

lenorai 2012-12-13 23:46 Rev.: 260

51 lines of code changed in 4 files:

zdanisq 2012-12-13 21:37 Rev.: 259

modified frame to exit on close (this also destroys the history frame)
removed hardcoded x from history

1 lines of code changed in 2 files:

zdanisq 2012-12-13 21:04 Rev.: 258

we has working history (with a toggle window, too!)
also added in expression "breeding" by allowing chaining expressions from history

157 lines of code changed in 3 files:

ekentao 2012-12-13 20:57 Rev.: 257

random fixed.

7 lines of code changed in 1 file:

zdanisq 2012-12-13 19:28 Rev.: 256

Added in text field for expressions

14 lines of code changed in 2 files:

zdanisq 2012-12-13 19:13 Rev.: 255

Update Frame to change title when expression is evaluated

8 lines of code changed in 2 files:

lenorai 2012-12-12 16:20 Rev.: 239

updating newton fractal methods, not working but getting there

75 lines of code changed in 4 files:

lenorai 2012-12-12 13:31 Rev.: 237

A

45 lines of code changed in 2 files:

lenorai 2012-12-11 21:39 Rev.: 230

Tested some of the Complex and NewtonRoot classes in the NewtonRoot class, seems to be getting
accurate roots :), maybe need to work on rounding.

61 lines of code changed in 1 file:

lenorai 2012-12-10 22:42 Rev.: 213

174 lines of code changed in 2 files:

ekentao 2012-12-10 20:38 Rev.: 211

Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable "t". t varies from -1 to 1 just like x and y. There is a set number of frames to the animation and it simply cycles back between -1 and 1 over and over. The evaluate function methods had to be changed so they take an x,y and t. The Canvas was changed into an AnimatedCanvas class which has a list of pixmaps (the animation frames) instead of just one, and has an update function.

1 lines of code changed in 1 file:

ekentao 2012-12-10 20:35 Rev.: 210

Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable

1 lines of code changed in 1 file:

ekentao 2012-12-10 20:34 Rev.: 209

Implemented the random and time variation stuff.

314 lines of code changed in 45 files:

lenorai 2012-12-09 17:09 Rev.: 193

3 lines of code changed in 1 file:

mohnacsc 2012-12-09 17:06 Rev.: 192

'yCrCbToRGB' in functions.conf

1 lines of code changed in 1 file:

mohnacsc 2012-12-08 16:55 Rev.: 187

Adjusted frame to open in center of screen. I assume no one has a problem with this.

12 lines of code changed in 1 file:

mohnacsc 2012-12-07 23:49 Rev.: 185

Luminance and chrominance functions - RGBToYCrCb & YCrCbToRGB

149 lines of code changed in 7 files:

mohnacsc 2012-12-07 14:17 Rev.: 182

PerlinBW is poppin.

68 lines of code changed in 4 files:

lenorai 2012-12-07 14:12 Rev.: 177

2 lines of code changed in 2 files:

lenorai 2012-12-07 13:44

326 lines of code changed in 19 files:

zdanisq 2012-12-06 23:05 Rev.: 165

added wrap function

2 lines of code changed in 1 file:

zdanisq 2012-12-06 23:05 Rev.: 164

Added wrap function

84 lines of code changed in 3 files:

mohnacsc 2012-12-06 22:55 Rev.: 163

Implementation of CEIL and ABS functions.

147 lines of code changed in 6 files:

mohnacsc 2012-12-06 22:53 Rev.: 162

Updated functions.conf

2 lines of code changed in 1 file:

zdanisq 2012-12-06 22:44 Rev.: 161

Addition of clamp function

83 lines of code changed in 4 files:

ekentao 2012-12-06 21:43 Rev.: 158

Implemented a multiargument function PerlinColor.

85 lines of code changed in 5 files:

ekentao 2012-12-06 20:53 Rev.: 156

Trigonometric function implementations.

199 lines of code changed in 13 files:

mohnacsc 2012-12-06 13:23 Rev.: 141

Added comments.

27 lines of code changed in 3 files:

zdanisq 2012-12-05 14:15 Rev.: 124

removed extraneous minus

1 lines of code changed in 1 file:

ekentao 2012-12-03 14:19 Rev.: 74

6 lines of code changed in 2 files:

zdanisq 2012-12-03 13:52 Rev.: 69

added minus

1 lines of code changed in 1 file:

zdanisq 2012-12-03 13:39 Rev.: 64

added in NPE handling. doesn't actually affect the run in any way

6 lines of code changed in 1 file:

zdanisq 2012-12-03 13:31 Rev.: 63

fixed operand input

1 lines of code changed in 1 file:

mohnacsc 2012-12-03 13:31 Rev.: 62

CharTokenFactory with MinusToken

1 lines of code changed in 1 file:

mohnacsc 2012-12-03 13:28 Rev.: 61

Implementation of the Minus binary operator.

57 lines of code changed in 3 files:

zdanisq 2012-12-03 13:21 Rev.: 60

fixed return statement

1 lines of code changed in 1 file:

zdanisq 2012-12-02 20:04 Rev.: 51

Add in division operator.

91 lines of code changed in 5 files:

lenorai 2012-12-02 19:55

62 lines of code changed in 6 files:

November 2012 »

Generated by StatSVN 0.7.0