summaryrefslogtreecommitdiffstats
path: root/scene/3d/cpu_particles.h
Commit message (Expand)AuthorAgeFilesLines
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-13/+13
* 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
* | Merge pull request #29700 from clayjohn/cpuparticles_transform_bugRémi Verschelde2019-06-161-1/+3
|\ \
| * | fix CPU particles bug with local_coords and transformclayjohn2019-06-141-1/+3
* | | Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde2019-06-131-1/+1
|/ /
* / Prevent invisible/inactive cpuparticles to redraw(3d)Daeil Kim2019-03-091-0/+3
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS2018-11-041-2/+0
* Fixes to CPU particles for performance and avoiding NaNs.Juan Linietsky2018-10-081-0/+2
* 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/+1
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Add option to convert Particles to CPUParticlesJuan Linietsky2018-07-071-0/+2
* Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky2018-07-061-0/+256