summaryrefslogtreecommitdiff
path: root/scene/3d/cpu_particles.h
AgeCommit message (Expand)Author
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-16Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-20Fixed delay when CPUParticles & CPUParticles2D start being emittedPouleyKetchoupp
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-07-14added individual particle random lifetimeclayjohn
2019-07-02Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde
2019-06-26Add a Direction property to ParticlesMaterialTomasz Chabora
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-16Merge pull request #29700 from clayjohn/cpuparticles_transform_bugRémi Verschelde
2019-06-14fix CPU particles bug with local_coords and transformclayjohn
2019-06-13Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde
2019-03-09Prevent invisible/inactive cpuparticles to redraw(3d)Daeil Kim
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
2018-10-08Fixes to CPU particles for performance and avoiding NaNs.Juan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-07-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky