aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
Commit message (Expand)AuthorAgeFilesLines
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-1/+1
* Particles: Invalidate all group IDs when groups are reset.Erik Verbruggen2016-04-282-3/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-2/+0
|\
| * Drop the class name from shader effect material keysUlf Hermann2016-04-201-2/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-0/+0
|\|
| * Purge sRGB chunks from PNG.Edward Welbourne2016-03-241-0/+0
* | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-2/+3
* | Particles: half the number of calls to emittersChanged.Erik Verbruggen2016-03-083-1/+9
* | Particles: factor out t^2.Erik Verbruggen2016-03-081-12/+20
* | Particles: consistently use floats for particle data calculations.Erik Verbruggen2016-03-082-64/+64
* | Particles: make many QQuickParticleData members inlinable.Erik Verbruggen2016-03-082-109/+105
* | Particles: replace a QSet<int> with a bit vector for group data.Erik Verbruggen2016-03-082-10/+70
* | Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-0818-186/+183
* | Particles: reduce excessive hash accesses to a more passable level.Erik Verbruggen2016-03-0410-92/+192
* | Particles: inline 4 methods.Erik Verbruggen2016-03-044-46/+27
* | Particles: code clean-up.Erik Verbruggen2016-03-046-36/+69
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-3/+3
|\|
| * standardize statement order in project files a bitOswald Buddenhagen2016-02-251-2/+1
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-1/+1
|\|
| * Fix negative emitRate causing app to hangMitch Curtis2016-02-041-1/+1
* | Updated license headersJani Heikkinen2016-01-1961-854/+1220
* | Particles: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-182-5/+9
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-2/+2
|\|
| * Fix typos in ParticleSystem documentationMitch Curtis2016-01-041-2/+2
* | QtDeclarative: use prefix ++/-- for iterator typesAnton Kudryavtsev2016-01-091-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-5/+5
|\|
| * Particle Turbulence image now reads correctly from QRC or local filesAriel Molina2015-12-081-1/+2
| * Turbulence was accidentally deactivated on geometry changedAriel Molina2015-12-081-1/+0
| * Correct heightmap values for TurbulenceAriel Molina2015-12-071-3/+3
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-2/+2
* | Private export the ParticleSystem and AffectorAriel Molina R2015-11-242-5/+7
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0631-0/+341
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-4/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-195-7/+7
* | Add 28 QList::reserve() callsSérgio Martins2015-06-082-1/+4
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* qt quick particles: Fix const correctness in old style castsThiago Macieira2015-03-101-5/+5
* QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-2/+5
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-194-20/+14
* QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...Robin Burchell2015-02-122-5/+10
* Update copyright headersJani Heikkinen2015-02-1261-427/+427
* QQuickItemParticle: Only delete owned particlesAlan Alpert2015-02-042-11/+54
* CleanupsLars Knoll2015-01-231-15/+15
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* QQuickParticleEmitter: Call particleCountChanged by hand on maximumEmittedCha...Robin Burchell2015-01-171-2/+1
* QQuickItemParticle: delete delegates once they are completed.Robin Burchell2015-01-161-1/+1