summaryrefslogtreecommitdiffstats
path: root/scene/3d/gpu_particles_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix GPUParticles Inherit Velocity breaking with physics movementHugo Locurcio2024-07-021-8/+14
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Make ShaderMaterial always the last option in inspector resource dropdownsHugo Locurcio2024-02-051-1/+1
* Only update particle velocity when it changeskobewi2023-12-231-1/+6
* Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-8/+35
* Fix various typos with codespellRémi Verschelde2023-09-121-4/+4
* Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)Yuri Roubinski2023-08-191-0/+93
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* Add `finished` signal to GPUParticlesHolonProduction2023-07-121-6/+50
* Unify error condition for particles trail lifetimeclayjohn2023-07-101-1/+1
* Add warnings and fallbacks for particles sub emitters when using the GL Compa...clayjohn2023-06-211-0/+5
* Avoid error spam when (un)pausing GPUParticles out of treeYuri Sizov2023-06-121-9/+11
* Update GPUParticles2D/3D speed scale on ENTER_TREEBrian Long2023-03-271-0/+5
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-0/+3
* 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
* Add GPUParticles to the OpenGL3 renderer.clayjohn2022-11-141-4/+0
* Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime`Hugo Locurcio2022-11-071-10/+10
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-5/+5
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-6/+4
* Use global coordinates for particles by defaultHugo Locurcio2022-08-021-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Particles: Fix missing configuration warning updatesRémi Verschelde2022-07-031-1/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Tweak the GPUParticles3D Transform Align property hint for readabilityHugo Locurcio2022-05-211-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-5/+5
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-8/+8
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-29/+32
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-1/+1
* Refactored Node3D rotation modesreduz2021-10-251-0/+2
* doctool: Fix differences between headless and Vulkan rendering backendsRémi Verschelde2021-10-201-0/+1
* fix out of bounds crash in GPUParticle3D::_skinning_changed()LATRio2021-09-251-1/+1
* moved particle parameters to minmax and split scale axisQbieShay2021-08-221-1/+1
* Fix some unnecessary includesAaron Franke2021-08-131-3/+1
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-8/+10
* Use doubles for time in many other placesAaron Franke2021-08-091-6/+6
* Node3D gizmo improvementsjfons2021-07-231-1/+1
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-1/+1
* Fix editor suffixes and degrees conversionreduz2021-06-301-3/+3
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
* Support for 2D particles to collide against SDFreduz2021-05-231-6/+7
* Fixes missng 2D engine bitsreduz2021-05-111-0/+1
* Fix documentation following implementation of particle trailsMarcel Admiraal2021-05-011-4/+4
* Implement Particle Trailsreduz2021-04-301-5/+165