| Commit message (Expand) | Author | Age | Files | Lines |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -5/+5 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -2/+2 |
* | Modernized default 3D material, fixes material bugs. | Juan Linietsky | 2020-02-11 | 1 | -5/+5 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fixed Particles restart after visibility has been set to off and on again | PouleyKetchoupp | 2019-11-09 | 1 | -0/+7 |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -2/+2 |
* | Fixes minor issues found by static analyzer | qarmin | 2019-07-07 | 1 | -1/+1 |
* | Fix various memory leaks and errors | Bojidar Marinov | 2019-07-02 | 1 | -0/+1 |
* | Merge pull request #29937 from clayjohn/particles-one-shot-bug | Rémi Verschelde | 2019-06-27 | 1 | -2/+26 |
|\ |
|
| * | update emitting status on one-shot particles | clayjohn | 2019-06-25 | 1 | -2/+26 |
* | | properly set emitting when particles restart | clayjohn | 2019-06-21 | 1 | -0/+1 |
|/ |
|
* | Tweak the particle animation node configuration warning message | Hugo Locurcio | 2019-05-25 | 1 | -1/+1 |
* | allowing setting particles lifetime greater than 600 | clayjohn | 2019-02-18 | 1 | -1/+1 |
* | Warn when using GPU particles with GLES2 | Rémi Verschelde | 2019-02-09 | 1 | -0/+6 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Make 2D particles work OOTB (again) | JFonS | 2018-11-13 | 1 | -1/+23 |
* | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | 2018-09-04 | 1 | -1217/+1 |
* | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde | 2018-08-24 | 1 | -1/+1 |
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -1/+1 |
* | updated some particlematerial properties | clayjohn | 2018-06-10 | 1 | -2/+2 |
* | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | 2018-05-16 | 1 | -11/+11 |
* | Merge pull request #16359 from Noshyaar/convert | Rémi Verschelde | 2018-05-03 | 1 | -20/+5 |
|\ |
|
| * | Particles: fix corrupted scene when saved after convert (2nd try) | Poommetee Ketson | 2018-02-24 | 1 | -20/+5 |
* | | Fixes logically dead code (Coverity) | Crazy-P | 2018-04-21 | 1 | -6/+0 |
* | | Particles 2D and 3D - fix hue variation not working by transposing the hue ma... | brendor | 2018-03-20 | 1 | -2/+2 |
|/ |
|
* | solved particle memory leak, fixes #15591 | Juan Linietsky | 2018-01-11 | 1 | -0/+17 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Set particles emitting to false when particles finish emitting with one-shot ... | MrCdK | 2017-12-23 | 1 | -4/+3 |
* | particles spread/flatness fixes, pi factorization | matrem | 2017-12-15 | 1 | -11/+23 |
* | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | 2017-12-10 | 1 | -2/+2 |
* | Implement orbit velocity in particles (this is for 2D only, like in 2.1), clo... | Juan Linietsky | 2017-12-07 | 1 | -5/+27 |
* | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -2/+2 |
* | -Fix particles with size==0, closes #13931 | Juan Linietsky | 2017-12-06 | 1 | -0/+6 |
* | Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865 | Tom Beckmann | 2017-11-19 | 1 | -3/+9 |
* | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -7/+7 |
* | Fix particles' tangential acceleration randomness | MrCdK | 2017-11-10 | 1 | -2/+2 |
* | Fix randomisation of initial particle velocity | MillionOstrich | 2017-11-06 | 1 | -2/+2 |
* | Merge pull request #12052 from hi-ogawa/particle-material-conversion-plugin | Rémi Verschelde | 2017-10-20 | 1 | -167/+169 |
|\ |
|
| * | Create ParticlesMaterialConversionPlugin and format generated shader code | Hiroshi Ogawa | 2017-10-12 | 1 | -167/+169 |
* | | Remove junk output | Ruslan Mustakov | 2017-10-13 | 1 | -4/+0 |
|/ |
|
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -26/+27 |
* | Merge pull request #10309 from H4kor/particles | Rémi Verschelde | 2017-08-16 | 1 | -7/+9 |
|\ |
|
| * | Checking vecs before normalization. Fixes #10183 | Niko Abeler | 2017-08-16 | 1 | -7/+9 |
* | | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitch | Juan Linietsky | 2017-08-15 | 1 | -2/+1 |
|\ \ |
|
| * | | trail divisor is now works properly | Indah Sylvia | 2017-08-08 | 1 | -2/+1 |
* | | | Disabling Particles::one_shot restarts emission | Zher Huei Lee | 2017-08-12 | 1 | -0/+2 |
| |/
|/| |
|
* | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -16/+16 |
|/ |
|
* | Ability to pause particles, closes #3675 | Juan Linietsky | 2017-08-07 | 1 | -0/+12 |