Age | Commit message (Expand) | Author |
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde |
2020-02-28 | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Fixed 2D and 3D CPU Particles | Juan Linietsky |
2020-02-11 | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-07 | Merge pull request #32496 from bitstopper/master | Rémi Verschelde |
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde |
2020-01-16 | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-29 | Fixed disconnecting not connected signal | Mikolaj Kaczmarek |
2019-10-24 | Fixed emitting not initialized correctly in cpu particles 2d/3d | PouleyKetchoupp |
2019-10-20 | Fixed delay when CPUParticles & CPUParticles2D start being emitted | PouleyKetchoupp |
2019-10-07 | Fixes broken CPUParticles2D AtlasTextures usage | bitstopper |
2019-10-02 | Revert "Fixes CPUParticles2D not making use of AtlasTextures" | Rémi Verschelde |
2019-10-01 | Fixes CPUParticles2D not making use of AtlasTextures | bitstopper |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-24 | fix particles scale randomization | clayjohn |
2019-07-28 | toggle CPUParticles2D visibility when redrawing | clayjohn |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-14 | added individual particle random lifetime | clayjohn |
2019-07-06 | cpu_particles: Return uniform density spheres. | Simon Puchert |
2019-07-02 | Merge pull request #26613 from KoBeWi/direction_of_particles | Rémi Verschelde |
2019-06-30 | CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2D | Rémi Verschelde |
2019-06-27 | Merge pull request #29937 from clayjohn/particles-one-shot-bug | Rémi Verschelde |
2019-06-26 | Add a Direction property to ParticlesMaterial | Tomasz Chabora |
2019-06-25 | update emitting status on one-shot particles | clayjohn |
2019-06-24 | Merge pull request #29974 from clayjohn/particles_restart | Rémi Verschelde |
2019-06-21 | properly set emitting when particles restart | clayjohn |
2019-06-21 | CPUParticles: Set linear velocity to 0, like GPU Particles | Rémi Verschelde |
2019-06-21 | Particles: Properly initialize angular velocity parameter | Rémi Verschelde |
2019-06-17 | change emit shape circle to sphere in CPUParticles2D | clayjohn |
2019-06-16 | Merge pull request #29700 from clayjohn/cpuparticles_transform_bug | Rémi Verschelde |
2019-06-14 | fix CPU particles bug with local_coords and transform | clayjohn |
2019-06-13 | Implement missing orbit velocity for CPUParticles and CPUParticles2D | Rémi Verschelde |
2019-06-12 | Merge pull request #29696 from akien-mga/cpuparticles-randomness | Rémi Verschelde |
2019-06-11 | CPUParticles: Do randomness ratio computations in phase instead of time | Rémi Verschelde |
2019-06-11 | CPUParticles: Fix inconsistent tangential acceleration | Rémi Verschelde |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-03-20 | Ensure non-emitting particles not processed on entering tree | Daeil Kim |
2019-03-10 | Fix resetting of CPUParticles (2D and 3D) | JFonS |
2019-03-08 | Prevent invisible/inactive cpupparticles2d to redraw | Daeil Kim |
2019-02-18 | allowing setting particles lifetime greater than 600 | clayjohn |
2019-02-01 | Fix local_delta when resetting CPUParticles | JFonS |