summaryrefslogtreecommitdiffstats
path: root/scene/3d/particles.cpp
Commit message (Expand)AuthorAgeFilesLines
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-5/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-111-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed Particles restart after visibility has been set to off and on againPouleyKetchoupp2019-11-091-0/+7
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Fix various memory leaks and errorsBojidar Marinov2019-07-021-0/+1
* Merge pull request #29937 from clayjohn/particles-one-shot-bugRémi Verschelde2019-06-271-2/+26
|\
| * update emitting status on one-shot particlesclayjohn2019-06-251-2/+26
* | properly set emitting when particles restartclayjohn2019-06-211-0/+1
|/
* Tweak the particle animation node configuration warning messageHugo Locurcio2019-05-251-1/+1
* allowing setting particles lifetime greater than 600clayjohn2019-02-181-1/+1
* Warn when using GPU particles with GLES2Rémi Verschelde2019-02-091-0/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make 2D particles work OOTB (again)JFonS2018-11-131-1/+23
* Move ParticlesMaterial code to its own resource fileRémi Verschelde2018-09-041-1217/+1
* Particles: Allow speed_scale at 0 in property hint, equivalent to pauseRémi Verschelde2018-08-241-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* updated some particlematerial propertiesclayjohn2018-06-101-2/+2
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-11/+11
* Merge pull request #16359 from Noshyaar/convertRémi Verschelde2018-05-031-20/+5
|\
| * Particles: fix corrupted scene when saved after convert (2nd try)Poommetee Ketson2018-02-241-20/+5
* | Fixes logically dead code (Coverity)Crazy-P2018-04-211-6/+0
* | Particles 2D and 3D - fix hue variation not working by transposing the hue ma...brendor2018-03-201-2/+2
|/
* solved particle memory leak, fixes #15591Juan Linietsky2018-01-111-0/+17
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Set particles emitting to false when particles finish emitting with one-shot ...MrCdK2017-12-231-4/+3
* particles spread/flatness fixes, pi factorizationmatrem2017-12-151-11/+23
* Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-101-2/+2
* Implement orbit velocity in particles (this is for 2D only, like in 2.1), clo...Juan Linietsky2017-12-071-5/+27
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* -Fix particles with size==0, closes #13931Juan Linietsky2017-12-061-0/+6
* Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865Tom Beckmann2017-11-191-3/+9
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-7/+7
* Fix particles' tangential acceleration randomnessMrCdK2017-11-101-2/+2
* Fix randomisation of initial particle velocityMillionOstrich2017-11-061-2/+2
* Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde2017-10-201-167/+169
|\
| * Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa2017-10-121-167/+169
* | Remove junk outputRuslan Mustakov2017-10-131-4/+0
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-26/+27
* Merge pull request #10309 from H4kor/particlesRémi Verschelde2017-08-161-7/+9
|\
| * Checking vecs before normalization. Fixes #10183Niko Abeler2017-08-161-7/+9
* | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitchJuan Linietsky2017-08-151-2/+1
|\ \
| * | trail divisor is now works properlyIndah Sylvia2017-08-081-2/+1
* | | Disabling Particles::one_shot restarts emissionZher Huei Lee2017-08-121-0/+2
| |/ |/|
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-16/+16
|/
* Ability to pause particles, closes #3675Juan Linietsky2017-08-071-0/+12