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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Notify mesh surface when render_priority changes
clayjohn
2023-02-13
1
-0
/
+1
*
Implement cull_mask for decals and lights in mobile and compatibility backends
clayjohn
2023-02-06
4
-8
/
+17
*
Fix MultiMesh visible_instance_count being ignored after the first frame
Ricardo Buring
2023-02-03
1
-1
/
+5
*
Merge pull request #72631 from rburing/custom_aabb_update_dependency
Rémi Verschelde
2023-02-03
1
-0
/
+2
|
\
|
*
Notify dependencies when setting custom mesh AABB
Ricardo Buring
2023-02-02
1
-0
/
+2
*
|
Add layer slice support to render device and render buffers
Bastiaan Olij
2023-02-03
2
-39
/
+60
|
/
*
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-5
/
+5
*
Merge pull request #72464 from clayjohn/RD-skeleton-crash
Rémi Verschelde
2023-02-01
1
-1
/
+4
|
\
|
*
Check if Skeleton exists before reading when calculating blend shapes
clayjohn
2023-01-31
1
-1
/
+4
*
|
Merge pull request #72075 from Maran23/extents-to-size
Rémi Verschelde
2023-02-01
4
-19
/
+19
|
\
\
|
|
/
|
/
|
|
*
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...
Marius Hanl
2023-01-31
4
-19
/
+19
*
|
Merge pull request #72404 from clayjohn/RD-sky-crash
Rémi Verschelde
2023-01-31
1
-0
/
+5
|
\
\
|
*
|
Fix various crashes relating to low roughness_layers
clayjohn
2023-01-30
1
-0
/
+5
*
|
|
Merge pull request #72433 from clayjohn/Pointlight2D-crash
Rémi Verschelde
2023-01-31
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Avoid crash when CanvasTexture used with light decal atlas
clayjohn
2023-01-30
1
-0
/
+2
*
|
|
Refactor high quality texture import
Juan Linietsky
2023-01-30
1
-0
/
+4
|
/
/
*
|
Automatically transform Skeleton2D calculations so pivots are not needed
clayjohn
2023-01-27
2
-0
/
+31
*
|
Merge pull request #72078 from bitsawer/fix_optimize_vertices
Rémi Verschelde
2023-01-26
1
-1
/
+1
|
\
\
|
*
|
Fix range loop iteration regressions
bitsawer
2023-01-26
1
-1
/
+1
|
|
/
*
|
Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depth
Rémi Verschelde
2023-01-26
3
-1
/
+14
|
\
\
|
|
/
|
/
|
|
*
Make screen texture and depth texture work in Multiview
Bastiaan Olij
2023-01-25
3
-1
/
+14
*
|
Add a few more checks to ensure that unsupported image formats are not used i...
clayjohn
2023-01-23
1
-2
/
+1
*
|
Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_rendering
Rémi Verschelde
2023-01-23
1
-1
/
+1
|
\
\
|
*
|
fix ReflectionProbe rendering extents for (10,10,10)
jainl28patel
2023-01-24
1
-1
/
+1
*
|
|
Ensure that Particles have fully initialized before doing view axis pass in R...
clayjohn
2023-01-23
1
-1
/
+1
|
/
/
*
/
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
|
/
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
2
-12
/
+12
*
Sort decals and lights based on camera origin
clayjohn
2023-01-20
3
-15
/
+24
*
Fix GPUParticles2D not recomputing transforms each frame
Conrad H. Appel, IV
2023-01-16
1
-8
/
+5
*
Merge pull request #71309 from BastiaanOlij/improve_renderscaling_options
Rémi Verschelde
2023-01-14
2
-8
/
+6
|
\
|
*
Improving communication of scaling settings to renderer implementation
Bastiaan Olij
2023-01-13
2
-8
/
+6
*
|
Clear material arrays to prevent freeing of invalid texture RID
Yuri Rubinsky
2023-01-13
1
-0
/
+8
|
/
*
Move luminance effect into its own class and use new buffers system
Bastiaan Olij
2023-01-07
2
-31
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
19
-551
/
+551
*
Fix errors related to reflection probe now using a render buffers object
Bastiaan Olij
2022-12-26
1
-4
/
+9
*
Merge pull request #70253 from BastiaanOlij/cleanup_sky_render
Rémi Verschelde
2022-12-23
4
-0
/
+45
|
\
|
*
Cleanup and improve sky render
Bastiaan Olij
2022-12-23
4
-0
/
+45
*
|
Avoid updating particles during 2D rendering
clayjohn
2022-12-22
1
-1
/
+6
|
/
*
Merge pull request #70418 from clayjohn/RD-particles
Rémi Verschelde
2022-12-21
2
-4
/
+9
|
\
|
*
Ensure that particles are processed at least once before being used
clayjohn
2022-12-21
2
-4
/
+9
*
|
Fix double get_singleton()
Quentin Guidée
2022-12-20
1
-2
/
+2
|
/
*
Merge pull request #65376 from reduz/astc-support
Rémi Verschelde
2022-12-20
1
-0
/
+40
|
\
|
*
Implement basic ASTC support
Juan Linietsky
2022-12-20
1
-0
/
+40
*
|
Merge pull request #70091 from clayjohn/bone-aabbs
Rémi Verschelde
2022-12-17
2
-21
/
+0
|
\
\
|
*
|
Remove mesh bone_aabbs as they are not used anywhere and calculating them is ...
clayjohn
2022-12-14
2
-21
/
+0
*
|
|
Merge pull request #70132 from clayjohn/RT-update
Rémi Verschelde
2022-12-17
5
-0
/
+36
|
\
\
\
|
*
|
|
Implement render_target_was_used API so that Viewports can properly check if ...
clayjohn
2022-12-16
5
-0
/
+36
*
|
|
|
Merge pull request #70163 from clayjohn/particles-sdf
Rémi Verschelde
2022-12-17
1
-0
/
+9
|
\
\
\
\
|
*
|
|
|
Transform sdf xfrom by particle emission transform when particles are in glob...
clayjohn
2022-12-16
1
-0
/
+9
|
|
/
/
/
*
|
|
|
Merge pull request #70122 from clayjohn/VRS-r8uint
Rémi Verschelde
2022-12-17
1
-4
/
+5
|
\
\
\
\
[prev]
[next]