summaryrefslogtreecommitdiffstats
path: root/scene/3d/particles.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reworked translation systemJuan Linietsky2017-06-281-1/+1
* Curve featuresMarc Gilleron2017-06-261-8/+3
* Usability improvements for folding. Unfortunately SpatialMaterial broke compa...Juan Linietsky2017-06-251-3/+4
* Ability to restart particle system with a function callJuan Linietsky2017-06-251-0/+22
* Added Curve resourceMarc Gilleron2017-06-241-18/+4
* Small fixes required to get platformer to work.Juan Linietsky2017-06-231-1/+1
* Properly exposed material types everywhere.Juan Linietsky2017-06-221-1/+1
* 2D GPU Particles working..Juan Linietsky2017-06-211-57/+139
* Particles potential crash fix 2honix2017-05-161-0/+2
* Particle system is complete. Rejoice!Juan Linietsky2017-04-081-25/+94
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-363/+1184
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-33/+33
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-32/+32
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-2/+2