summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-042-3/+24
* Merge pull request #63899 from bruvzg/hb_510Rémi Verschelde2022-08-042-0/+2
|\
| * HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag t...bruvzg2022-08-042-0/+2
* | Merge pull request #61918 from KoBeWi/static_bodyRémi Verschelde2022-08-044-0/+26
|\ \
| * | Add static methods to create RayQueryParameterskobewi2022-06-104-0/+26
* | | Improve error message when the requested V-Sync mode cannot be usedHugo Locurcio2022-08-041-2/+2
| |/ |/|
* | Merge pull request #61851 from Calinou/particles-default-global-coordinatesRémi Verschelde2022-08-031-1/+1
|\ \
| * | Use global coordinates for particles by defaultHugo Locurcio2022-08-021-1/+1
* | | Merge pull request #51531 from Calinou/decal-projector-add-nearest-mipmap-anisoRémi Verschelde2022-08-034-22/+50
|\ \ \
| * | | Add Nearest Mipmap Anisotropic filter option to decals and projectorsHugo Locurcio2022-08-034-22/+50
| |/ /
* | | Merge pull request #58611 from Calinou/ssr-fix-blend-marginRémi Verschelde2022-08-031-6/+7
|\ \ \
| * | | Fade screen-space reflection towards inner marginHugo Locurcio2022-08-031-6/+7
| |/ /
* | | Merge pull request #63847 from Zylann/shader_switch_uintYuri Rubinsky2022-08-031-3/+6
|\ \ \ | |/ / |/| |
| * | Allow shading language to use `switch` statement with uintsMarc Gilleron2022-08-021-3/+6
* | | Merge pull request #62639 from Calinou/line-antialiasing-decrease-feather-widthRémi Verschelde2022-08-021-6/+14
|\ \ \
| * | | Improve antialiased line drawing sharpness and respect of original widthHugo Locurcio2022-07-021-6/+14
* | | | Add spatial built-ins (camera-pos, object-pos, camera-eye etc.)Patrick Exner2022-08-023-0/+20
* | | | [TextServer] Add ICU Unicode security and spoofing detection.bruvzg2022-08-024-0/+32
* | | | Merge pull request #53956 from bruvzg/icu_uax_31Rémi Verschelde2022-08-024-0/+36
|\ \ \ \
| * | | | [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-024-0/+36
* | | | | Merge pull request #51672 from Calinou/shader-add-hint-transparent-textureRémi Verschelde2022-08-025-0/+33
|\ \ \ \ \
| * | | | | Add `hint_transparent` to use a transparent black placeholder textureHugo Locurcio2022-08-015-0/+33
* | | | | | Merge pull request #63627 from and-rad/vector-field-attractor-fixRémi Verschelde2022-08-021-2/+2
|\ \ \ \ \ \
| * | | | | | Fix vector field particle attractor texture samplingAndreas Raddau2022-07-291-2/+2
* | | | | | | Merge pull request #63589 from RandomShaper/sdfgi_debug_pcRémi Verschelde2022-08-023-35/+28
|\ \ \ \ \ \ \
| * | | | | | | Keep SdfgiDebug shader's push constant size <= 128Pedro J. Estébanez2022-07-293-35/+28
| |/ / / / / /
* | | | | | | Merge pull request #63793 from RandomShaper/fix_unbound_resourceRémi Verschelde2022-08-021-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix uniform set creation error due to null RIDPedro J. Estébanez2022-08-011-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #63767 from kubecz3k/fix/headless-collisionRémi Verschelde2022-08-011-5/+43
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix for headless collision shape generationJakub Grzesik2022-08-011-5/+43
* | | | | | | Merge pull request #63766 from Chaosus/fix_shader_instance_uniformYuri Rubinsky2022-08-011-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix passing values to the instance uniforms in the shaderYuri Rubinsky2022-08-011-0/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #63754 from BastiaanOlij/storage_struct_privateRémi Verschelde2022-08-0126-1082/+1153
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Changed storage structs to privateBastiaan Olij2022-08-0126-1082/+1153
| | |_|/ / | |/| | |
* | | | | Merge pull request #55276 from Calinou/volumetric-fog-tweak-default-gi-injectRémi Verschelde2022-08-011-4/+4
|\ \ \ \ \
| * | | | | Tweak default fog settings for better appearanceHugo Locurcio2022-08-011-4/+4
| |/ / / /
* | | | | Merge pull request #63587 from clayjohn/specular-occlusionRémi Verschelde2022-08-012-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Treat specular less than 0.02 as occlusionclayjohn2022-07-312-2/+5
* | | | | Tweak VoxelGI defaults for better qualityHugo Locurcio2022-07-311-2/+2
* | | | | Fix Navigation Debug always enabledsmix82022-07-311-1/+1
* | | | | Make Decal's `modulate` property affect emission color as wellHugo Locurcio2022-07-301-2/+2
* | | | | fix 'Comparison result is always the same' warningsLinuxUserGD2022-07-291-24/+0
* | | | | Merge pull request #63595 from reduz/remove-signal-connect-bindsRémi Verschelde2022-07-298-18/+18
|\ \ \ \ \
| * | | | | Remove Signal connect bindsJuan Linietsky2022-07-298-18/+18
* | | | | | Merge pull request #46557 from asmaloney/remove-impossible-conditionRémi Verschelde2022-07-291-12/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove impossible condition in RenderingServer::mesh_surface_make_offsets_fro...Andy Maloney2021-03-011-12/+1
* | | | | | Merge pull request #62601 from smix8/navigation_3d_debug_4.xRémi Verschelde2022-07-292-0/+319
|\ \ \ \ \ \
| * | | | | | Add more detailed Navigation Debug Visualizationsmix82022-07-292-0/+319
* | | | | | | Merge pull request #63527 from BastiaanOlij/rework_environmentRémi Verschelde2022-07-2919-975/+2148
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Restructure environment in render implementationBastiaan Olij2022-07-2919-975/+2148