summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Add new scaling modes for splash screenSamuel Pedrajas2022-01-188-21/+72
* Merge pull request #56761 from Calinou/sdfgi-allow-any-number-of-cascadesRémi Verschelde2022-01-1813-28/+19
|\
| * Allow using between 1 and 8 cascades for SDFGIHugo Locurcio2022-01-1713-28/+19
* | Merge pull request #56893 from Chaosus/shader_unify_vardeclYuri Roubinsky2022-01-183-162/+78
|\ \
| * | Unify variable and array declarations in shadersYuri Roubinsky2022-01-183-162/+78
* | | Fix volumetric fog memory leak on resizeclayjohn2022-01-171-0/+3
|/ /
* | Merge pull request #56860 from bruvzg/icu_caseRémi Verschelde2022-01-174-1/+34
|\ \
| * | [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-174-1/+34
* | | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-172-16/+0
|\ \ \ | |/ / |/| |
| * | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-182-16/+0
* | | Fix invalid read when using LightOccluder2DHaoyu Qiu2022-01-171-1/+1
* | | Merge pull request #56309 from Calinou/remove-pvrtc-supportRémi Verschelde2022-01-164-90/+0
|\ \ \
| * | | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-144-90/+0
* | | | Remove mistakenly added push constant from SSRclayjohn2022-01-151-1/+0
* | | | Refactor size expression parsing for arrays in the shadersYuri Roubinsky2022-01-152-338/+112
|/ / /
* | | Fix shader crashing when declaring matrix or array varyingsYuri Roubinsky2022-01-141-1/+20
* | | Fix various typosluz paz2022-01-134-5/+5
* | | Fix completion for global constants in shadersYuri Roubinsky2022-01-131-0/+3
* | | Add completion for shader_typeYuri Roubinsky2022-01-132-9/+17
| |/ |/|
* | Prevent redefinition of main functions in shaderYuri Roubinsky2022-01-131-0/+7
* | Merge pull request #56714 from bruvzg/fix_alignment_break_overrunRémi Verschelde2022-01-134-23/+36
|\ \
| * | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-134-23/+36
* | | Fix cannot use gaussian blur errorclayjohn2022-01-121-1/+1
|/ /
* | Merge pull request #56169 from dkaste/fix-clip-rectsRémi Verschelde2022-01-121-0/+4
|\ \
| * | Fix canvas items being drawn outside clip rectsDarren Kaste2022-01-091-0/+4
* | | Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-1212-53/+15
|\ \ \
| * | | Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-0412-53/+15
* | | | Optimize include files to improve `shader_language.h` compilation speedYuri Roubinsky2022-01-124-5/+5
* | | | Merge pull request #55656 from clayjohn/GLSL3-compilerRémi Verschelde2022-01-1214-76/+75
|\ \ \ \
| * | | | New OpenGL batching canvas rendererclayjohn2022-01-1114-76/+75
* | | | | Merge pull request #56696 from AnilBK/use-init-listsRémi Verschelde2022-01-122-29/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use List Initializations for Vectors.Anilforextra2022-01-122-29/+36
| | |/ / | |/| |
* | | | Merge pull request #56667 from Ice-Cube69/fix_incorrect_property_typesRémi Verschelde2022-01-111-1/+1
|\ \ \ \
| * | | | Fixed incorrect property typesArnav Vijaywargiya2022-01-111-1/+1
* | | | | Merge pull request #56416 from BastiaanOlij/fix_xr_viewport_size_overruleRémi Verschelde2022-01-111-6/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix XR viewport size overrule and incorrect usage of internal sizeBastiaan Olij2022-01-021-6/+16
* | | | | Merge pull request #56627 from Chaosus/shader_better_limit_warningRémi Verschelde2022-01-101-15/+26
|\ \ \ \ \
| * | | | | Enhances a shader uniform limit warningYuri Roubinsky2022-01-081-15/+26
* | | | | | [TextServer] Improve ligature cursor handling.bruvzg2022-01-094-2/+53
| |_|/ / / |/| | | |
* | | | | Use fill() to fill an entire image instead of setting pixels individually.Anilforextra2022-01-082-23/+4
|/ / / /
* | | | Merge pull request #56170 from Calinou/renderingserver-expose-gi-half-resolutionRémi Verschelde2022-01-071-0/+4
|\ \ \ \
| * | | | Expose RenderingServer GI half resolution setter methodHugo Locurcio2021-12-221-0/+4
| |/ / /
* | | | Merge pull request #56540 from Calinou/renderingserver-expose-ssil-qualityRémi Verschelde2022-01-062-0/+8
|\ \ \ \
| * | | | Expose RenderingServer SSIL quality setter methodsHugo Locurcio2022-01-062-0/+8
* | | | | Fix queueing a texture and regular uniform update in RD backend in succession.SaracenOne2022-01-061-3/+3
|/ / / /
* | | | Merge pull request #56522 from akien-mga/navigation-restore-safe-get_singletonRémi Verschelde2022-01-054-4/+4
|\ \ \ \
| * | | | NavigationServer: Restore constness for thread safe `get_singleton`Rémi Verschelde2022-01-054-4/+4
* | | | | Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-0512-20/+114
|/ / / /
* | | | Merge pull request #56220 from williamd67/GPULightmapper-implement-sky-ambien...JFonS2022-01-051-23/+56
|\ \ \ \
| * | | | GPULightmapper: react on sky ambient propertiesWilliam Deurwaarder2021-12-241-23/+56
| |/ / /