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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add static methods to create RayQueryParameters
kobewi
2022-06-10
4
-0
/
+26
*
Prevent defining float constant without number after exponent in shaders
Yuri Rubinsky
2022-06-10
1
-1
/
+5
*
Fix incorrect sky rotation based on camera axis
Yuri Rubinsky
2022-06-09
1
-1
/
+1
*
Fix `TIME` compilation for custom functions in spatial shader
Yuri Rubinsky
2022-06-09
2
-2
/
+2
*
Workaround MoltenVK error found in TAA implementation
jfons
2022-06-09
1
-13
/
+14
*
Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using R...
clayjohn
2022-06-08
2
-5
/
+6
*
Merge pull request #61739 from smix8/navigation_region_cost_4.x
Rémi Verschelde
2022-06-08
4
-0
/
+30
|
\
|
*
Add NavigationRegion costs for pathfinding
smix8
2022-06-06
4
-0
/
+30
*
|
Merge pull request #61794 from clayjohn/VULKAN-viewport-size
Rémi Verschelde
2022-06-08
2
-6
/
+4
|
\
\
|
*
|
Use RenderBuffer size instead of half extents for VIEWPORT_SIZE in Vulkan spa...
clayjohn
2022-06-07
2
-6
/
+4
|
|
/
*
/
Initial TAA implementation
jfons
2022-06-07
27
-171
/
+921
|
/
*
Merge pull request #61554 from Chaosus/shader_fix_hints
Rémi Verschelde
2022-06-03
5
-162
/
+326
|
\
|
*
Refactor shader hints
Yuri Rubinsky
2022-05-31
5
-162
/
+326
*
|
Change Server initialization order
reduz
2022-06-01
2
-4
/
+1
*
|
Ensure has_os_features is safely called as it can't be called from within the...
Bastiaan Olij
2022-06-01
4
-2
/
+14
*
|
Merge pull request #61572 from clayjohn/ssao-license
Rémi Verschelde
2022-05-31
3
-0
/
+41
|
\
\
|
*
|
Add and improve license attribution for SSAO and SSIL shader code
clayjohn
2022-05-31
3
-0
/
+41
*
|
|
Merge pull request #61480 from Calinou/profiler-physics-add-3d-suffix
Rémi Verschelde
2022-05-31
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add a 3D suffix to relevant physics profiler categories
Hugo Locurcio
2022-05-28
1
-1
/
+1
|
|
/
*
/
Fix error with !rb spam when using background color mode with reflection probes
clayjohn
2022-05-28
1
-2
/
+2
|
/
*
Remove mesh and particles RD dependencies from canvas rendering server
clayjohn
2022-05-26
2
-3
/
+1
*
Merge pull request #61425 from clayjohn/GLES3-2D
Rémi Verschelde
2022-05-26
2
-97
/
+100
|
\
|
*
Implement 2D Meshes and MultiMeshes in GLES3 backend
clayjohn
2022-05-25
2
-97
/
+100
*
|
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-25
4
-24
/
+21
*
|
Add Cone and Cylinder shapes to FogVolume
Hugo Locurcio
2022-05-25
5
-3
/
+31
*
|
Fix particle system from going inactive early
GanidhuAbey
2022-05-24
1
-5
/
+2
*
|
Merge pull request #60641 from clayjohn/Sky-ign
Rémi Verschelde
2022-05-24
2
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use IGN instead of white noise for sky dithering
clayjohn
2022-05-24
2
-0
/
+2
*
|
Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer
clayjohn
2022-05-24
5
-19
/
+16
|
/
*
Merge pull request #60803 from Chaosus/shader_hint_rename
Rémi Verschelde
2022-05-24
3
-64
/
+44
|
\
|
*
Rename `hint_albedo`, `hint_white/black` in shaders
Yuri Roubinsky
2022-05-09
3
-64
/
+44
*
|
Merge pull request #61226 from Chaosus/shader_fix_keyword_completion
Rémi Verschelde
2022-05-23
2
-2
/
+11
|
\
\
|
*
|
Fix incorrect keyword completion after period in shader editor
Yuri Rubinsky
2022-05-20
2
-2
/
+11
*
|
|
Fix typo in occlusion culling warning method name
Hugo Locurcio
2022-05-23
1
-11
/
+11
*
|
|
Add timestamps to some rendering effects
trollodel
2022-05-21
1
-1
/
+4
*
|
|
Merge pull request #61214 from somnathsarkar/particle-attractor-fix
Rémi Verschelde
2022-05-21
1
-4
/
+12
|
\
\
\
|
*
|
|
Fix GPUParticles3D disappearance at attractor origins
Somnath Sarkar
2022-05-20
1
-4
/
+12
*
|
|
|
Add a new HashSet template
reduz
2022-05-20
34
-101
/
+101
*
|
|
|
Fix normal and tangent blending in blend shapes
Windy Darian
2022-05-20
1
-3
/
+3
|
|
/
/
|
/
|
|
*
|
|
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-1
/
+1
|
/
/
*
|
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
16
-139
/
+139
*
|
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-19
3
-33
/
+33
*
|
Add motion parameter to toggle whether recovery is reported as a collision
Ricardo Buring
2022-05-18
6
-2
/
+18
*
|
Fix tonemapper shader to correctly apply alpha channel
Yuri Rubinsky
2022-05-18
2
-13
/
+14
*
|
Add basic lighting to GLES3 renderer.
clayjohn
2022-05-16
1
-2
/
+2
*
|
Fix custom irradiance bug in Vulkan mobile renderer
clayjohn
2022-05-16
1
-1
/
+1
*
|
Merge pull request #60958 from smix8/navigation_server_rid_utility_4.x
Rémi Verschelde
2022-05-16
4
-0
/
+28
|
\
\
|
*
|
Add NavigationServer2D/3D API functions to find missing RID info
smix8
2022-05-12
4
-0
/
+28
*
|
|
Replace most uses of Map by HashMap
reduz
2022-05-16
75
-455
/
+463
*
|
|
Fix computation of screen_uv
Somnath Sarkar
2022-05-16
2
-2
/
+2
[next]