summaryrefslogtreecommitdiffstats
path: root/scene/3d/cpu_particles_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+5
|\
| * Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-221-1/+5
| |\
| | * Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-111-1/+5
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-0/+1
|\| |
| * | Unify particle editorskobewi2024-10-041-0/+1
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add cone angle control to particle emission ring shapeKasper Arnklit Frandsen2024-09-021-5/+24
* Merge pull request #91449 from Arnklit/particles-emission-ring-shape-fix2Rémi Verschelde2024-05-141-1/+1
|\
| * Fix sqrt application for radius in particle ring emissionKasper Arnklit Frandsen2024-05-141-1/+1
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* | Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* | Merge pull request #89595 from apples/89559-cpuparticles3d-angle-rotate_y-fixRémi Verschelde2024-05-061-1/+1
|\ \ | |/ |/|
| * Fixed CPUParticles3D using angle incorrectly when ROTATE_Y is set.Apples2024-03-171-1/+1
* | Fix particle cylinder emission shape random distributionKasper Arnklit Frandsen2024-04-301-1/+1
* | fix: avoid shader crash on null vector and negative x vectorKasper Frandsen2024-04-171-2/+2
* | Fixed INSTANCE_CUSTOM.w not being assigned correctly in CPUParticles 2D and 3DQbieShay2024-04-011-2/+3
|/
* Removed unnecessary AABB initialization for CPUParticlesArman Elgudzhyan2024-02-201-1/+0
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Custom ("visiblity") AABB support for CPUParticlesArman Elgudzhyan2024-02-151-0/+20
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+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
* Fix buffer overrun in CPUParticles3DRedworkDE2023-03-071-1/+1
* 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
|/
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-18/+18
* 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-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