Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | Merge pull request #72393 from clayjohn/GLES3-normal-roughness-error | Rémi Verschelde | |
Add a shader error when trying to using hint_normal_roughness_texture in the gl_compatibility renderer | |||
2023-01-30 | Merge pull request #72356 from BastiaanOlij/fix_ssao_ssil_probes | Rémi Verschelde | |
Fix SSAO/SSIl being applied to reflection probes | |||
2023-01-30 | Add a shader error when trying to using hint_normal_roughness_texture in the ↵ | clayjohn | |
gl_compatibility renderer | |||
2023-01-30 | Fix SSAO/SSIl being applied to reflection probes | Bastiaan Olij | |
2023-01-30 | Create default World navigation maps on demand only | smix8 | |
Changes that the default navigation maps of World resources are only created on first use. | |||
2023-01-29 | Merge pull request #72291 from clayjohn/GL-item-cap | Rémi Verschelde | |
Remove cap on number of items drawn in frame in 2D gl_compatibility renderer | |||
2023-01-28 | Remove cap on number of items drawn in frame in 2D gl_compatibility render | clayjohn | |
Also clean up some names to make the overall organization more clear Also remove cap on items per batch | |||
2023-01-29 | Merge pull request #72214 from clayjohn/Skeleton2D-pivot | Rémi Verschelde | |
Automatically transform Skeleton2D calculations so pivots are not needed | |||
2023-01-28 | Merge pull request #72228 from DarkKilauea/nav-agent-callable | Rémi Verschelde | |
Use Callable for Navigation Agent callbacks | |||
2023-01-27 | Use Callable for Navigation Agent callbacks | Josh Jones | |
2023-01-28 | Merge pull request #72174 from bitsawer/shader_include_fixes | Yuri Rubinsky | |
Close undefined Fix undefined | |||
2023-01-27 | Automatically transform Skeleton2D calculations so pivots are not needed | clayjohn | |
2023-01-27 | Fix several shader preprocessor include issues | bitsawer | |
2023-01-27 | Add a note about the parameter that global menu callbacks require | Zoee Silcock | |
2023-01-26 | Merge pull request #71581 from clayjohn/dependency-changed | Rémi Verschelde | |
Flag dirty dependencies when GeometryInstance dependencies change in renderer | |||
2023-01-26 | Merge pull request #69689 from smix8/navagent_rename_location_4.x | Rémi Verschelde | |
Rename Navigation uses of 'location' to 'position' | |||
2023-01-26 | Merge pull request #72138 from clayjohn/GL-globals | Rémi Verschelde | |
Properly append global uniform buffer name in gl_compatibility shaders | |||
2023-01-26 | Merge pull request #72109 from Chaosus/shader_derivative | Rémi Verschelde | |
Add derivative functions with precision to shaders | |||
2023-01-26 | Properly append global uniform buffer name in gl_compatibility shaders | clayjohn | |
Also error when using instance uniforms | |||
2023-01-26 | Add derivative functions with precision to shaders | Yuri Rubinsky | |
2023-01-26 | Rename Navigation uses of 'location' to 'position' | smix8 | |
Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions. | |||
2023-01-26 | Several shader preprocessor parser fixes and improvements | bitsawer | |
2023-01-26 | Merge pull request #72082 from Calinou/warp-mouse-silence-warning | Rémi Verschelde | |
Silence `warp_mouse()` warning in favor of documentation | |||
2023-01-26 | Merge pull request #72068 from clayjohn/RD-sky-texture | Rémi Verschelde | |
Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture with storage flag | |||
2023-01-26 | Merge pull request #72078 from bitsawer/fix_optimize_vertices | Rémi Verschelde | |
Fix range loop iteration regressions | |||
2023-01-26 | Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depth | Rémi Verschelde | |
Make screen texture and depth texture work in Multiview | |||
2023-01-26 | Merge pull request #72064 from hcoura/fix-vulkan-mobile-gpu-particles | Rémi Verschelde | |
RenderForwardMobile - add dependency tracker info on geometry create | |||
2023-01-25 | Silence `warp_mouse()` warning in favor of documentation | Hugo Locurcio | |
This warning was spammed in the Android editor when using the navigation joysticks in the 3D viewport when the finger slid over the viewport's edges. | |||
2023-01-26 | Fix range loop iteration regressions | bitsawer | |
2023-01-25 | Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture ↵ | clayjohn | |
with storage flag | |||
2023-01-25 | RenderForwardMobile - add dependency tracker info on geometry create | Henrique Coura | |
2023-01-25 | Fix array of token names in the shader parser | Yuri Rubinsky | |
2023-01-25 | Make screen texture and depth texture work in Multiview | Bastiaan Olij | |
2023-01-24 | Merge pull request #71832 from Geometror/fix-spotlight-artifacts | Rémi Verschelde | |
Fix some `SpotLight3D` issues (clustering artifacts, leaking light, AABB) | |||
2023-01-24 | Fix some SpotLight3D issues (clustering artifacts, light leak) | Hendrik Brucker | |
2023-01-23 | Merge pull request #71939 from clayjohn/RD-texture-format | Rémi Verschelde | |
Add a few more checks to ensure that unsupported image formats are not used in the mobile renderer | |||
2023-01-23 | Merge pull request #71694 from clayjohn/VoxelGI-reflection | Rémi Verschelde | |
Use proper space for forward GI reflections | |||
2023-01-23 | Add a few more checks to ensure that unsupported image formats are not used ↵ | clayjohn | |
in the mobile renderer | |||
2023-01-23 | Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_rendering | Rémi Verschelde | |
fix ReflectionProbe rendering extents for (10,10,10) | |||
2023-01-24 | fix ReflectionProbe rendering extents for (10,10,10) | jainl28patel | |
2023-01-23 | Ensure that Particles have fully initialized before doing view axis pass in ↵ | clayjohn | |
RD renderers | |||
2023-01-23 | Merge pull request #71830 from BastiaanOlij/xr_naming_consistancy | Rémi Verschelde | |
Rename getters and signals on XR nodes to be consistant with input types | |||
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | |
2023-01-23 | Merge pull request #71690 from ↵ | Rémi Verschelde | |
Calinou/forward-mobile-fix-directionallight3d-shadow-opacity Fix DirectionalLight3D shadow opacity on Forward Mobile rendering backend | |||
2023-01-23 | Rename getters and signals on XR nodes to be consistant with input types | Bastiaan Olij | |
2023-01-22 | Fix DirectionalLight3D shadow opacity on Forward Mobile rendering backend | Hugo Locurcio | |
2023-01-21 | Use range iterators in LocalVector loops | kobewi | |
2023-01-21 | Merge pull request #71707 from peastman/scale | Rémi Verschelde | |
Collision detection supports uniform scaling | |||
2023-01-21 | Merge pull request #71788 from PrecisionRender/fix-filter_linear_mipmap-hint | Rémi Verschelde | |
Fix typo in hint when using removed built-in textures | |||
2023-01-21 | Merge pull request #71776 from clayjohn/PointLight2D-indices | Rémi Verschelde | |
Stop incrementing light_count once max number of lights are reached in 2D canvas renderer |