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
/
2d
/
cpu_particles_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-3
/
+0
*
|
added individual particle random lifetime
clayjohn
2019-07-14
1
-0
/
+20
|
/
*
cpu_particles: Return uniform density spheres.
Simon Puchert
2019-07-06
1
-2
/
+3
*
Merge pull request #26613 from KoBeWi/direction_of_particles
Rémi Verschelde
2019-07-02
1
-2
/
+19
|
\
|
*
Add a Direction property to ParticlesMaterial
Tomasz Chabora
2019-06-26
1
-2
/
+19
*
|
CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2D
Rémi Verschelde
2019-06-30
1
-1
/
+1
*
|
Merge pull request #29937 from clayjohn/particles-one-shot-bug
Rémi Verschelde
2019-06-27
1
-1
/
+2
|
\
\
|
*
|
update emitting status on one-shot particles
clayjohn
2019-06-25
1
-1
/
+2
*
|
|
Merge pull request #29974 from clayjohn/particles_restart
Rémi Verschelde
2019-06-24
1
-0
/
+2
|
\
\
\
|
*
|
|
properly set emitting when particles restart
clayjohn
2019-06-21
1
-0
/
+2
|
|
/
/
*
|
|
CPUParticles: Set linear velocity to 0, like GPU Particles
Rémi Verschelde
2019-06-21
1
-1
/
+1
*
|
|
Particles: Properly initialize angular velocity parameter
Rémi Verschelde
2019-06-21
1
-1
/
+1
|
/
/
*
|
change emit shape circle to sphere in CPUParticles2D
clayjohn
2019-06-17
1
-4
/
+5
*
|
Merge pull request #29700 from clayjohn/cpuparticles_transform_bug
Rémi Verschelde
2019-06-16
1
-6
/
+39
|
\
\
|
*
|
fix CPU particles bug with local_coords and transform
clayjohn
2019-06-14
1
-6
/
+39
*
|
|
Implement missing orbit velocity for CPUParticles and CPUParticles2D
Rémi Verschelde
2019-06-13
1
-31
/
+19
*
|
|
Merge pull request #29696 from akien-mga/cpuparticles-randomness
Rémi Verschelde
2019-06-12
1
-4
/
+11
|
\
\
\
|
*
|
|
CPUParticles: Do randomness ratio computations in phase instead of time
Rémi Verschelde
2019-06-11
1
-4
/
+11
|
|
/
/
*
/
/
CPUParticles: Fix inconsistent tangential acceleration
Rémi Verschelde
2019-06-11
1
-3
/
+4
|
/
/
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
|
Ensure non-emitting particles not processed on entering tree
Daeil Kim
2019-03-20
1
-3
/
+4
*
|
Fix resetting of CPUParticles (2D and 3D)
JFonS
2019-03-10
1
-3
/
+3
*
|
Prevent invisible/inactive cpupparticles2d to redraw
Daeil Kim
2019-03-08
1
-48
/
+33
|
/
*
allowing setting particles lifetime greater than 600
clayjohn
2019-02-18
1
-1
/
+1
*
Fix local_delta when resetting CPUParticles
JFonS
2019-02-01
1
-1
/
+1
*
Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bug
Rémi Verschelde
2019-01-22
1
-1
/
+1
|
\
|
*
fix bug with cpu_particle_2d_align_y
clayjohn
2019-01-21
1
-1
/
+1
*
|
properly initialize angular_velocity in cpuparticles2d
clayjohn
2019-01-21
1
-0
/
+1
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix "scale" property collision in CPUParticles
JFonS
2018-11-30
1
-3
/
+3
*
Fixing wrong type hint on CPUParticles and CPUParticles2D's color ramp
Italo Vieira
2018-11-23
1
-1
/
+1
*
Tweak the Hue Variation property hint to allow finer adjustments
Hugo Locurcio
2018-11-19
1
-1
/
+1
*
Make 2D particles work OOTB (again)
JFonS
2018-11-13
1
-9
/
+19
*
Fix wrong editor hints for angular_velocity properties
Kanabenki
2018-11-10
1
-1
/
+1
*
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D
JFonS
2018-11-04
1
-39
/
+50
*
Ensure CPU particles do not process if not visible
Juan Linietsky
2018-10-08
1
-1
/
+1
*
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-29
1
-4
/
+0
*
Move ParticlesMaterial code to its own resource file
Rémi Verschelde
2018-09-04
1
-3
/
+1
*
Add missing copyright headers
Rémi Verschelde
2018-08-29
1
-0
/
+30
*
Ported CPU particles to 2D
Juan Linietsky
2018-08-29
1
-0
/
+1374
[prev]