summaryrefslogtreecommitdiff
path: root/scene/3d/cpu_particles.cpp
AgeCommit message (Expand)Author
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24fix particles scale randomizationclayjohn
2019-07-20Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-14added individual particle random lifetimeclayjohn
2019-07-06cpu_particles: Return uniform density spheres.Simon Puchert
2019-07-02Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde
2019-06-27Merge pull request #29937 from clayjohn/particles-one-shot-bugRémi Verschelde
2019-06-26Add a Direction property to ParticlesMaterialTomasz Chabora
2019-06-25update emitting status on one-shot particlesclayjohn
2019-06-24Merge pull request #29974 from clayjohn/particles_restartRémi Verschelde
2019-06-21properly set emitting when particles restartclayjohn
2019-06-21CPUParticles: Set linear velocity to 0, like GPU ParticlesRémi Verschelde
2019-06-21Particles: Properly initialize angular velocity parameterRémi Verschelde
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-06-12Merge pull request #29696 from akien-mga/cpuparticles-randomnessRémi Verschelde
2019-06-11CPUParticles: Do randomness ratio computations in phase instead of timeRémi Verschelde
2019-06-11CPUParticles: Fix inconsistent tangential accelerationRémi Verschelde
2019-05-25Tweak the particle animation node configuration warning messageHugo Locurcio
2019-04-24Make multimesh invisible initially in CPUParticlesDaeil Kim
2019-03-20Ensure non-emitting particles not processed on entering treeDaeil Kim
2019-03-10Fix resetting of CPUParticles (2D and 3D)JFonS
2019-03-09Prevent invisible/inactive cpuparticles to redraw(3d)Daeil Kim
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