summaryrefslogtreecommitdiffstats
path: root/scene/2d/cpu_particles_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* Fixed INSTANCE_CUSTOM.w not being assigned correctly in CPUParticles 2D and 3DQbieShay2024-04-011-2/+2
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Fixed CPUParticle tangential force to match GPUParticle implimentationrsburke2023-11-071-1/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+3
* Add `finished` signal to CPUParticlesHolonProduction2023-07-121-15/+19
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-1/+1
* Increase precision in particle damping properties in the editorHugo Locurcio2023-06-071-2/+2
* Use angle_rand to calculate base_angle in particles process materialclayjohn2023-04-131-2/+2
* Remove visual limit for damping in CPUParticlesAlbin2023-02-191-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
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-36/+35
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-14/+14
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-17/+17
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-12/+12
* Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-3/+3
|\
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-3/+3
* | Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-13/+13
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-15/+15
* Use global coordinates for particles by defaultHugo Locurcio2022-08-021-1/+1
* Particles: Fix missing configuration warning updatesRémi Verschelde2022-07-031-1/+5
* Fix `CPUParticles2D.emission_shape` enum hintkleonc2022-06-181-1/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-8/+8
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-2/+2
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-18/+18
* correct initial cpu particle velocityRedHeadphone2022-04-241-1/+1
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
* Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershapeRémi Verschelde2022-03-181-2/+8
|\
| * Fixed sphere emission shape to emit particles in a spheres volume and added "...Raffaele Picca2021-12-061-2/+8
* | Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+4
* | Use List Initializations for Vectors.Anilforextra2022-01-121-17/+17
* | 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-1/+24
|\ \
| * | Random initial color parameter for ParticleMaterialRaffaele Picca2021-12-031-1/+24
| |/
* | Add a double-precision editor build to CIAaron Franke2021-12-091-1/+1
* | 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
* Merge pull request #52430 from AnilBK/vector2-replacementsRémi Verschelde2021-09-241-1/+1
|\
| * Use builtin Vector2 functions for calculation of angles.Anilforextra2021-09-071-1/+1
* | Construct values only when necessary.Anilforextra2021-09-231-1/+1
|/
* moved particle parameters to minmax and split scale axisQbieShay2021-08-221-88/+166
* Fix some unnecessary includesAaron Franke2021-08-131-2/+0