summaryrefslogtreecommitdiffstats
path: root/scene/3d/cpu_particles.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1546/+0
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+3
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-105/+82
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-33/+33
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-26/+26
* Fixed 2D and 3D CPU ParticlesJuan Linietsky2020-02-111-15/+15
* More GIProbe work and fixesJuan Linietsky2020-02-111-1/+1
* Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-111-5/+5
* Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky2020-02-111-2/+2
* Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde2020-01-161-1/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed disconnecting not connected signalMikolaj Kaczmarek2019-10-291-1/+3
* Fixed emitting not initialized correctly in cpu particles 2d/3dPouleyKetchoupp2019-10-241-2/+4
* Fixed delay when CPUParticles & CPUParticles2D start being emittedPouleyKetchoupp2019-10-201-73/+95
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+3
|\
| * Added some obvious errors explanationsqarmin2019-09-251-3/+3
* | fix particles scale randomizationclayjohn2019-09-241-2/+2
|/
* Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-201-3/+0
|\
| * 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-1/+3
* Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde2019-07-021-4/+20
|\
| * Add a Direction property to ParticlesMaterialTomasz Chabora2019-06-261-4/+20
* | 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-0/+1
|/ /
* | Merge pull request #29700 from clayjohn/cpuparticles_transform_bugRémi Verschelde2019-06-161-7/+49
|\ \
| * | fix CPU particles bug with local_coords and transformclayjohn2019-06-141-7/+49
* | | Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde2019-06-131-23/+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-2/+3
|/ /
* | Tweak the particle animation node configuration warning messageHugo Locurcio2019-05-251-1/+1
* | Make multimesh invisible initially in CPUParticlesDaeil Kim2019-04-241-0/+1
* | Ensure non-emitting particles not processed on entering treeDaeil Kim2019-03-201-4/+6
* | Fix resetting of CPUParticles (2D and 3D)JFonS2019-03-101-3/+3
* | Prevent invisible/inactive cpuparticles to redraw(3d)Daeil Kim2019-03-091-46/+30
|/
* allowing setting particles lifetime greater than 600clayjohn2019-02-181-1/+1
* Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-8/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #24051 from Omicron666/patch-1Rémi Verschelde2018-12-031-1/+1
|\
| * Fixes typo in source string sent to translation.Omicron2018-11-291-1/+1
* | Merge pull request #24007 from JFonS/fix_cpuparticles_scaleRémi Verschelde2018-12-021-4/+4
|\ \ | |/ |/|
| * Fix "scale" property collision in CPUParticlesJFonS2018-11-301-4/+4
* | Fix many errors found by PVS-StudioAaron Franke2018-11-281-4/+4
|/
* Fixing wrong type hint on CPUParticles and CPUParticles2D's color rampItalo Vieira2018-11-231-1/+1