| Commit message (Expand) | Author | Age | Files | Lines |
* | Add cone angle control to particle emission ring shape | Kasper Arnklit Frandsen | 2024-09-02 | 1 | -5/+27 |
* | Fix code style for generated shader code from ParticleProcessMaterial | Flyn San | 2024-05-31 | 1 | -280/+269 |
* | Merge pull request #87320 from Rudolph-B/main | Rémi Verschelde | 2024-05-15 | 1 | -7/+9 |
|\ |
|
| * | Fixed collided particles getting stuck with zero velocity. | Rudolph Bester | 2024-05-14 | 1 | -7/+9 |
* | | Merge pull request #91449 from Arnklit/particles-emission-ring-shape-fix2 | Rémi Verschelde | 2024-05-14 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix sqrt application for radius in particle ring emission | Kasper Arnklit Frandsen | 2024-05-14 | 1 | -1/+1 |
| |/ |
|
* / | Let materials' shaders update happen on loader threads | Pedro J. Estébanez | 2024-05-06 | 1 | -17/+8 |
|/ |
|
* | Merge pull request #91223 from Arnklit/particle-cylinder-emission-distributio... | Rémi Verschelde | 2024-05-01 | 1 | -1/+1 |
|\ |
|
| * | Fix particle cylinder emission shape random distribution | Kasper Arnklit Frandsen | 2024-04-30 | 1 | -1/+1 |
* | | Merge pull request #85189 from QbieShay/qbe/fix-emission-at-end | Rémi Verschelde | 2024-05-01 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Subemitter emission at end now correctly emits at end | QbieShay | 2023-11-23 | 1 | -3/+3 |
* | | Merge pull request #85880 from Rudolph-B/GPU-particles-2D-spread-issue | Rémi Verschelde | 2024-04-24 | 1 | -19/+26 |
|\ \ |
|
| * | | Fixed particle spread values effecting particle velocity | Rudolph Bester | 2023-12-08 | 1 | -19/+26 |
* | | | fix: avoid shader crash on null vector and negative x vector | Kasper Frandsen | 2024-04-17 | 1 | -2/+2 |
* | | | Improve editing of min/max particle properties | kobewi | 2023-12-20 | 1 | -39/+49 |
|/ / |
|
* / | Fixed radial inwards velocity clamping incorrectly (regression from 83488) | QbieShay | 2023-11-23 | 1 | -3/+6 |
|/ |
|
* | Fix several ParticleProcessMaterial texture names | bitsawer | 2023-11-13 | 1 | -3/+3 |
* | Fix several Material texture parameter updates | bitsawer | 2023-11-01 | 1 | -9/+9 |
* | Merge pull request #84028 from QbieShay/qbe/fix-damp-fric | Rémi Verschelde | 2023-10-30 | 1 | -10/+11 |
|\ |
|
| * | Fix friction being in the correct if/else branch | QbieShay | 2023-10-30 | 1 | -10/+11 |
* | | Merge pull request #84056 from QbieShay/qbe/fix-orbit-z | Rémi Verschelde | 2023-10-30 | 1 | -9/+13 |
|\ \ |
|
| * | | fixed wrong rotation matrix for orbit z velocity | QbieShay | 2023-10-28 | 1 | -9/+13 |
| |/ |
|
* | | fixed turbulence post rework. | QbieShay | 2023-10-28 | 1 | -6/+8 |
* | | [Particles] Fix invalid parameter ranges | A Thousand Ships | 2023-10-26 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #83881 from jsjtxietian/fix-generated-particle-shader-use-... | Rémi Verschelde | 2023-10-26 | 1 | -11/+9 |
|\ |
|
| * | Fix `noise_direction` variable used before initialized in particle shader | jsjtxietian | 2023-10-25 | 1 | -11/+9 |
* | | Merge pull request #83831 from QbieShay/qbe/fix-normal-point | Rémi Verschelde | 2023-10-24 | 1 | -1/+24 |
|\ \
| |/
|/| |
|
| * | Fixed directed points not working, and fixig friction formula | QbieShay | 2023-10-23 | 1 | -1/+24 |
* | | fix performance hit due to enabling collision | Saif Kandil | 2023-10-22 | 1 | -6/+10 |
|/ |
|
* | Merge pull request #83620 from clayjohn/particles-material-emission | Rémi Verschelde | 2023-10-20 | 1 | -1/+1 |
|\ |
|
| * | Fix typo in particles process material when using emission color texture | clayjohn | 2023-10-19 | 1 | -1/+1 |
* | | Fixed division by zero in particle process, initial ramp, and amount ratio+scale | QbieShay | 2023-10-17 | 1 | -14/+14 |
|/ |
|
* | Particle internal refactor and additions for more artistic control | QbieShay | 2023-10-10 | 1 | -429/+789 |
* | Fix GPUParticle2D offset stutter | Marcus Elg | 2023-08-25 | 1 | -1/+1 |
* | Fix particle shader deterministic random values | Septian | 2023-08-15 | 1 | -2/+4 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+1 |
* | Add warnings and fallbacks for particles sub emitters when using the GL Compa... | clayjohn | 2023-06-21 | 1 | -2/+5 |
* | Correctly reset particle size and rotation in ParticlesProcessMaterial | Raffaele Picca | 2023-06-08 | 1 | -2/+8 |
* | Increase precision in particle damping properties in the editor | Hugo Locurcio | 2023-06-07 | 1 | -2/+2 |
* | Fix `turbulence_noise_scale` regression. | KdotJPG | 2023-05-30 | 1 | -1/+5 |
* | Reworked Particle Turbulence - Rebased. | KdotJPG | 2023-05-17 | 1 | -54/+67 |
* | Avoid sync issues in materials with scheduled shader updates | Pedro J. Estébanez | 2023-05-10 | 1 | -3/+2 |
* | Use angle_rand to calculate base_angle in particles process material | clayjohn | 2023-04-13 | 1 | -2/+2 |
* | Merge pull request #70716 from Calinou/particles-tweak-animation-offset-prope... | Rémi Verschelde | 2023-01-10 | 1 | -2/+2 |
|\ |
|
| * | Tweak particles animation offset property hint to allow more precise values | Hugo Locurcio | 2022-12-29 | 1 | -2/+2 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | | Add safety-checks before some servers `free()` | Adam Scott | 2022-12-29 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #66349 from A-Lamia/Amount_At_Collision | Rémi Verschelde | 2022-10-13 | 1 | -1/+23 |
|\ |
|
| * | particles: add amount property to sub property collision. | Lamia | 2022-10-13 | 1 | -1/+23 |
* | | removed 2nd particle collision velocity calculation | benbot | 2022-09-12 | 1 | -15/+7 |
|/ |
|