| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde | 2021-04-27 | 1 | -2/+2 |
* | Use Array for node configuration warnings | Nathan Franke | 2021-04-11 | 1 | -6/+3 |
* | Use real_t in non-physics 2D nodes | Aaron Franke | 2021-03-19 | 1 | -55/+55 |
* | Refactored cpu_particles_2d.cpp _notification Method | Kyle | 2021-02-28 | 1 | -53/+51 |
* | Removed _change_notify | reduz | 2021-02-10 | 1 | -2/+2 |
* | Make Servers truly Thread Safe | reduz | 2021-02-10 | 1 | -1/+1 |
* | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut | 2021-02-07 | 1 | -25/+0 |
* | Merge pull request #45496 from Chaosus/fix_particles | Rémi Verschelde | 2021-02-03 | 1 | -15/+19 |
|\ |
|
| * | Fix particles not properly modified by their lifetime | Yuri Roubinsky | 2021-01-27 | 1 | -15/+19 |
* | | Use Math_TAU and deg2rad/rad2deg in more places and optimize code | Aaron Franke | 2021-01-09 | 1 | -4/+4 |
|/ |
|
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename Vector2.tangent() to Vector2.orthogonal() | Marcel Admiraal | 2020-12-06 | 1 | -2/+2 |
* | Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags" | Aaron Franke | 2020-12-04 | 1 | -18/+18 |
* | Refactored 2D shader and lighting system | reduz | 2020-10-24 | 1 | -19/+1 |
* | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde | 2020-10-01 | 1 | -1/+1 |
|\ |
|
| * | Update all get_configuration_warning to retrieve warnings from the parent | ArrowInAKnee | 2020-05-16 | 1 | -1/+1 |
* | | Fixes updating CPUParticles emmision shape values | booer | 2020-09-23 | 1 | -1/+1 |
* | | Fix 2D Particle velocity with directed emission mask | PouleyKetchoupp | 2020-08-09 | 1 | -1/+5 |
|/ |
|
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -18/+35 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+18 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -79/+0 |
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -2/+4 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | doc: Update classref with node renames | Rémi Verschelde | 2020-03-30 | 1 | -1/+1 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -23/+23 |
* | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | 2020-03-27 | 1 | -3/+3 |
* | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -4/+3 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -4/+3 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -87/+64 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -32/+32 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -5/+5 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -27/+27 |
* | Fixed 2D and 3D CPU Particles | Juan Linietsky | 2020-02-11 | 1 | -14/+14 |
* | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -6/+6 |
* | Merge pull request #32496 from bitstopper/master | Rémi Verschelde | 2020-02-07 | 1 | -5/+33 |
|\ |
|
| * | Fixes broken CPUParticles2D AtlasTextures usage | bitstopper | 2019-10-07 | 1 | -5/+33 |
* | | doc: Misc updates for AnimationNode* and others | Rémi Verschelde | 2020-01-23 | 1 | -15/+0 |
* | | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde | 2020-01-16 | 1 | -1/+5 |
* | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | | Fixed disconnecting not connected signal | Mikolaj Kaczmarek | 2019-10-29 | 1 | -1/+3 |
* | | Fixed emitting not initialized correctly in cpu particles 2d/3d | PouleyKetchoupp | 2019-10-24 | 1 | -2/+4 |
* | | Fixed delay when CPUParticles & CPUParticles2D start being emitted | PouleyKetchoupp | 2019-10-20 | 1 | -65/+76 |
|/ |
|
* | Revert "Fixes CPUParticles2D not making use of AtlasTextures" | Rémi Verschelde | 2019-10-02 | 1 | -14/+4 |
* | Fixes CPUParticles2D not making use of AtlasTextures | bitstopper | 2019-10-01 | 1 | -4/+14 |
* | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | 2019-09-25 | 1 | -3/+4 |
|\ |
|
| * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -3/+4 |
* | | fix particles scale randomization | clayjohn | 2019-09-24 | 1 | -2/+2 |
|/ |
|
* | toggle CPUParticles2D visibility when redrawing | clayjohn | 2019-07-28 | 1 | -0/+4 |
* | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | 2019-07-20 | 1 | -3/+0 |
|\ |
|