summaryrefslogtreecommitdiffstats
path: root/scene/3d/cpu_particles_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-18/+18
* Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-5/+5
|\
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-5/+5
* | Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-15/+15
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-17/+15
* Particles: Fix missing configuration warning updatesRémi Verschelde2022-07-031-1/+10
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-3/+3
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-20/+20
* Rename Basis "elements" to "rows"Aaron Franke2022-04-291-18/+18
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-2/+2
* Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershapeRémi Verschelde2022-03-181-2/+10
|\
| * Fixed sphere emission shape to emit particles in a spheres volume and added "...Raffaele Picca2021-12-061-2/+10
* | Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* | Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-49/+51
* | 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-2/+2
* | Fixed texture animation speed when using random lifetime ( Particle2D gpu + c...Raffaele Picca2021-11-261-11/+11
|/
* Rename `GradientTexture` to `GradientTexture1D`Andrii Doroshenko (Xrayez)2021-11-071-1/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-2/+1
* Refactored Node3D rotation modesreduz2021-10-251-0/+2
* Setting the visible multimesh instance to -1 so that they are updated correct...Hristo Stamenov2021-10-241-0/+1
* moved particle parameters to minmax and split scale axisQbieShay2021-08-221-79/+181
* Fix some unnecessary includesAaron Franke2021-08-131-1/+1
* Fix CPU Particles spreadMorris Tabor2021-08-121-6/+19
* Some work on double supportAaron Franke2021-08-091-2/+2
* Use doubles for time in many other placesAaron Franke2021-08-091-23/+23
* Use real_t in 3D nodesAaron Franke2021-08-031-69/+69
* Merge pull request #50370 from QbieShay/circle-emitter-particleRémi Verschelde2021-07-211-2/+74
|\
| * This commits adds a new emitter type for particles materialQbieShay2021-07-111-2/+74
* | Merge pull request #38317 from verdog/get-cam-2d-4.0Rémi Verschelde2021-07-201-1/+1
|\ \
| * | add viewport.get_camera_2d()Josh Chandler2021-07-031-1/+1
| |/
* / Fix color properties of particle nodes/materialHendrik Brucker2021-07-041-4/+0
|/
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-6/+6
* Fix editor suffixes and degrees conversionreduz2021-06-301-4/+4
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-4/+4
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Use Array for node configuration warningsNathan Franke2021-04-111-10/+4
* Modernize atomicsPedro J. Estébanez2021-02-181-4/+19
* add null check in _update_particle_data_buffer()Angad Kambli2021-02-171-0/+2
* Removed _change_notifyreduz2021-02-101-2/+2
* Make Servers truly Thread Safereduz2021-02-101-1/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-40/+1
* Merge pull request #45496 from Chaosus/fix_particlesRémi Verschelde2021-02-031-15/+19
|\
| * Fix particles not properly modified by their lifetimeYuri Roubinsky2021-01-271-15/+19
* | Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-7/+8
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-1/+1
* Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"Aaron Franke2020-12-041-36/+36