index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
3d
/
cpu_particles.cpp
Age
Commit message (
Expand
)
Author
2019-09-25
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-24
fix particles scale randomization
clayjohn
2019-07-20
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-07-14
added individual particle random lifetime
clayjohn
2019-07-06
cpu_particles: Return uniform density spheres.
Simon Puchert
2019-07-02
Merge pull request #26613 from KoBeWi/direction_of_particles
Rémi Verschelde
2019-06-27
Merge pull request #29937 from clayjohn/particles-one-shot-bug
Rémi Verschelde
2019-06-26
Add a Direction property to ParticlesMaterial
Tomasz Chabora
2019-06-25
update emitting status on one-shot particles
clayjohn
2019-06-24
Merge pull request #29974 from clayjohn/particles_restart
Rémi Verschelde
2019-06-21
properly set emitting when particles restart
clayjohn
2019-06-21
CPUParticles: Set linear velocity to 0, like GPU Particles
Rémi Verschelde
2019-06-21
Particles: Properly initialize angular velocity parameter
Rémi Verschelde
2019-06-16
Merge pull request #29700 from clayjohn/cpuparticles_transform_bug
Rémi Verschelde
2019-06-14
fix CPU particles bug with local_coords and transform
clayjohn
2019-06-13
Implement missing orbit velocity for CPUParticles and CPUParticles2D
Rémi Verschelde
2019-06-12
Merge pull request #29696 from akien-mga/cpuparticles-randomness
Rémi Verschelde
2019-06-11
CPUParticles: Do randomness ratio computations in phase instead of time
Rémi Verschelde
2019-06-11
CPUParticles: Fix inconsistent tangential acceleration
Rémi Verschelde
2019-05-25
Tweak the particle animation node configuration warning message
Hugo Locurcio
2019-04-24
Make multimesh invisible initially in CPUParticles
Daeil Kim
2019-03-20
Ensure non-emitting particles not processed on entering tree
Daeil Kim
2019-03-10
Fix resetting of CPUParticles (2D and 3D)
JFonS
2019-03-09
Prevent invisible/inactive cpuparticles to redraw(3d)
Daeil Kim
2019-02-18
allowing setting particles lifetime greater than 600
clayjohn
2019-01-16
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-03
Merge pull request #24051 from Omicron666/patch-1
Rémi Verschelde
2018-12-02
Merge pull request #24007 from JFonS/fix_cpuparticles_scale
Rémi Verschelde
2018-11-30
Fix "scale" property collision in CPUParticles
JFonS
2018-11-29
Fixes typo in source string sent to translation.
Omicron
2018-11-28
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-23
Fixing wrong type hint on CPUParticles and CPUParticles2D's color ramp
Italo Vieira
2018-11-19
Tweak the Hue Variation property hint to allow finer adjustments
Hugo Locurcio
2018-11-13
Make 2D particles work OOTB (again)
JFonS
2018-11-10
Fix wrong editor hints for angular_velocity properties
Kanabenki
2018-11-04
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D
JFonS
2018-10-08
Ensure CPU particles do not process if not visible
Juan Linietsky
2018-10-08
Fixes to CPU particles for performance and avoiding NaNs.
Juan Linietsky
2018-09-29
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-04
Move ParticlesMaterial code to its own resource file
Rémi Verschelde
2018-08-29
Add missing copyright headers
Rémi Verschelde
2018-08-29
Ported CPU particles to 2D
Juan Linietsky
2018-08-24
Particles: Allow speed_scale at 0 in property hint, equivalent to pause
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-07-27
Rename flag to better name
Juan Linietsky
2018-07-23
Fix issues with CPUParticles and related conversion from Particles. Closes #2...
Juan Linietsky
2018-07-07
Add option to convert Particles to CPUParticles
Juan Linietsky
[next]