summaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Expand)Author
2022-06-21Implement Running Godot as Movie Writerreduz
2022-06-16Merge pull request #62081 from Calinou/glow-mix-mode-apply-after-fxaaRémi Verschelde
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-15Fix glow in Mix mode not working correctly when FXAA is enabledHugo Locurcio
2022-06-15Streamline Navigation layer function names.smix8
2022-06-14Remove GLES2 shader constraints from GLES3clayjohn
2022-06-13Tweak Light3D property hints for greater flexibilityHugo Locurcio
2022-06-13Merge pull request #61772 from bruvzg/ft_ot_collectRémi Verschelde
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-06-10Prevent defining float constant without number after exponent in shadersYuri Rubinsky
2022-06-09Fix incorrect sky rotation based on camera axisYuri Rubinsky
2022-06-09Fix `TIME` compilation for custom functions in spatial shaderYuri Rubinsky
2022-06-09Workaround MoltenVK error found in TAA implementationjfons
2022-06-08Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using R...clayjohn
2022-06-08Merge pull request #61739 from smix8/navigation_region_cost_4.xRémi Verschelde
2022-06-08Merge pull request #61794 from clayjohn/VULKAN-viewport-sizeRémi Verschelde
2022-06-07Use RenderBuffer size instead of half extents for VIEWPORT_SIZE in Vulkan spa...clayjohn
2022-06-07Initial TAA implementationjfons
2022-06-07[TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg
2022-06-06Add NavigationRegion costs for pathfindingsmix8
2022-06-03Merge pull request #61554 from Chaosus/shader_fix_hintsRémi Verschelde
2022-06-01Change Server initialization orderreduz
2022-06-01Ensure has_os_features is safely called as it can't be called from within the...Bastiaan Olij
2022-05-31Merge pull request #61572 from clayjohn/ssao-licenseRémi Verschelde
2022-05-31Add and improve license attribution for SSAO and SSIL shader codeclayjohn
2022-05-31Merge pull request #61480 from Calinou/profiler-physics-add-3d-suffixRémi Verschelde
2022-05-31Refactor shader hintsYuri Rubinsky
2022-05-28Fix error with !rb spam when using background color mode with reflection probesclayjohn
2022-05-28Add a 3D suffix to relevant physics profiler categoriesHugo Locurcio
2022-05-26Remove mesh and particles RD dependencies from canvas rendering serverclayjohn
2022-05-26Merge pull request #61425 from clayjohn/GLES3-2DRémi Verschelde
2022-05-25Implement 2D Meshes and MultiMeshes in GLES3 backendclayjohn
2022-05-25use ERR_FAIL_INDEX when preferredNathan Franke
2022-05-25Add Cone and Cylinder shapes to FogVolumeHugo Locurcio
2022-05-24Fix particle system from going inactive earlyGanidhuAbey
2022-05-24Merge pull request #60641 from clayjohn/Sky-ignRémi Verschelde
2022-05-24Add clipping, backbuffer, and CanvasGroups to 2D GLES3 rendererclayjohn
2022-05-24Use IGN instead of white noise for sky ditheringclayjohn
2022-05-24Merge pull request #60803 from Chaosus/shader_hint_renameRémi Verschelde
2022-05-23Merge pull request #61226 from Chaosus/shader_fix_keyword_completionRémi Verschelde
2022-05-23Fix typo in occlusion culling warning method nameHugo Locurcio
2022-05-21Add timestamps to some rendering effectstrollodel
2022-05-21Merge pull request #61214 from somnathsarkar/particle-attractor-fixRémi Verschelde
2022-05-20Fix GPUParticles3D disappearance at attractor originsSomnath Sarkar
2022-05-20Add a new HashSet templatereduz
2022-05-20Fix incorrect keyword completion after period in shader editorYuri Rubinsky
2022-05-20Fix normal and tangent blending in blend shapesWindy Darian
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu