summaryrefslogtreecommitdiffstats
path: root/scene/2d/particles_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-432/+0
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-5/+5
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* 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/+24
|\
| * update emitting status on one-shot particlesclayjohn2019-06-251-2/+24
* | properly set emitting when particles restartclayjohn2019-06-211-0/+1
|/
* Warn when using GPU particles with GLES2Rémi Verschelde2019-02-091-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make 2D particles work OOTB (again)JFonS2018-11-131-0/+14
* Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS2018-11-041-35/+1
* Move ParticlesMaterial code to its own resource fileRémi Verschelde2018-09-041-3/+6
* Particles: Allow speed_scale at 0 in property hint, equivalent to pauseRémi Verschelde2018-08-241-1/+1
* Particles2D: fix editing Visibility Rect from inspectorNatrim2018-08-171-8/+8
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-2/+2
* 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
* Particles2D: Fix normal map rid.Andreas Haas2017-12-061-1/+1
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-3/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-2/+2
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-2/+2
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-1/+2
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+2
* | Disabling Particles::one_shot restarts emissionZher Huei Lee2017-08-121-0/+2
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-6/+6
* Ability to pause particles, closes #3675Juan Linietsky2017-08-071-0/+9
* Initialize Particles2D draw order propertyL. Krause2017-08-051-0/+1
* 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-1/+22
* Properly exposed material types everywhere.Juan Linietsky2017-06-221-1/+1
* Fix tools=no buildRémi Verschelde2017-06-221-0/+3
* 2D GPU Particles working..Juan Linietsky2017-06-211-973/+209
* renamed occurances of ColorRamp with GradientKarroffel2017-06-141-24/+24
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-2/+2
* -Added .hdr format supportJuan Linietsky2017-05-281-3/+3
* Merge pull request #8321 from RandomShaper/zero-preprocess-particles2dRémi Verschelde2017-04-091-1/+1
|\
| * Allow zero preprocess time for Particles2DPedro J. Estébanez2017-04-081-1/+1
* | Particles2D: Fix flip property (again).Andreas Haas2017-04-091-4/+4
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-437/+377
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-0/+1
* Use the common PRNG in 2D particles code.Ferenc Arn2017-02-271-18/+6
* Merge pull request #7897 from RandomShaper/particles2d-process-modeRémi Verschelde2017-02-271-2/+26
|\
| * Add process mode option to Particles2DPedro J. Estébanez2017-02-271-2/+26
* | Add emission_finished signal to Particles2DBojidar Marinov2017-02-251-9/+4
|/