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
/
servers
/
rendering
/
renderer_rd
/
storage_rd
/
particles_storage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GPUParticles to the OpenGL3 renderer.
clayjohn
2022-11-14
1
-0
/
+1
*
Rename GPUParticles2D/3D's `trail_length_secs` to `trail_lifetime`
Hugo Locurcio
2022-11-07
1
-2
/
+2
*
Correctly set number of particle dispatches when setting view axis
clayjohn
2022-10-25
1
-1
/
+3
*
SCons: Re-enable treating `#warning` as error with `werror`
Rémi Verschelde
2022-10-10
1
-4
/
+2
*
Merge pull request #66683 from clayjohn/SRGB-canvasitem
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
|
*
Default CanvasItem materials to not convert uniform colors to linear space.
clayjohn
2022-09-30
1
-1
/
+1
*
|
Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...
Bastiaan Olij
2022-10-04
1
-0
/
+15
|
/
*
Fix typo - "collison" -> "collision"
danboo
2022-09-29
1
-1
/
+1
*
Fix MSVC warning C4702: unreachable code
Rémi Verschelde
2022-09-28
1
-2
/
+0
*
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-09-01
1
-2
/
+2
*
Rename ParticlesMaterial to ParticleProcessMaterial
Micky
2022-08-26
1
-6
/
+6
*
Rename shader parameter uniform setter/getter methods for consistency
Hugo Locurcio
2022-08-04
1
-1
/
+1
*
Changed storage structs to private
Bastiaan Olij
2022-08-01
1
-16
/
+31
*
Rename RenderingServer global shader uniform methods to be more explicit
Hugo Locurcio
2022-07-28
1
-2
/
+2
*
Implement shader uniform groups/subgroups
Yuri Rubinsky
2022-07-26
1
-0
/
+15
*
Clean up Shader Preprocessor
reduz
2022-07-22
1
-0
/
+3
*
Split dependency logic
Bastiaan Olij
2022-06-28
1
-22
/
+21
*
Fix particle system from going inactive early
GanidhuAbey
2022-05-24
1
-5
/
+2
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
1
-12
/
+12
|
\
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-12
/
+12
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-4
/
+0
|
/
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
Moved particles into ParticlesStorage
Bastiaan Olij
2022-04-17
1
-0
/
+1897