summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/array.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2016-06-19Organize doeffect functionJabier Arraiza Cenoz1-1/+1
(bzr r13645.1.164)
2016-06-12Fix 90% of tweenk reviewJabier Arraiza Cenoz1-7/+8
(bzr r13645.1.155)
2016-05-21Update to refresh knotsJabier Arraiza Cenoz1-9/+9
(bzr r13645.1.139)
2016-05-14Fixing pointwiseJabier Arraiza Cenoz1-41/+27
(bzr r13645.1.135)
2016-05-10Working with path updatesJabier Arraiza Cenoz1-20/+21
(bzr r13645.1.130)
2016-05-08First attempt to make fixed tweenk reviewJabier Arraiza Cenoz1-34/+37
(bzr r13645.1.128)
2015-07-06Fixes from branch reviewJabier Arraiza Cenoz1-1/+1
(bzr r13645.1.102)
2015-05-10Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz1-1/+8
TODO: double check review and comment (bzr r13645.1.89)
2015-05-09fixing reviewJabier Arraiza Cenoz1-7/+7
(bzr r13645.1.86)
2015-04-01Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz1-42/+35
Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)
2015-03-22Fixed bug when deleting nodesJabier Arraiza Cenoz1-5/+5
(bzr r13645.1.51)
2015-03-19fixing a boring bug in path manipulatorJabier Arraiza Cenoz1-9/+8
(bzr r13645.1.43)
2015-03-07finish helper paths and beter handle of fillet/chamfer overflow. Also make ↵Jabier Arraiza Cenoz1-3/+3
the satellitepairarray LPE parameter usable for other pointwise effects, not only to fillet chamfer (bzr r13645.1.35)
2015-03-04All features done, only need piecewise update functionJabier Arraiza Cenoz1-4/+8
(bzr r13645.1.33)
2015-03-01added mirror knotsJabier Arraiza Cenoz1-6/+8
(bzr r13645.1.26)
2015-03-01adding mirror knotJabier Arraiza Cenoz1-5/+5
(bzr r13645.1.25)
2015-02-28improving codeJabier Arraiza Cenoz1-4/+4
(bzr r13645.1.24)
2015-02-16continuing fillet/chamferJabier Arraiza Cenoz1-5/+4
(bzr r13645.1.13)
2015-02-15added knotsJabier Arraiza Cenoz1-1/+1
(bzr r13645.1.12)
2015-02-15first stepsJabier Arraiza Cenoz1-21/+30
(bzr r13645.1.9)
2015-02-08starting whith pointwiseJabier Arraiza Cenoz1-0/+32
(bzr r13645.1.7)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
(bzr r11503)
2010-07-26more powerstroke build infrastructureJohan B. C. Engelen1-0/+16
(bzr r9656)
2008-11-21Merge from fe-movedTed Gould1-4/+4
(bzr r6891)
2008-09-02add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen1-0/+51
(bzr r6757)