| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent shaders from generating code before the constructor finishes. | Tom Coxon | 2021-09-21 | 1 | -0/+1 |
* | moved particle parameters to minmax and split scale axis | QbieShay | 2021-08-22 | 1 | -31/+31 |
* | Adjust the material key bit size for ParticlesMaterial | Yuri Sizov | 2021-08-18 | 1 | -1/+6 |
* | Use real_t and double where appropriate in Particles | Aaron Franke | 2021-08-12 | 1 | -17/+17 |
* | This commits adds a new emitter type for particles material | QbieShay | 2021-07-11 | 1 | -0/+17 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -3/+3 |
* | Added ability to visualize native shaders | reduz | 2021-01-06 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags" | Aaron Franke | 2020-12-04 | 1 | -13/+13 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Implement GPU Particle Collisions | reduz | 2020-10-09 | 1 | -4/+30 |
* | doc: Sync classref with current source | Rémi Verschelde | 2020-09-11 | 1 | -1/+0 |
* | Implement manual particle emission and particle sub emitters. | reduz | 2020-09-06 | 1 | -22/+42 |
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -2/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -3/+0 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -1/+1 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -15/+15 |
* | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde | 2020-01-16 | 1 | -0/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | added individual particle random lifetime | clayjohn | 2019-07-14 | 1 | -0/+7 |
* | Merge pull request #26613 from KoBeWi/direction_of_particles | Rémi Verschelde | 2019-07-02 | 1 | -0/+5 |
|\ |
|
| * | Add a Direction property to ParticlesMaterial | Tomasz Chabora | 2019-06-26 | 1 | -0/+5 |
* | | Made use of semicolons more consitent, fixed formatting | JohnJLight | 2019-06-19 | 1 | -1/+1 |
|/ |
|
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Moved dirty material lists from static to lifetime controlled by main. | Ibrahn Sahir | 2018-11-21 | 1 | -1/+1 |
* | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS | 2018-11-04 | 1 | -1/+0 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | 2018-09-04 | 1 | -0/+302 |