summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Collapse)Author
2023-01-26Merge pull request #72082 from Calinou/warp-mouse-silence-warningRémi Verschelde
Silence `warp_mouse()` warning in favor of documentation
2023-01-26Merge pull request #72068 from clayjohn/RD-sky-textureRémi Verschelde
Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture with storage flag
2023-01-26Merge pull request #72078 from bitsawer/fix_optimize_verticesRémi Verschelde
Fix range loop iteration regressions
2023-01-26Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depthRémi Verschelde
Make screen texture and depth texture work in Multiview
2023-01-26Merge pull request #72064 from hcoura/fix-vulkan-mobile-gpu-particlesRémi Verschelde
RenderForwardMobile - add dependency tracker info on geometry create
2023-01-25Silence `warp_mouse()` warning in favor of documentationHugo 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-26Fix range loop iteration regressionsbitsawer
2023-01-25Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture ↵clayjohn
with storage flag
2023-01-25RenderForwardMobile - add dependency tracker info on geometry createHenrique Coura
2023-01-25Fix array of token names in the shader parser Yuri Rubinsky
2023-01-25Make screen texture and depth texture work in MultiviewBastiaan Olij
2023-01-24Merge pull request #71832 from Geometror/fix-spotlight-artifactsRémi Verschelde
Fix some `SpotLight3D` issues (clustering artifacts, leaking light, AABB)
2023-01-24Fix some SpotLight3D issues (clustering artifacts, light leak)Hendrik Brucker
2023-01-23Merge pull request #71939 from clayjohn/RD-texture-formatRémi Verschelde
Add a few more checks to ensure that unsupported image formats are not used in the mobile renderer
2023-01-23Merge pull request #71694 from clayjohn/VoxelGI-reflectionRémi Verschelde
Use proper space for forward GI reflections
2023-01-23Add a few more checks to ensure that unsupported image formats are not used ↵clayjohn
in the mobile renderer
2023-01-23Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_renderingRémi Verschelde
fix ReflectionProbe rendering extents for (10,10,10)
2023-01-24fix ReflectionProbe rendering extents for (10,10,10)jainl28patel
2023-01-23Ensure that Particles have fully initialized before doing view axis pass in ↵clayjohn
RD renderers
2023-01-23Merge pull request #71830 from BastiaanOlij/xr_naming_consistancyRémi Verschelde
Rename getters and signals on XR nodes to be consistant with input types
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-23Merge 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-23Rename getters and signals on XR nodes to be consistant with input typesBastiaan Olij
2023-01-22Fix DirectionalLight3D shadow opacity on Forward Mobile rendering backendHugo Locurcio
2023-01-21Use range iterators in LocalVector loopskobewi
2023-01-21Merge pull request #71707 from peastman/scaleRémi Verschelde
Collision detection supports uniform scaling
2023-01-21Merge pull request #71788 from PrecisionRender/fix-filter_linear_mipmap-hintRémi Verschelde
Fix typo in hint when using removed built-in textures
2023-01-21Merge pull request #71776 from clayjohn/PointLight2D-indicesRémi Verschelde
Stop incrementing light_count once max number of lights are reached in 2D canvas renderer
2023-01-20Fix type in hint when using removed built-in texturesPrecisionRender
2023-01-20Stop incrementing light_count once max number of lights are reached in 2D ↵clayjohn
canvas renderer
2023-01-20Merge pull request #71709 from clayjohn/decals-lights-sortingRémi Verschelde
Sort decals and lights based on camera origin
2023-01-20Merge pull request #71705 from clayjohn/RD-surface-freeRémi Verschelde
Add mutex when adding geometry instances to the dirty list in the Forward Clustered renderer
2023-01-20Decrement texture_binding count when using screen texturesclayjohn
2023-01-20Add mutex when adding geometry instances to the dirty list in the Forward ↵clayjohn
Clustered renderer
2023-01-20Sort decals and lights based on camera originclayjohn
Also implement sort_offset for decals Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-01-20Merge pull request #71679 from kleonc/draw_polyline_line_stripRémi Verschelde
`CanvasItem::draw_polyline` Support thin polylines drawn using line strip
2023-01-19Collision detection supports uniform scalingPeter Eastman
2023-01-19Use proper space for forward GI reflectionsclayjohn
2023-01-19CanvasItem::draw_polyline Support thin polylines drawn using line stripkleonc
2023-01-19Fix shader preprocessor memory leakbitsawer
2023-01-19Merge pull request #71447 from peastman/normalsRémi Verschelde
Analytic collision normals
2023-01-19Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde
Implement BiDi override mode for GDScript source.
2023-01-19Merge pull request #71565 from RedworkDE/doc-arraymesh-add-surfaceRémi Verschelde
Fix LOD sort order; checks in add_surface; and document all parameters of `ArrayMesh::add_surface_from_arrays`
2023-01-19Fix LOD sort order; checks in add_surface; and document all parameters of ↵RedworkDE
`ArrayMesh::add_surface_from_arrays` Also clarify some related documentation and expose the misssing `ArrayFormat::ARRAY_FLAG_USES_EMPTY_VERTEX_ARRAY`
2023-01-18Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn
in favour of texture hints
2023-01-18Analytic collision normalsPeter Eastman
2023-01-18Implement BiDi override mode for GDScript source.bruvzg
2023-01-18CanvasItem::draw_arc Clamp angle difference so arc won't overlap itselfkleonc
2023-01-17Remove light from dynamic light list when removing scenarioclayjohn
2023-01-17Merge pull request #71524 from clayjohn/MOBILE-TAARémi Verschelde
Warn when trying to enable TAA from mobile or gl_compatibility backend