summaryrefslogtreecommitdiff
path: root/scene/2d/cpu_particles_2d.cpp
AgeCommit message (Expand)Author
2023-04-24Use angle_rand to calculate base_angle in particles process materialclayjohn
2023-02-19Remove visual limit for damping in CPUParticlesAlbin
2023-01-10Merge pull request #70716 from Calinou/particles-tweak-animation-offset-prope...Rémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-12-29Tweak particles animation offset property hint to allow more precise valuesHugo Locurcio
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
2022-08-30Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-26Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-26Rename ParticlesMaterial to ParticleProcessMaterialMicky
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-02Use global coordinates for particles by defaultHugo Locurcio
2022-07-03Particles: Fix missing configuration warning updatesRémi Verschelde
2022-06-18Fix `CPUParticles2D.emission_shape` enum hintkleonc
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-24correct initial cpu particle velocityRedHeadphone
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-18Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershapeRémi Verschelde
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-01-12Use List Initializations for Vectors.Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Merge pull request #55263 from RPicster/ParticleMaterial-random-start-colorRémi Verschelde
2021-12-09Add a double-precision editor build to CIAaron Franke
2021-12-06Fixed sphere emission shape to emit particles in a spheres volume and added "...Raffaele Picca
2021-12-03Random initial color parameter for ParticleMaterialRaffaele Picca
2021-11-26Fixed texture animation speed when using random lifetime ( Particle2D gpu + c...Raffaele Picca
2021-11-07Rename `GradientTexture` to `GradientTexture1D`Andrii Doroshenko (Xrayez)
2021-09-24Merge pull request #52430 from AnilBK/vector2-replacementsRémi Verschelde
2021-09-23Construct values only when necessary.Anilforextra
2021-09-07Use builtin Vector2 functions for calculation of angles.Anilforextra
2021-08-22moved particle parameters to minmax and split scale axisQbieShay
2021-08-13Fix some unnecessary includesAaron Franke
2021-08-09Some work on double supportAaron Franke
2021-08-09Use doubles for time in many other placesAaron Franke
2021-07-04Fix color properties of particle nodes/materialHendrik Brucker
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-11Use Array for node configuration warningsNathan Franke
2021-03-19Use real_t in non-physics 2D nodesAaron Franke
2021-02-28Refactored cpu_particles_2d.cpp _notification MethodKyle
2021-02-10Removed _change_notifyreduz
2021-02-10Make Servers truly Thread Safereduz