summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2022-12-17Fix Navigation API abbreviations inconsistencysmix8
2022-12-17Move NavigationPolygon to dedicated resource filesmix8
2022-12-17Merge pull request #70160 from Geekotron/ccd-regression-fix-70154Rémi Verschelde
2022-12-17Merge pull request #70091 from clayjohn/bone-aabbsRémi Verschelde
2022-12-17Merge pull request #70132 from clayjohn/RT-updateRémi Verschelde
2022-12-17Merge pull request #70163 from clayjohn/particles-sdfRémi Verschelde
2022-12-17Merge pull request #70172 from clayjohn/RD-boot-filterRémi Verschelde
2022-12-17Merge pull request #70133 from lyuma/negative_scale_backfaceRémi Verschelde
2022-12-17Merge pull request #70122 from clayjohn/VRS-r8uintRémi Verschelde
2022-12-17Merge pull request #70087 from clayjohn/mesh-aabbRémi Verschelde
2022-12-16Enable using filtering on boot image in RD rendererclayjohn
2022-12-16Transform sdf xfrom by particle emission transform when particles are in glob...clayjohn
2022-12-16Fix regression 70154 caused by my prior CCD fix.Geekotron
2022-12-16Don't attempt to create or use an R8_UINT texture as storage if VRS is not su...clayjohn
2022-12-16Implement render_target_was_used API so that Viewports can properly check if ...clayjohn
2022-12-16Fix String::word_wrap() for long wordsHaoyu Qiu
2022-12-15Flip culling when rendering a camera with negative scaleLyuma
2022-12-15[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg
2022-12-15Merge pull request #70016 from Chaosus/refactor_rd_shader_dataYuri Rubinsky
2022-12-15Changed `STORAGE_BUFFER_USAGE_DISPATCH_INDIRECT` type to enum flagsYuri Rubinsky
2022-12-15Merge pull request #69709 from RandomShaper/refactor_spirv_reflectionRémi Verschelde
2022-12-15Merge pull request #70068 from clayjohn/mobile-lightsRémi Verschelde
2022-12-15Merge pull request #56804 from Calinou/ssr-add-max-roughness-cutoffRémi Verschelde
2022-12-15Refactor `ShaderData` & fix the sorting of shader uniformsYuri Rubinsky
2022-12-14Remove mesh bone_aabbs as they are not used anywhere and calculating them is ...clayjohn
2022-12-14Cache mesh AABB when modified by skeleton and update instance AABB whenclayjohn
2022-12-14Initialize light index push constants to 0xFFFFFFFF instead of 0xFFFFclayjohn
2022-12-14Merge pull request #69934 from Geekotron/physics3d-ccd-fixesRémi Verschelde
2022-12-13Fix Physics3D and Physics2D CCD sometimes adjusting velocity too much (preven...Geekotron
2022-12-13Merge pull request #70009 from clayjohn/glow-hqRémi Verschelde
2022-12-13Merge pull request #70003 from clayjohn/GLES3-ccRémi Verschelde
2022-12-13Various fixes and documentation for CanvasGroupclayjohn
2022-12-13Remove high quality glow as it is not any higher quality than regular glowclayjohn
2022-12-13Merge pull request #69985 from clayjohn/mobile-rimRémi Verschelde
2022-12-13Merge pull request #69828 from clayjohn/SSR-roughnessRémi Verschelde
2022-12-12Ensure that rim lighting uses a exponent base greater than zeroclayjohn
2022-12-12Fix screen texture slightly darkerFabio Iotti
2022-12-12Refactor SPIR-V reflection into a generic RenderingDevice featurePedro J. Estébanez
2022-12-12Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.xRémi Verschelde
2022-12-12Fix Navigation agent callback wild pointer crashsmix8
2022-12-12Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-11Changed `RD::PipelineDynamicStateFlags` type to enum flagsYuri Rubinsky
2022-12-11Merge pull request #69852 from rburing/heightmap_shape_typo_bugfixRémi Verschelde
2022-12-10Enable assigning an owner to navigation regions and linksJosh Jones
2022-12-10Add maximum roughness cutoff to SSR to improve performanceHugo Locurcio
2022-12-10Fix typo bug in heightmap shapeRicardo Buring
2022-12-09Remove warning when playing random no-repeat sound with only 1 sound in poolHugo Locurcio
2022-12-09Fade out SSR with roughness so that it doesn't show at high roughness amountsclayjohn
2022-12-08Merge pull request #69735 from clayjohn/Particles2D-sdfRémi Verschelde