summaryrefslogtreecommitdiff
path: root/scene/3d/cpu_particles.cpp
AgeCommit message (Expand)Author
2019-02-18allowing setting particles lifetime greater than 600clayjohn
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-03Merge pull request #24051 from Omicron666/patch-1Rémi Verschelde
2018-12-02Merge pull request #24007 from JFonS/fix_cpuparticles_scaleRémi Verschelde
2018-11-30Fix "scale" property collision in CPUParticlesJFonS
2018-11-29Fixes typo in source string sent to translation.Omicron
2018-11-28Fix many errors found by PVS-StudioAaron Franke
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-10-08Fixes to CPU particles for performance and avoiding NaNs.Juan 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
2018-08-24Particles: Allow speed_scale at 0 in property hint, equivalent to pauseRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-27Rename flag to better nameJuan Linietsky
2018-07-23Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky
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