summaryrefslogtreecommitdiffstats
path: root/scene/resources/particles_material.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-1895/+0
* Fix ParticlesMaterial build after #61238Rémi Verschelde2022-08-251-4/+4
* Merge pull request #61238 from Calinou/particlesmaterial-add-fade-on-contact-...Rémi Verschelde2022-08-251-12/+40
|\
| * Add "Hide on Contact" collision mode to ParticlesMaterialHugo Locurcio2022-08-191-12/+40
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-29/+29
|/
* Add space to ParticlesMaterial "Particle Flags" group nameFireForge2022-08-021-1/+1
* Rename ParticlesMaterial.turbulence_active to turbulence_enabledFireForge2022-08-021-15/+15
* Added default values to particle turbulence.Raffaele Picca2022-08-021-1/+1
* Turbulence Noise for Particle MaterialRaffaele Picca2022-07-281-17/+282
* Declaring emission_tex_ofs globallymightygoat2022-06-191-0/+6
* Merge pull request #60803 from Chaosus/shader_hint_renameRémi Verschelde2022-05-241-4/+4
|\
| * Rename `hint_albedo`, `hint_white/black` in shadersYuri Roubinsky2022-05-091-4/+4
* | Remove outdated "not implemented yet" comments in ParticlesMaterialHugo Locurcio2022-05-201-2/+0
* | Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* | Replace most uses of Map by HashMapreduz2022-05-161-1/+1
|/
* Clamp Gradient and Curve Textures in ParticlesMaterialclayjohn2022-04-191-14/+14
* Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershapeRémi Verschelde2022-03-181-2/+13
|\
| * Fixed sphere emission shape to emit particles in a spheres volume and added "...Raffaele Picca2021-12-061-2/+13
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Merge pull request #55263 from RPicster/ParticleMaterial-random-start-colorRémi Verschelde2021-12-101-0/+34
|\ \
| * | Random initial color parameter for ParticleMaterialRaffaele Picca2021-12-031-0/+34
| |/
* / Fixed texture animation speed when using random lifetime ( Particle2D gpu + c...Raffaele Picca2021-11-261-1/+1
|/
* Rename `GradientTexture` to `GradientTexture1D`Andrii Doroshenko (Xrayez)2021-11-071-1/+1
* Prevent shaders from generating code before the constructor finishes.Tom Coxon2021-09-211-1/+2
* moved particle parameters to minmax and split scale axisQbieShay2021-08-221-164/+180
* Add a comment at the top of generated shadersHugo Locurcio2021-08-161-1/+6
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-12/+13
* Fix regressions caused by recent particle spread refactorMorris Tabor2021-08-121-29/+37
* Merge pull request #50370 from QbieShay/circle-emitter-particleRémi Verschelde2021-07-211-2/+95
|\
| * This commits adds a new emitter type for particles materialQbieShay2021-07-111-2/+95
* | Merge pull request #49348 from Geometror/fix-particles-hidden-basecolorRémi Verschelde2021-07-141-5/+1
|\ \ | |/ |/|
| * Fix color properties of particle nodes/materialHendrik Brucker2021-07-041-5/+1
* | Fix Command Queue Crashreduz2021-07-071-15/+21
|/
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-9/+9
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+1
* Merge pull request #48955 from Calinou/editor-tweak-property-hintsRémi Verschelde2021-05-251-1/+1
|\
| * Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* | Support for 2D particles to collide against SDFreduz2021-05-231-1/+1
|/
* Merge pull request #46688 from QbieShay/fix-particle-rotate-y-4Rémi Verschelde2021-04-281-1/+1
|\
| * fixed particle rotate y flagQbieShay2021-03-051-1/+1
* | Split particle shader entry pointsreduz2021-04-171-125/+132
* | Refactor GLSL shader compilationreduz2021-04-141-1/+1
* | Fix ParticlesMaterial spreadMorris Tabor2021-03-251-5/+12
* | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
|/
* Removed _change_notifyreduz2021-02-101-4/+4
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-2/+0
* Fix particles not properly modified by their lifetimeYuri Roubinsky2021-01-271-13/+15
* Renamed `emit_particle` to `emit_subparticle` shader functionYuri Roubinsky2021-01-121-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"Aaron Franke2020-12-041-32/+32