index
:
qt/qtquick3d.git
5.14
5.15
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7-experimental
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
A new module and API for defining 3D content in Qt Quick.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick3dparticles
/
qquick3dparticlespriteparticle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Fix real QML property documentation
David Boddie
2024-12-05
1
-2
/
+2
*
Fix mismatched connect/disconnect styles issues
Andy Nichols
2024-06-25
1
-1
/
+1
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-09-04
1
-3
/
+3
*
Clean-up some asserts
Christian Strømme
2023-01-18
1
-6
/
+4
*
Add support for profiling object id and event data
Antti Määttä
2022-10-13
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-6
/
+6
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Doc: Fix QML property documentation for SpriteParticle3D
Topi Reinio
2022-08-09
1
-3
/
+3
*
Improve updatePropertyListener
Christian Strømme
2022-07-12
1
-12
/
+2
*
Move calculation of the depth bias to the front-end
Christian Strømme
2022-07-04
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Add castsReflections property to sprite particles
Jere Tuliniemi
2022-06-03
1
-0
/
+21
*
Implement line particle
Antti Määttä
2022-05-30
1
-15
/
+20
*
Optimize inactive particle handling
Antti Määttä
2022-03-17
1
-0
/
+7
*
Fix use-after-free crash in QQuick3DParticleSpriteParticle
Christian Strømme
2022-03-03
1
-2
/
+2
*
Fix particlesystem opacity
Kaj Grönholm
2022-03-02
1
-1
/
+0
*
Doc: Fix remaining warnings and enable documentation check in CI
Topi Reinio
2021-12-30
1
-2
/
+2
*
Add offset for sprite particles
Tony Leinonen
2021-12-10
1
-0
/
+40
*
Support lights with sprite particles
Kaj Grönholm
2021-12-02
1
-8
/
+115
*
Model blend particles
Antti Määttä
2021-05-28
1
-2
/
+2
*
Implement sorting modes for particles
Antti Määttä
2021-05-21
1
-10
/
+103
*
Upgrade particles from TP
Kaj Grönholm
2021-05-14
1
-2
/
+1
*
Add hasTransparency property to particles
Kaj Grönholm
2021-05-12
1
-0
/
+2
*
Destruct spriteSequence cleanly
Kaj Grönholm
2021-05-12
1
-0
/
+2
*
Extend the particles sprite API
Kaj Grönholm
2021-05-10
1
-68
/
+66
*
Add \since to particles docs
Antti Määttä
2021-05-04
1
-0
/
+1
*
Add support for particle shader levels
Kaj Grönholm
2021-04-30
1
-1
/
+31
*
Properly reset the particles data
Kaj Grönholm
2021-04-07
1
-4
/
+6
*
Handle particles maxAmount changes gracefully
Kaj Grönholm
2021-03-30
1
-0
/
+4
*
Render particles per emitter basis
Antti Määttä
2021-03-19
1
-32
/
+97
*
Implement depth bias for particles
Antti Määttä
2021-03-18
1
-0
/
+1
*
Cleanup particle sources
Antti Määttä
2021-03-18
1
-2
/
+2
*
Fix crash in spriteparticle autotest
Antti Määttä
2021-03-03
1
-2
/
+4
*
Fix not setting the maxAmount
Kaj Grönholm
2021-03-02
1
-5
/
+5
*
Adjust particles API
Kaj Grönholm
2021-02-23
1
-59
/
+50
*
Document all float properties as real
Kaj Grönholm
2021-02-19
1
-1
/
+1
*
API docs for particles classes
Kaj Grönholm
2021-02-19
1
-0
/
+70
*
Add colorTable support for Sprite particles
Jere Tuliniemi
2021-02-17
1
-0
/
+28
*
Move particle sources to cpp module
Antti Määttä
2021-02-15
1
-0
/
+347