summaryrefslogtreecommitdiff
path: root/scene/2d/cpu_particles_2d.cpp
AgeCommit message (Expand)Author
2019-03-20Ensure non-emitting particles not processed on entering treeDaeil Kim
2019-03-10Fix resetting of CPUParticles (2D and 3D)JFonS
2019-03-08Prevent invisible/inactive cpupparticles2d to redrawDaeil Kim
2019-02-18allowing setting particles lifetime greater than 600clayjohn
2019-02-01Fix local_delta when resetting CPUParticlesJFonS
2019-01-22Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bugRémi Verschelde
2019-01-21properly initialize angular_velocity in cpuparticles2dclayjohn
2019-01-21fix bug with cpu_particle_2d_align_yclayjohn
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-30Fix "scale" property collision in CPUParticlesJFonS
2018-11-23Fixing wrong type hint on CPUParticles and CPUParticles2D's color rampItalo Vieira
2018-11-19Tweak the Hue Variation property hint to allow finer adjustmentsHugo Locurcio
2018-11-13Make 2D particles work OOTB (again)JFonS
2018-11-10Fix wrong editor hints for angular_velocity propertiesKanabenki
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
2018-10-08Ensure CPU particles do not process if not visibleJuan Linietsky
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-29Ported CPU particles to 2DJuan Linietsky