summaryrefslogtreecommitdiffstats
path: root/scene/2d/cpu_particles_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Changed some code showed in LGTM and Coverageqarmin2019-07-201-3/+0
* | added individual particle random lifetimeclayjohn2019-07-141-0/+20
|/
* cpu_particles: Return uniform density spheres.Simon Puchert2019-07-061-2/+3
* Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde2019-07-021-2/+19
|\
| * Add a Direction property to ParticlesMaterialTomasz Chabora2019-06-261-2/+19
* | CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2DRémi Verschelde2019-06-301-1/+1
* | Merge pull request #29937 from clayjohn/particles-one-shot-bugRémi Verschelde2019-06-271-1/+2
|\ \
| * | update emitting status on one-shot particlesclayjohn2019-06-251-1/+2
* | | Merge pull request #29974 from clayjohn/particles_restartRémi Verschelde2019-06-241-0/+2
|\ \ \
| * | | properly set emitting when particles restartclayjohn2019-06-211-0/+2
| |/ /
* | | CPUParticles: Set linear velocity to 0, like GPU ParticlesRémi Verschelde2019-06-211-1/+1
* | | Particles: Properly initialize angular velocity parameterRémi Verschelde2019-06-211-1/+1
|/ /
* | change emit shape circle to sphere in CPUParticles2Dclayjohn2019-06-171-4/+5
* | Merge pull request #29700 from clayjohn/cpuparticles_transform_bugRémi Verschelde2019-06-161-6/+39
|\ \
| * | fix CPU particles bug with local_coords and transformclayjohn2019-06-141-6/+39
* | | Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde2019-06-131-31/+19
* | | Merge pull request #29696 from akien-mga/cpuparticles-randomnessRémi Verschelde2019-06-121-4/+11
|\ \ \
| * | | CPUParticles: Do randomness ratio computations in phase instead of timeRémi Verschelde2019-06-111-4/+11
| |/ /
* / / CPUParticles: Fix inconsistent tangential accelerationRémi Verschelde2019-06-111-3/+4
|/ /
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* | Ensure non-emitting particles not processed on entering treeDaeil Kim2019-03-201-3/+4
* | Fix resetting of CPUParticles (2D and 3D)JFonS2019-03-101-3/+3
* | Prevent invisible/inactive cpupparticles2d to redrawDaeil Kim2019-03-081-48/+33
|/
* allowing setting particles lifetime greater than 600clayjohn2019-02-181-1/+1
* Fix local_delta when resetting CPUParticlesJFonS2019-02-011-1/+1
* Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bugRémi Verschelde2019-01-221-1/+1
|\
| * fix bug with cpu_particle_2d_align_yclayjohn2019-01-211-1/+1
* | properly initialize angular_velocity in cpuparticles2dclayjohn2019-01-211-0/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix "scale" property collision in CPUParticlesJFonS2018-11-301-3/+3
* Fixing wrong type hint on CPUParticles and CPUParticles2D's color rampItalo Vieira2018-11-231-1/+1
* Tweak the Hue Variation property hint to allow finer adjustmentsHugo Locurcio2018-11-191-1/+1
* Make 2D particles work OOTB (again)JFonS2018-11-131-9/+19
* Fix wrong editor hints for angular_velocity propertiesKanabenki2018-11-101-1/+1
* Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS2018-11-041-39/+50
* Ensure CPU particles do not process if not visibleJuan Linietsky2018-10-081-1/+1
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-4/+0
* Move ParticlesMaterial code to its own resource fileRémi Verschelde2018-09-041-3/+1
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Ported CPU particles to 2DJuan Linietsky2018-08-291-0/+1374