Age | Commit message (Expand) | Author |
---|---|---|
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-03-09 | Prevent invisible/inactive cpuparticles to redraw(3d) | Daeil Kim |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS |
2018-10-08 | Fixes to CPU particles for performance and avoiding NaNs. | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | 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-07-07 | Add option to convert Particles to CPUParticles | Juan Linietsky |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky |