summaryrefslogtreecommitdiffstats
path: root/scene/2d/cpu_particles_2d.h
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Add `finished` signal to CPUParticlesHolonProduction2023-07-121-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-051-2/+2
|\
| * Remove usage of unitialized variablesRafał Mikrut2022-10-011-2/+2
* | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
|/
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershapeRémi Verschelde2022-03-181-0/+1
|\
| * Fixed sphere emission shape to emit particles in a spheres volume and added "...Raffaele Picca2021-12-061-0/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Random initial color parameter for ParticleMaterialRaffaele Picca2021-12-031-0/+5
|/
* Remove unimplemented methodsMarcel Admiraal2021-10-211-7/+0
* moved particle parameters to minmax and split scale axisQbieShay2021-08-221-6/+16
* Fix some unnecessary includesAaron Franke2021-08-131-2/+0
* Some work on double supportAaron Franke2021-08-091-1/+1
* Use doubles for time in many other placesAaron Franke2021-08-091-18/+18
* Increase the default 2D gravity to 980.0Hugo Locurcio2021-05-051-1/+1
* Use Array for node configuration warningsNathan Franke2021-04-111-1/+1
* Use real_t in non-physics 2D nodesAaron Franke2021-03-191-27/+27
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-35/+35
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"Aaron Franke2020-12-041-9/+9
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactored 2D shader and lighting systemreduz2020-10-241-4/+0
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-12/+12
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Merge pull request #32496 from bitstopper/masterRémi Verschelde2020-02-071-0/+2
|\
| * Fixes broken CPUParticles2D AtlasTextures usagebitstopper2019-10-071-0/+2
* | doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-4/+0
* | Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde2020-01-161-0/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Fixed delay when CPUParticles & CPUParticles2D start being emittedPouleyKetchoupp2019-10-201-0/+1
|/
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* added individual particle random lifetimeclayjohn2019-07-141-0/+4
* Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde2019-07-021-0/+4
|\
| * Add a Direction property to ParticlesMaterialTomasz Chabora2019-06-261-0/+4
* | Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* | change emit shape circle to sphere in CPUParticles2Dclayjohn2019-06-171-1/+1
* | Merge pull request #29700 from clayjohn/cpuparticles_transform_bugRémi Verschelde2019-06-161-0/+2
|\ \
| * | fix CPU particles bug with local_coords and transformclayjohn2019-06-141-0/+2
* | | Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde2019-06-131-0/+2
|/ /
* | Reversed operator in SortLifetime fixing #29440SamSindt2019-06-061-1/+1