index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
particles_material.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ParticlesMaterial to ParticleProcessMaterial
Micky
2022-08-26
1
-1895
/
+0
*
Fix ParticlesMaterial build after #61238
Rémi Verschelde
2022-08-25
1
-4
/
+4
*
Merge pull request #61238 from Calinou/particlesmaterial-add-fade-on-contact-...
Rémi Verschelde
2022-08-25
1
-12
/
+40
|
\
|
*
Add "Hide on Contact" collision mode to ParticlesMaterial
Hugo Locurcio
2022-08-19
1
-12
/
+40
*
|
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-29
/
+29
|
/
*
Add space to ParticlesMaterial "Particle Flags" group name
FireForge
2022-08-02
1
-1
/
+1
*
Rename ParticlesMaterial.turbulence_active to turbulence_enabled
FireForge
2022-08-02
1
-15
/
+15
*
Added default values to particle turbulence.
Raffaele Picca
2022-08-02
1
-1
/
+1
*
Turbulence Noise for Particle Material
Raffaele Picca
2022-07-28
1
-17
/
+282
*
Declaring emission_tex_ofs globally
mightygoat
2022-06-19
1
-0
/
+6
*
Merge pull request #60803 from Chaosus/shader_hint_rename
Rémi Verschelde
2022-05-24
1
-4
/
+4
|
\
|
*
Rename `hint_albedo`, `hint_white/black` in shaders
Yuri Roubinsky
2022-05-09
1
-4
/
+4
*
|
Remove outdated "not implemented yet" comments in ParticlesMaterial
Hugo Locurcio
2022-05-20
1
-2
/
+0
*
|
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-1
/
+1
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
|
/
*
Clamp Gradient and Curve Textures in ParticlesMaterial
clayjohn
2022-04-19
1
-14
/
+14
*
Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape
Rémi Verschelde
2022-03-18
1
-2
/
+13
|
\
|
*
Fixed sphere emission shape to emit particles in a spheres volume and added "...
Raffaele Picca
2021-12-06
1
-2
/
+13
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Merge pull request #55263 from RPicster/ParticleMaterial-random-start-color
Rémi Verschelde
2021-12-10
1
-0
/
+34
|
\
\
|
*
|
Random initial color parameter for ParticleMaterial
Raffaele Picca
2021-12-03
1
-0
/
+34
|
|
/
*
/
Fixed texture animation speed when using random lifetime ( Particle2D gpu + c...
Raffaele Picca
2021-11-26
1
-1
/
+1
|
/
*
Rename `GradientTexture` to `GradientTexture1D`
Andrii Doroshenko (Xrayez)
2021-11-07
1
-1
/
+1
*
Prevent shaders from generating code before the constructor finishes.
Tom Coxon
2021-09-21
1
-1
/
+2
*
moved particle parameters to minmax and split scale axis
QbieShay
2021-08-22
1
-164
/
+180
*
Add a comment at the top of generated shaders
Hugo Locurcio
2021-08-16
1
-1
/
+6
*
Use real_t and double where appropriate in Particles
Aaron Franke
2021-08-12
1
-12
/
+13
*
Fix regressions caused by recent particle spread refactor
Morris Tabor
2021-08-12
1
-29
/
+37
*
Merge pull request #50370 from QbieShay/circle-emitter-particle
Rémi Verschelde
2021-07-21
1
-2
/
+95
|
\
|
*
This commits adds a new emitter type for particles material
QbieShay
2021-07-11
1
-2
/
+95
*
|
Merge pull request #49348 from Geometror/fix-particles-hidden-basecolor
Rémi Verschelde
2021-07-14
1
-5
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix color properties of particle nodes/material
Hendrik Brucker
2021-07-04
1
-5
/
+1
*
|
Fix Command Queue Crash
reduz
2021-07-07
1
-15
/
+21
|
/
*
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-07-01
1
-9
/
+9
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-1
/
+1
*
Merge pull request #48955 from Calinou/editor-tweak-property-hints
Rémi Verschelde
2021-05-25
1
-1
/
+1
|
\
|
*
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-05-25
1
-1
/
+1
*
|
Support for 2D particles to collide against SDF
reduz
2021-05-23
1
-1
/
+1
|
/
*
Merge pull request #46688 from QbieShay/fix-particle-rotate-y-4
Rémi Verschelde
2021-04-28
1
-1
/
+1
|
\
|
*
fixed particle rotate y flag
QbieShay
2021-03-05
1
-1
/
+1
*
|
Split particle shader entry points
reduz
2021-04-17
1
-125
/
+132
*
|
Refactor GLSL shader compilation
reduz
2021-04-14
1
-1
/
+1
*
|
Fix ParticlesMaterial spread
Morris Tabor
2021-03-25
1
-5
/
+12
*
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
|
/
*
Removed _change_notify
reduz
2021-02-10
1
-4
/
+4
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-2
/
+0
*
Fix particles not properly modified by their lifetime
Yuri Roubinsky
2021-01-27
1
-13
/
+15
*
Renamed `emit_particle` to `emit_subparticle` shader function
Yuri Roubinsky
2021-01-12
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
-32
/
+32
[next]