summaryrefslogtreecommitdiffstats
path: root/scene/2d/gpu_particles_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+4
|\
| * Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-221-1/+4
| |\
| | * Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-111-1/+4
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+2
|\| |
| * | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+2
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #95132 from LeonStansfield/gpu_particles_ui_consistencyRémi Verschelde2024-10-011-6/+6
|\
| * Revent DRAW_ORDER_INDEX to DRAW_ORDER_LIFETIME default particle params for co...Leon Stansfield2024-08-041-1/+1
| * Adjusted listings of parameters displayed in inspector to be consistent accro...Leon Stansfield2024-08-041-7/+7
* | Fix GPUParticles Inherit Velocity breaking with physics movementHugo Locurcio2024-07-021-9/+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-5/+8
* Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-0/+34
* Fix various typos with codespellRémi Verschelde2023-09-121-4/+4
* Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)Yuri Roubinski2023-08-191-0/+96
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* 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-4/+6
* 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/+5
* Fixing Inspector Property UI for GPUParticle2D collision_base_size[Issue#71942]Kabiir2023-01-271-1/+1
* 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 single-element groups from GPUParticles2Dkobewi2022-12-121-4/+2
* 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-9/+9
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Fix build issue after #64377 and #64701Rémi Verschelde2022-08-301-1/+1
* Merge pull request #64377 from Mickeon/rename-canvas-redrawRémi Verschelde2022-08-301-7/+7
|\
| * Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-7/+7
* | Fix GPUParticles2D ignoring AtlasTexture regionHendrik Brucker2022-08-301-6/+32
|/
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-8/+8
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Use global coordinates for particles by defaultHugo Locurcio2022-08-021-1/+1
* Particles: Fix missing configuration warning updatesRémi Verschelde2022-07-031-2/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-2/+2
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-4/+4
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-4/+4
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-3/+0
* Added interpolation property to GPUParticles2DIgor Kordiukiewicz2022-04-041-0/+13
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-3/+3