summaryrefslogtreecommitdiff
path: root/scene/3d/cpu_particles_3d.cpp
AgeCommit message (Expand)Author
2023-04-24Use angle_rand to calculate base_angle in particles process materialclayjohn
2023-03-14Fix buffer overrun in CPUParticles3DRedworkDE
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-11-14Remove redundant Variant-types initializationsMarkus Sauermann
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-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-07-03Particles: Fix missing configuration warning updatesRémi Verschelde
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 Basis "elements" to "rows"Aaron Franke
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-03-10Discern between virtual and abstract class bindingsreduz
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
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-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-25Refactored Node3D rotation modesreduz
2021-10-24Setting the visible multimesh instance to -1 so that they are updated correct...Hristo Stamenov
2021-08-22moved particle parameters to minmax and split scale axisQbieShay
2021-08-13Fix some unnecessary includesAaron Franke
2021-08-12Fix CPU Particles spreadMorris Tabor
2021-08-09Some work on double supportAaron Franke
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-03Use real_t in 3D nodesAaron Franke
2021-07-21Merge pull request #50370 from QbieShay/circle-emitter-particleRémi Verschelde
2021-07-20Merge pull request #38317 from verdog/get-cam-2d-4.0Rémi Verschelde
2021-07-11This commits adds a new emitter type for particles materialQbieShay
2021-07-04Fix color properties of particle nodes/materialHendrik Brucker
2021-07-03add viewport.get_camera_2d()Josh Chandler
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-11Use Array for node configuration warningsNathan Franke