Qbieshay
|
419e5c40fa
Fix particle not re-randomizing every emission
|
8 months ago |
Ricardo Buring
|
56fc0fd175
CPUParticles2D - Add ability to follow physics interpolated target
|
9 months ago |
Qbieshay
|
c8b0509b7c
Fixed cpuparticles randomness regression caused by #92089
|
9 months ago |
QbieShay
|
e9eb0b6082
Implemented tools around particles seed randomization.
|
1 year ago |
Rémi Verschelde
|
21f0529aa9
Revert "Update Node::get_configuration_warnings signature"
|
1 year ago |
RedMser
|
d3852deaa4
Update Node::get_configuration_warnings signature
|
2 years ago |
HolonProduction
|
a1c0d206e8
Add `finished` signal to CPUParticles
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
5b6ccf2fd2
Merge pull request #66720 from qarmin/unintialized_memory
|
3 years ago |
Rafał Mikrut
|
2233624152
Remove usage of unitialized variables
|
3 years ago |
Marc Gilleron
|
aed3822a93
Change return type of `get_configuration_warnings` to `PackedStringArray`
|
3 years ago |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 years ago |
Yuri Sizov
|
1a24c9e14b
Make `_validate_property` a multilevel method
|
3 years ago |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
Rémi Verschelde
|
acc9b5b390
Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Raffaele Picca
|
76e2c87f57
Fixed sphere emission shape to emit particles in a spheres volume and added "Sphere Surface" to keep the old behaviour.
|
3 years ago |
Raffaele Picca
|
ddf82697d7
Random initial color parameter for ParticleMaterial
|
3 years ago |
Marcel Admiraal
|
87a4ba492e
Remove unimplemented methods
|
4 years ago |
QbieShay
|
d6672096fc
moved particle parameters to minmax and split scale axis
|
4 years ago |
Aaron Franke
|
eb4902a455
Fix some unnecessary includes
|
4 years ago |
Aaron Franke
|
430ad75963
Some work on double support
|
4 years ago |
Aaron Franke
|
84f720966c
Use doubles for time in many other places
|
4 years ago |
Hugo Locurcio
|
4a28f7e44f
Increase the default 2D gravity to 980.0
|
5 years ago |
Nathan Franke
|
2a8c59c171
Use Array for node configuration warnings
|
5 years ago |
Aaron Franke
|
6811a45b59
Use real_t in non-physics 2D nodes
|
4 years ago |
Rafał Mikrut
|
003bb8e1a8
Initialize class variables with default values in scene/ [1/2]
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Aaron Franke
|
47f8ac7864
Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"
|
4 years ago |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
5 years ago |