aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-0263-12422/+0
* Whitespace fixesAlan Alpert2011-11-301-52/+60
* Remove unused function magnitude()Kent Hansen2011-11-291-5/+0
* Fix unused variable warning in QQuickItemParticle::takeKent Hansen2011-11-291-0/+1
* Fix style issuesKent Hansen2011-11-241-2/+2
* Clean up static analysis issues.Alan Alpert2011-11-217-21/+14
* Fix leak in QQuickParticleDataChris Adams2011-11-182-0/+6
* Fix GravityAlan Alpert2011-11-032-40/+45
* Only simulate if particle was aliveAlan Alpert2011-11-023-2/+12
* Make initialize work despite pending resetsAlan Alpert2011-11-022-2/+8
* Add non-floats to particle typeAlan Alpert2011-11-012-36/+155
* Clean up ImageParticle shaderAlan Alpert2011-11-011-4/+10
* ImageParticle Sprite ImprovementsAlan Alpert2011-10-312-24/+46
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-2562-904/+904
* Fold Move into AffectorAlan Alpert2011-10-249-304/+197
* Affectors now simulate with a minimum granularityAlan Alpert2011-10-249-272/+61
* Add threshold property to FrictionAlan Alpert2011-10-242-13/+56
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-2143-153/+153
* Removing some stale comments.Alan Alpert2011-10-211-2/+1
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-192-4/+14
* Clean up declarative includesKent Hansen2011-10-179-14/+12
* Initial particle system benchmarkAlan Alpert2011-10-172-8/+10
* Allow sizing of TrailEmitter emit area based on particle sizeAlan Alpert2011-10-172-13/+23
* Add Move affectorAlan Alpert2011-10-145-2/+294
* Expand QSGImageParticle testAlan Alpert2011-10-113-0/+9
* Documentation AugmentationAlan Alpert2011-10-111-1/+2
* Initialize new particle data membersAlan Alpert2011-10-111-0/+8
* Update SpriteImage to modern standardsAlan Alpert2011-10-1020-661/+199
* Documentation AugmentationAlan Alpert2011-10-101-2/+2
* Don't accidentally use atlas images in particle nodesGunnar Sletta2011-10-051-2/+3
* Sprites can now have varying width and heightAlan Alpert2011-10-055-30/+72
* Split GroupGoal out of SpriteGoalAlan Alpert2011-10-056-5/+238
* Missed a spot when refactoring activeGroupAlan Alpert2011-10-051-1/+1
* Initialize members in the right orderKent Hansen2011-10-041-1/+1
* Don't draw itty-bitty particlesAlan Alpert2011-10-031-0/+5
* Initial commit of particle system autotestsAlan Alpert2011-10-035-8/+21
* Declarative: Fix ASCII conversion warnings.Friedemann Kleint2011-09-303-7/+11
* Refactor ParticleSystem membersAlan Alpert2011-09-3013-143/+144
* Declarative: Compile on Windows.Friedemann Kleint2011-09-292-1/+2
* Better dirty markingAlan Alpert2011-09-292-4/+5
* Fix QSGCustomParticle initializationAlan Alpert2011-09-291-8/+8
* Build with qt-in-namespaceKent Hansen2011-09-282-0/+9
* Defensive ProgrammingAlan Alpert2011-09-231-0/+3
* Fix documentationAlan Alpert2011-09-231-5/+4
* Use m_pleaseReset more consistentlyAlan Alpert2011-09-236-10/+2
* Stop managing lifetime of materialAlan Alpert2011-09-221-9/+5
* Change burst to use ms instead of sAlan Alpert2011-09-223-20/+20
* Recognize deformable performance level properlyAlan Alpert2011-09-221-1/+2
* Tighter bounding box checkAlan Alpert2011-09-221-2/+9
* Zero-initialize QSGParticleGroup::m_system.Christian Kamm2011-09-211-0/+1