summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Add static methods to create RayQueryParameterskobewi2022-06-104-0/+26
* Prevent defining float constant without number after exponent in shadersYuri Rubinsky2022-06-101-1/+5
* Fix incorrect sky rotation based on camera axisYuri Rubinsky2022-06-091-1/+1
* Fix `TIME` compilation for custom functions in spatial shaderYuri Rubinsky2022-06-092-2/+2
* Workaround MoltenVK error found in TAA implementationjfons2022-06-091-13/+14
* Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using R...clayjohn2022-06-082-5/+6
* Merge pull request #61739 from smix8/navigation_region_cost_4.xRémi Verschelde2022-06-084-0/+30
|\
| * Add NavigationRegion costs for pathfindingsmix82022-06-064-0/+30
* | Merge pull request #61794 from clayjohn/VULKAN-viewport-sizeRémi Verschelde2022-06-082-6/+4
|\ \
| * | Use RenderBuffer size instead of half extents for VIEWPORT_SIZE in Vulkan spa...clayjohn2022-06-072-6/+4
| |/
* / Initial TAA implementationjfons2022-06-0727-171/+921
|/
* Merge pull request #61554 from Chaosus/shader_fix_hintsRémi Verschelde2022-06-035-162/+326
|\
| * Refactor shader hintsYuri Rubinsky2022-05-315-162/+326
* | Change Server initialization orderreduz2022-06-012-4/+1
* | Ensure has_os_features is safely called as it can't be called from within the...Bastiaan Olij2022-06-014-2/+14
* | Merge pull request #61572 from clayjohn/ssao-licenseRémi Verschelde2022-05-313-0/+41
|\ \
| * | Add and improve license attribution for SSAO and SSIL shader codeclayjohn2022-05-313-0/+41
* | | Merge pull request #61480 from Calinou/profiler-physics-add-3d-suffixRémi Verschelde2022-05-311-1/+1
|\ \ \ | |_|/ |/| |
| * | Add a 3D suffix to relevant physics profiler categoriesHugo Locurcio2022-05-281-1/+1
| |/
* / Fix error with !rb spam when using background color mode with reflection probesclayjohn2022-05-281-2/+2
|/
* Remove mesh and particles RD dependencies from canvas rendering serverclayjohn2022-05-262-3/+1
* Merge pull request #61425 from clayjohn/GLES3-2DRémi Verschelde2022-05-262-97/+100
|\
| * Implement 2D Meshes and MultiMeshes in GLES3 backendclayjohn2022-05-252-97/+100
* | use ERR_FAIL_INDEX when preferredNathan Franke2022-05-254-24/+21
* | Add Cone and Cylinder shapes to FogVolumeHugo Locurcio2022-05-255-3/+31
* | Fix particle system from going inactive earlyGanidhuAbey2022-05-241-5/+2
* | Merge pull request #60641 from clayjohn/Sky-ignRémi Verschelde2022-05-242-0/+2
|\ \ | |/ |/|
| * Use IGN instead of white noise for sky ditheringclayjohn2022-05-242-0/+2
* | Add clipping, backbuffer, and CanvasGroups to 2D GLES3 rendererclayjohn2022-05-245-19/+16
|/
* Merge pull request #60803 from Chaosus/shader_hint_renameRémi Verschelde2022-05-243-64/+44
|\
| * Rename `hint_albedo`, `hint_white/black` in shadersYuri Roubinsky2022-05-093-64/+44
* | Merge pull request #61226 from Chaosus/shader_fix_keyword_completionRémi Verschelde2022-05-232-2/+11
|\ \
| * | Fix incorrect keyword completion after period in shader editorYuri Rubinsky2022-05-202-2/+11
* | | Fix typo in occlusion culling warning method nameHugo Locurcio2022-05-231-11/+11
* | | Add timestamps to some rendering effectstrollodel2022-05-211-1/+4
* | | Merge pull request #61214 from somnathsarkar/particle-attractor-fixRémi Verschelde2022-05-211-4/+12
|\ \ \
| * | | Fix GPUParticles3D disappearance at attractor originsSomnath Sarkar2022-05-201-4/+12
* | | | Add a new HashSet templatereduz2022-05-2034-101/+101
* | | | Fix normal and tangent blending in blend shapesWindy Darian2022-05-201-3/+3
| |/ / |/| |
* | | Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
|/ /
* | Use range iterators for RBSet in most casesAaron Record2022-05-1916-139/+139
* | Add dedicated macros for property name extractionHaoyu Qiu2022-05-193-33/+33
* | Add motion parameter to toggle whether recovery is reported as a collisionRicardo Buring2022-05-186-2/+18
* | Fix tonemapper shader to correctly apply alpha channelYuri Rubinsky2022-05-182-13/+14
* | Add basic lighting to GLES3 renderer.clayjohn2022-05-161-2/+2
* | Fix custom irradiance bug in Vulkan mobile rendererclayjohn2022-05-161-1/+1
* | Merge pull request #60958 from smix8/navigation_server_rid_utility_4.xRémi Verschelde2022-05-164-0/+28
|\ \
| * | Add NavigationServer2D/3D API functions to find missing RID infosmix82022-05-124-0/+28
* | | Replace most uses of Map by HashMapreduz2022-05-1675-455/+463
* | | Fix computation of screen_uvSomnath Sarkar2022-05-162-2/+2