summaryrefslogtreecommitdiff
path: root/scene/resources/particles_material.cpp
AgeCommit message (Expand)Author
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-27Fix particles not properly modified by their lifetimeYuri Roubinsky
2021-01-12Renamed `emit_particle` to `emit_subparticle` shader functionYuri Roubinsky
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-04Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"Aaron Franke
2020-10-09Implement GPU Particle Collisionsreduz
2020-09-11doc: Sync classref with current sourceRémi Verschelde
2020-09-06Implement manual particle emission and particle sub emitters.reduz
2020-09-02Re-Implement GPU particles on master.Juan Linietsky
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-02-09Fix GPU Particleszxcvdev
2020-01-16Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-08Fixed prematurely ending animation of particles.Simon Hardt
2019-09-24fix particles scale randomizationclayjohn
2019-07-14added individual particle random lifetimeclayjohn
2019-07-06particles: Return uniform density spheres.Simon Puchert
2019-07-02Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde
2019-06-29Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina085
2019-06-26Add a Direction property to ParticlesMaterialTomasz Chabora
2019-06-21Particles: Properly initialize angular velocity parameterRémi Verschelde
2019-06-03Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterialRémi Verschelde
2019-02-24Explicitly use floating point numbers in the our shadersHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-21Moved dirty material lists from static to lifetime controlled by main.Ibrahn Sahir
2018-11-19Tweak the Hue Variation property hint to allow finer adjustmentsHugo Locurcio
2018-11-13ParticlesMaterial: Simplify PARAM_SCALE texture validationRémi Verschelde
2018-11-06Fix angular velocity property range in editor for ParticlesMaterialKanabenki
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-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-04Particles: Reset default velocity to 0, allow negative valuesRémi Verschelde
2018-09-04Style: Format generated shader code in ParticlesMaterialRémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde