| 1 |
|
|---|
| 2 |
frocessing change log |
|---|
| 3 |
|
|---|
| 4 |
2010-07-08 0.6.1 nutsu(face@nutsu.com) |
|---|
| 5 |
|
|---|
| 6 |
* bug fix : size() of F5BitmapData2D, F5BitmapData3D, F5Canvas3D. |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
2010-06-06 0.6 nutsu(face@nutsu.com) |
|---|
| 10 |
|
|---|
| 11 |
* version 0.5.9.1 is moved to branch. |
|---|
| 12 |
* Improved classes and structure. |
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
2010-03-15 0.5.9.1 nutsu(face@nutsu.com) |
|---|
| 16 |
|
|---|
| 17 |
* bug fix : FShapeSVG radial gradient parse. |
|---|
| 18 |
* bug fix : F5Graphics3D#modelXYZ. |
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
2010-03-13 0.5.9 nutsu(face@nutsu.com) |
|---|
| 22 |
|
|---|
| 23 |
* bug fix : FUtil#trim, FMath#norm |
|---|
| 24 |
* add : add frocessing.color.ColorHSL. |
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
2009-12-06 0.5.8 nutsu(face@nutsu.com) |
|---|
| 28 |
|
|---|
| 29 |
* bug fix : F5MovieClip init pmouseX, pmouseY value. |
|---|
| 30 |
* bug fix : FShapeSVG parse polygon points. |
|---|
| 31 |
* bug fix : HSV to RGB( FColor, ColorHSV ) |
|---|
| 32 |
* bug fix : ColorRGB#clone, ColorHSV#gray. |
|---|
| 33 |
* chg : spline API. |
|---|
| 34 |
* chg : rename FShapeObject to FAbstractShape. |
|---|
| 35 |
* chg : rename FStyle to F5Style. |
|---|
| 36 |
* chg : remove F5Graphics#fontImageDetail,F5MovieClip#fontImageDetail. use PFont#imageDetail. |
|---|
| 37 |
* add : add frocessing.math.FCurveMath. |
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 |
2009-06-01 0.5.7 nutsu(face@nutsu.com) |
|---|
| 41 |
|
|---|
| 42 |
* bug fix : combination of curveVertex and vertex. |
|---|
| 43 |
|
|---|
| 44 |
* bug fix : position z of text. |
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 |
2009-04-24 0.5.6 nutsu(face@nutsu.com) |
|---|
| 48 |
|
|---|
| 49 |
* chg : group the z sort of IFShape. |
|---|
| 50 |
frocessing.core.F5Graphics3D |
|---|
| 51 |
frocessing.core.GraphicsEx3D |
|---|
| 52 |
|
|---|
| 53 |
* add : add key event(keyPressed,keyReleased). |
|---|
| 54 |
frocessing.display.F5MovieClip. |
|---|
| 55 |
|
|---|
| 56 |
* bug fix : draw to Graphics problem. |
|---|
| 57 |
frocessing.shape.FShape |
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 |
2009-04-13 0.5.5 nutsu(face@nutsu.com) |
|---|
| 61 |
|
|---|
| 62 |
* bug fix : 3d gradient fill. |
|---|
| 63 |
frocessing.core.GraphicsEx3D |
|---|
| 64 |
|
|---|
| 65 |
* bug fix : frocessing.shape.FShapeGradient |
|---|
| 66 |
|
|---|
| 67 |
* add : loadString method. |
|---|
| 68 |
frocessing.display.F5MovieClip, |
|---|
| 69 |
frocessing.utils.StringLoader |
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 |
2009-04-08 nutsu(face@nutsu.com) |
|---|
| 73 |
|
|---|
| 74 |
* bug fix : frocessing.shape.FShapeSVG |
|---|
| 75 |
transform skewX, skewY, rotate(0,x,y) |
|---|
| 76 |
|
|---|
| 77 |
|
|---|
| 78 |
2009-04-01 0.5.4 nutsu(face@nutsu.com) |
|---|
| 79 |
|
|---|
| 80 |
* bug fix : frocessing.shape.FShapeObject |
|---|
| 81 |
width and height properties has problem when empty shape. |
|---|
| 82 |
|
|---|
| 83 |
* chg : change loader apis. |
|---|
| 84 |
frocessing.shape.FShapeSVGLoader |
|---|
| 85 |
frocessing.text.PFontLoader |
|---|
| 86 |
frocessing.bmp.FImageLoader .. |
|---|
| 87 |
frocessing.core.F5Graphics#load*() |
|---|
| 88 |
|
|---|
| 89 |
* chg : Wait to read the file, load method(Shape,Image,Font) called in setup. |
|---|
| 90 |
frocessing.display.F5MovieClip |
|---|
| 91 |
|
|---|
| 92 |
|
|---|
| 93 |
2009-02-24 0.5.3 nutsu(face@nutsu.com) |
|---|
| 94 |
|
|---|
| 95 |
* add : add mouse events and properties. |
|---|
| 96 |
add mouseClicked(),mouseMoved(),mousePressed(),mouseReleased() to F5MovieClip |
|---|
| 97 |
add pmouseX,pmouseY properties to F5MovieClip |
|---|
| 98 |
|
|---|
| 99 |
* add : add random seed API. |
|---|
| 100 |
add class frocessing.math.MTRandom |
|---|
| 101 |
add API frocessing.math.PerlinNoise#noiseSeed |
|---|
| 102 |
add API frocessing.math.FMath#randomSeed |
|---|
| 103 |
add API frocessing.display.F5MovieClip#noiseSeed,randomSeed |
|---|
| 104 |
|
|---|
| 105 |
* add : add string util methods. |
|---|
| 106 |
add API frocessing.utils.FUtil#splitTokens |
|---|
| 107 |
add API frocessing.utils.FUtil#trim |
|---|
| 108 |
|
|---|
| 109 |
* add : add round rect parameter. |
|---|
| 110 |
to frocessing.core.F5Graphic#rect |
|---|
| 111 |
to frocessing.core.F5MovieClip#rect |
|---|
| 112 |
|
|---|
| 113 |
* add : add shape and SVG API:(shape package is still in development) |
|---|
| 114 |
update frocessing.core.F5Graphic,F5Graphics2D,F5Graphics3D |
|---|
| 115 |
add API frocessing.display.F5MovieClip#shape |
|---|
| 116 |
add package frocessing.shape.* |
|---|
| 117 |
add class frocessing.color.ColorKey |
|---|
| 118 |
|
|---|
| 119 |
|
|---|
| 120 |
2009-02-02 0.5.2 nutsu(face@nutsu.com) |
|---|
| 121 |
|
|---|
| 122 |
* bug fix : [frocessing.core.GraphicsEx3D] |
|---|
| 123 |
fillColor is applied when not intended. |
|---|
| 124 |
|
|---|
| 125 |
|
|---|
| 126 |
2009-02-02 0.5.1 nutsu(face@nutsu.com) |
|---|
| 127 |
|
|---|
| 128 |
* bug fix : [frocessing.color.ColorLeap] |
|---|
| 129 |
gradient() hsv mode dose not working properly. |
|---|
| 130 |
|
|---|
| 131 |
* bug fix : [frocessing.core.F5Graphics] |
|---|
| 132 |
color() and __calColor() sometimes does not working properly when 32 bit color. |
|---|
| 133 |
|
|---|
| 134 |
|
|---|
| 135 |
2009-01-27 0.5.0 nutsu(face@nutsu.com) |
|---|
| 136 |
|
|---|
| 137 |
* Improved classes and structure. |
|---|
| 138 |
pre version(0.3) is moved to branch. |
|---|
| 139 |
|
|---|