summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/storage_rd/particles_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add GPUParticles to the OpenGL3 renderer.clayjohn2022-11-141-0/+1
* Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime`Hugo Locurcio2022-11-071-2/+2
* Correctly set number of particle dispatches when setting view axisclayjohn2022-10-251-1/+3
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-4/+2
* Merge pull request #66683 from clayjohn/SRGB-canvasitemRémi Verschelde2022-10-051-1/+1
|\
| * Default CanvasItem materials to not convert uniform colors to linear space.clayjohn2022-09-301-1/+1
* | Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-0/+15
|/
* Fix typo - "collison" -> "collision"danboo2022-09-291-1/+1
* Fix MSVC warning C4702: unreachable codeRémi Verschelde2022-09-281-2/+0
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-2/+2
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-6/+6
* Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-1/+1
* Changed storage structs to privateBastiaan Olij2022-08-011-16/+31
* Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-2/+2
* Implement shader uniform groups/subgroupsYuri Rubinsky2022-07-261-0/+15
* Clean up Shader Preprocessorreduz2022-07-221-0/+3
* Split dependency logicBastiaan Olij2022-06-281-22/+21
* Fix particle system from going inactive earlyGanidhuAbey2022-05-241-5/+2
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-12/+12
|\
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-12/+12
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-4/+0
|/
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Moved particles into ParticlesStorageBastiaan Olij2022-04-171-0/+1897