summaryrefslogtreecommitdiffstats
path: root/scene/resources/particle_process_material.cpp
Commit message (Expand)AuthorAgeFilesLines
* Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-429/+789
* Fix GPUParticle2D offset stutterMarcus Elg2023-08-251-1/+1
* Fix particle shader deterministic random valuesSeptian2023-08-151-2/+4
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Add warnings and fallbacks for particles sub emitters when using the GL Compa...clayjohn2023-06-211-2/+5
* Correctly reset particle size and rotation in ParticlesProcessMaterialRaffaele Picca2023-06-081-2/+8
* Increase precision in particle damping properties in the editorHugo Locurcio2023-06-071-2/+2
* Fix `turbulence_noise_scale` regression.KdotJPG2023-05-301-1/+5
* Reworked Particle Turbulence - Rebased.KdotJPG2023-05-171-54/+67
* Avoid sync issues in materials with scheduled shader updatesPedro J. Estébanez2023-05-101-3/+2
* Use angle_rand to calculate base_angle in particles process materialclayjohn2023-04-131-2/+2
* Merge pull request #70716 from Calinou/particles-tweak-animation-offset-prope...Rémi Verschelde2023-01-101-2/+2
|\
| * Tweak particles animation offset property hint to allow more precise valuesHugo Locurcio2022-12-291-2/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
|/
* Merge pull request #66349 from A-Lamia/Amount_At_CollisionRémi Verschelde2022-10-131-1/+23
|\
| * particles: add amount property to sub property collision.Lamia2022-10-131-1/+23
* | removed 2nd particle collision velocity calculationbenbot2022-09-121-15/+7
|/
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-18/+18
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-0/+1895