summaryrefslogtreecommitdiffstats
path: root/scene/resources/particles_material.cpp
Commit message (Expand)AuthorAgeFilesLines
* Explicitly use floating point numbers in the our shadersHein-Pieter van Braam2019-02-241-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved dirty material lists from static to lifetime controlled by main.Ibrahn Sahir2018-11-211-5/+10
* Tweak the Hue Variation property hint to allow finer adjustmentsHugo Locurcio2018-11-191-1/+1
* ParticlesMaterial: Simplify PARAM_SCALE texture validationRémi Verschelde2018-11-131-6/+1
* Fix angular velocity property range in editor for ParticlesMaterialKanabenki2018-11-061-1/+1
* Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS2018-11-041-7/+0
* Fixes to CPU particles for performance and avoiding NaNs.Juan Linietsky2018-10-081-1/+1
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+3
* Particles: Reset default velocity to 0, allow negative valuesRémi Verschelde2018-09-041-2/+2
* Style: Format generated shader code in ParticlesMaterialRémi Verschelde2018-09-041-107/+121
* Move ParticlesMaterial code to its own resource fileRémi Verschelde2018-09-041-0/+1245