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