summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #95990 from Breush/76166-sky-auto-radianceRémi Verschelde2024-09-041-1/+1
|\ | | | | | | Sky: Adapt radiance size if `AUTOMATIC_MODE` resolves to `REALTIME`
| * Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-041-1/+1
| |
* | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-1/+1
|\ \ | | | | | | | | | StringName Dictionary keys
| * | StringName Dictionary keysrune-scape2024-08-291-1/+1
| | | | | | | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead
* | | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-032-7/+7
|\ \ \ | | | | | | | | | | | | Cleanup of raw `nullptr` checks with `Ref`
| * | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-312-7/+7
| | | | | | | | | | | | | | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
* | | | Merge pull request #86809 from clayjohn/TAA-disocclusionRémi Verschelde2024-09-032-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | Tune TAA disocclusion scale to avoid rejecting all samples during motion.
| * | | | Tune TAA disocclusion scale to avoid rejecting all samples during motion.clayjohn2024-01-042-3/+5
| | | | |
* | | | | Merge pull request #96512 from bruvzg/gds_base_sttRémi Verschelde2024-09-031-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [TextServer] Fix structured text parser for GDScript comments.
| * | | | | [TextServer] Fix structured text parser for GDScript comments.bruvzg2024-09-031-2/+2
| | | | | |
* | | | | | Merge pull request #96486 from ComycSans/black_skyRémi Verschelde2024-09-031-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix `SkyRD::Sky::free()` freeing shared material
| * | | | | | Fix SkyRD::Sky::free() freeing materialComycSans2024-09-021-1/+0
| |/ / / / /
* | | | | | Merge pull request #96426 from clayjohn/RD-reflection-probe-roughnessRémi Verschelde2024-09-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use non-linear mapping for ReflectionProbe mip levels to match sky
| * | | | | | Use non-linear mapping for ReflectionProbe mip levels to match skyclayjohn2024-09-011-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #96351 from stuartcarnie/sgc/metal_light_betsyRémi Verschelde2024-09-031-0/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Metal: Enable for betsy and lightmapper modules in compatibility mode
| * | | | | | Metal: enable for betsy and lightmapper modulesStuart Carnie2024-08-311-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To support this, the rendering_context_driver_metal.h header was updated to recognise when it is included in non-Objective-C source files.
* | | | | | | Merge pull request #95961 from RadiantUwU/fix-mesh-recursionRémi Verschelde2024-09-031-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix shadow mesh recursion.
| * | | | | | | Fix shadow mesh recursion.Radiant2024-08-311-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #95503 from clayjohn/instance_none_crashRémi Verschelde2024-09-031-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid indexing instances without a base in scene cull phase
| * | | | | | | | Avoid indexing instances without a base in scene cull phaseclayjohn2024-08-131-0/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #93448 from clayjohn/transmittance-fixesRémi Verschelde2024-09-033-29/+37
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | Various fixes for transmittance effect
| * | | | | | | Various fixes for transmittance effectclayjohn2024-06-213-29/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use correct shadow sampling for omni and spot lights Disable transmittance if shadows are disabled Correct DirectionalLight transmittance bias to match shadow bias (its still pretty sensitive though)
* | | | | | | | Merge pull request #96431 from viksl/fix-alpha-reflections-cull-orderRémi Verschelde2024-09-021-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix alpha material's reverse cull order.
| * | | | | | | | Fixes alpha materials being rendered with a reverse cull which is visible in ↵viksl2024-09-011-1/+1
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | reflections from reflection probes.
* | | | | | | | Merge pull request #96128 from BlueCube3310/vram-profiler-texture-memRémi Verschelde2024-09-022-3/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrect parameters for layered textures in VRAM texture memory profiler
| * | | | | | | | Fix incorrect parameters for layered textures in Video RAM texture memory ↵BlueCube33102024-09-012-3/+19
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | profiler
* | | | | | | | Merge pull request #96056 from Lielay9/expose_canvas_item_attach_skeletonRémi Verschelde2024-09-021-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | Expose `RenderingServer.canvas_item_attach_skeleton`
| * | | | | | | Expose the function 'RenderingServer.canvas_item_attach_skeleton'Hei2024-08-251-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #96174 from DeeJayLSP/wav-docsRémi Verschelde2024-08-301-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | WAV stream/importer: Improve compression/loop names and descriptions
| * | | | | | | WAV stream/importer: Improve compression/loop names and descriptionsDeeJayLSP2024-08-301-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #92316 from alula/msvc-clangRémi Verschelde2024-08-292-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for compiling with VS clang-cl toolset
| * | | | | | | | Add support for compiling with VS clang-cl toolsetAlula2024-08-282-2/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #90945 from Scony/extract-navigation-defaultsRémi Verschelde2024-08-292-7/+74
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | Extract navigation-related defaults to separate header
| * | | | | | | Extract navigation-related defaults to separate headerPawel Lampe2024-08-272-7/+74
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #94808 from RandomShaper/aud_srv_cod_styRémi Verschelde2024-08-281-6/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AudioServer: Fix code style issues
| * | | | | | | AudioServer: Fix code style issuesPedro J. Estébanez2024-07-261-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop STL copy in favor of old-school for loops. - Be explicit about loads and stores to atomic value. (This also fixes an error in certain compiler toolchains.)
* | | | | | | | Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix various typos
| * | | | | | | | Fix typosRedMser2024-07-171-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #94352 from Chaosus/shader_ternary_fixRémi Verschelde2024-08-282-5/+44
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix multiple ternary expressions to be used without parenthesis
| * | | | | | | | | Fix multiple ternary expressions to be used without parenthesisYuri Rubinsky2024-07-172-5/+44
| | | | | | | | | |
* | | | | | | | | | Merge pull request #93985 from alvinhochun/windows-gpu-prefRémi Verschelde2024-08-281-2/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect integrated GPU preference in Windows Settings
| * | | | | | | | | | Respect integrated GPU preference in Windows SettingsAlvin Wong2024-07-161-2/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #95984 from timothyqiu/what-identifierRémi Verschelde2024-08-273-19/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `String.is_valid_unicode_identifier()`
| * | | | | | | | | | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-273-19/+3
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds `is_valid_unicode_identifier()` - Adds `is_valid_ascii_identifier()` - Deprecates `is_valid_identifier()` - Renames `validate_identifier()` to `validate_ascii_identifier()`
* / | | | | | | | | Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-275-0/+9
|/ / / / / / / / /
* | | | | | | | | Merge pull request #95862 from adamscott/fix-pitch-scale-before-playRémi Verschelde2024-08-251-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Honor `pitch_scale` value before playing audio sample
| * | | | | | | | | Honor `pitch_scale` value before playing audio sampleAdam Scott2024-08-201-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-252-21/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use correct lightmap coefficients to ensure that the directional lightmap mode looks correct
| * | | | | | | | | | Use correct lightmap coefficients to ensure that the directional lightmap ↵clayjohn2024-08-212-21/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mode looks correct Also remove the metallic option from directional lightmap as it is guaranteed to return negative numbers in many cases
* | | | | | | | | | | Merge pull request #95274 from Chaosus/shader_forbind_const_func_declRémi Verschelde2024-08-251-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forbid function declaration with a const qualifier in shaders