summaryrefslogtreecommitdiffstats
path: root/scene/2d/cpu_particles_2d.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Prevent invisible/inactive cpupparticles2d to redrawDaeil Kim2019-03-081-0/+3
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make 2D particles work OOTB (again)JFonS2018-11-131-10/+1
* Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS2018-11-041-3/+11
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Move ParticlesMaterial code to its own resource fileRémi Verschelde2018-09-041-2/+2
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Ported CPU particles to 2DJuan Linietsky2018-08-291-0/+259