summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Add missing default Callables for new NavigationServer geometry parse and bak...smix82023-06-251-2/+2
* Varying mismatch causing shaders to fail.K. S. Ernest (iFire) Lee2023-06-231-1/+1
* Merge pull request #78575 from brno32/bind-light-param-intensityRémi Verschelde2023-06-231-0/+1
|\
| * Binding LIGHT_PARAM_INTENSITY in RenderingServerAlex Drozd2023-06-221-0/+1
* | Fix error spam when a mesh with bone weights has an invalid skeletonbitsawer2023-06-223-1/+7
|/
* Apply reprojection in multiview for our cluster lookupBastiaan Olij2023-06-212-2/+14
* Merge pull request #78436 from BastiaanOlij/fix_stereo_fogRémi Verschelde2023-06-206-28/+55
|\
| * Fix volumetric fog in stereo by projection vertex in combined spaceBastiaan Olij2023-06-206-28/+55
* | Fix AudioEffectRecord circular referenceWilson E. Alvarez2023-06-192-26/+20
* | Merge pull request #76138 from rburing/ccd_against_movingRémi Verschelde2023-06-192-5/+11
|\ \
| * | Improve rigid body CCD against moving bodiesRicardo Buring2023-04-162-5/+11
* | | Fix invalid RID errors when freeing a mesh with blend shapesbitsawer2023-06-191-4/+7
| |/ |/|
* | Add agent pause mode to NavigationServersmix82023-06-185-0/+29
* | Merge pull request #78262 from bruvzg/ds_window_focusRémi Verschelde2023-06-163-0/+3
|\ \
| * | [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-163-0/+3
* | | Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-165-7/+7
|/ /
* | Fix various typos with codespellRémi Verschelde2023-06-162-2/+2
* | Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.xRémi Verschelde2023-06-153-0/+9
|\ \
| * | Fix for threaded NavigationMesh baking under new thread guardssmix82023-06-143-0/+9
* | | Merge pull request #78201 from smix8/navmesh_cell_height_4.xRémi Verschelde2023-06-143-0/+8
|\ \ \
| * | | Fix `cell_height` for navigation meshessmix82023-06-133-0/+8
| |/ /
* | | Merge pull request #78200 from prominentdetail/patch-3Rémi Verschelde2023-06-142-1/+3
|\ \ \
| * | | Properly handle wireframe mode in RendererRD pipeline cacheAlex2023-06-142-1/+3
| |/ /
* | | Merge pull request #78199 from clayjohn/detect_3dRémi Verschelde2023-06-141-1/+1
|\ \ \
| * | | Ensure that "detect 3D" is only called when using 3D shadersclayjohn2023-06-131-1/+1
| |/ /
* | | Merge pull request #78161 from BastiaanOlij/expose_texture_native_handleRémi Verschelde2023-06-144-4/+6
|\ \ \ | |/ / |/| |
| * | Expose RD::texture_native_handleBastiaan Olij2023-06-144-4/+6
* | | Set both texture format overrides to false by defaultAaron Franke2023-06-121-1/+4
* | | Merge pull request #78081 from smix8/obstacle_api_update_4.xRémi Verschelde2023-06-125-0/+30
|\ \ \
| * | | Update navigation obstacle APIsmix82023-06-125-0/+30
* | | | i18n: Sync translations with Weblate (now tracking 4.1 strings)Rémi Verschelde2023-06-121-1/+1
|/ / /
* / / Fix Y-sort modulate for top-most Y-sorted CanvasItemkleonc2023-06-121-0/+1
|/ /
* | Enable S3TC_BPTC but not ETC2_ASTC by defaultAaron Franke2023-06-091-2/+2
* | Merge pull request #77703 from RandomShaper/fix_vol_fog_thingyRémi Verschelde2023-06-092-18/+26
|\ \
| * | Fix management of life cycle of vol. fog related uniform setsPedro J. Estébanez2023-05-312-18/+26
* | | Merge pull request #76977 from manueldun/light-shader-builtinsRémi Verschelde2023-06-096-5/+29
|\ \ \
| * | | Enable the use of all builtins on the light shaderManuel Dun2023-06-086-5/+29
* | | | Merge pull request #74937 from bitsawer/fix_uniform_storageRémi Verschelde2023-06-093-562/+429
|\ \ \ \
| * | | | Fix shader uniform storage conversions and crashbitsawer2023-05-293-562/+429
* | | | | Document the InitialAction enum in RenderingDeviceHugo Locurcio2023-06-081-9/+9
* | | | | Merge pull request #77170 from lawnjelly/scu_build_masterRémi Verschelde2023-06-066-87/+35
|\ \ \ \ \
| * | | | | Single Compilation Unit build.lawnjelly2023-06-066-87/+35
| | |_|/ / | |/| | |
* | | | | Merge pull request #77839 from mihe/physics-engine-restartYuri Sizov2023-06-062-0/+2
|\ \ \ \ \
| * | | | | Change the "Physics Engine" project settings to prompt a restartMikael Hermansson2023-06-042-0/+2
| |/ / / /
* / / / / Use depth pass mode with normals if required even if Environment is nullArman Elgudzhyan2023-06-031-0/+2
|/ / / /
* / / / Fix shader preprocessor cyclic include handlingbitsawer2023-05-291-2/+3
|/ / /
* | | Merge pull request #77514 from bruvzg/fix_dup_breaksYuri Sizov2023-05-271-16/+42
|\ \ \
| * | | [TextServer] Prevent duplicate line breaks on virtual spaces when line width ...bruvzg2023-05-261-16/+42
* | | | Merge pull request #75181 from dalexeev/fix-light-only-modeYuri Sizov2023-05-272-3/+13
|\ \ \ \
| * | | | Fix "Light Only" mode of `CanvasItemMaterial`Danil Alexeev2023-05-132-3/+13