summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-27300-600/+600
|\
| * Fix copyright headers referring to GodotSpartan3222024-10-27300-600/+600
* | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-2610-14/+36
|\ \ | |/ |/|
| * Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fixThaddeus Crews2024-10-252-2/+13
| |\
| | * Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-222-2/+13
| * | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-252-0/+4
| |\ \
| | * | OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-042-0/+4
| * | | Merge pull request #98435 from Calinou/audio-add-get-driver-nameThaddeus Crews2024-10-252-0/+8
| |\ \ \
| | * | | Add `AudioServer.get_driver_name()` to get the actual audio driver nameHugo Locurcio2024-10-222-0/+8
| | | |/ | | |/|
| * | | Merge pull request #98448 from Chaosus/shader_global_builtinsYuri Rubinsky2024-10-253-11/+6
| |\ \ \
| | * | | Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins globalChaosus2024-10-243-11/+6
| * | | | Merge pull request #98257 from Rudolph-B/94210-BClay John2024-10-241-1/+5
| |\ \ \ \
| | * | | | Alternative fix to occlusion culling where all math is based on Euclidean dis...Rudolph Bester2024-10-171-1/+5
* | | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-2420-77/+245
|\| | | | |
| * | | | | Merge pull request #85338 from EMBYRDEV/shadow-caster-maskThaddeus Crews2024-10-249-4/+33
| |\ \ \ \ \
| | * | | | | Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-129-4/+33
| * | | | | | Merge pull request #98266 from m-pranav-r/fix-light-visual-instanceThaddeus Crews2024-10-241-0/+4
| |\ \ \ \ \ \
| | * | | | | | Fixed light culling mask behavior in Mobile and Compat renderersm-pranav-r2024-10-231-0/+4
| * | | | | | | Merge pull request #86103 from ecmjohnson/fix-inside-volfogThaddeus Crews2024-10-241-26/+54
| |\ \ \ \ \ \ \
| | * | | | | | | Fix volumetric fog artifacts when inside the fogErik Johnson2024-03-241-26/+54
| * | | | | | | | Merge pull request #98247 from TCROC/fix-headless-graphics-driver-and-shader-...Thaddeus Crews2024-10-242-1/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix headless import attempting to load graphics driverTravis Lange2024-10-222-1/+8
| * | | | | | | | | Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methodsThaddeus Crews2024-10-242-0/+49
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | Post-code review changes.stechyo2024-08-262-11/+25
| | * | | | | | | | Expose some AudioStreamPlayback methods.stechyo2024-08-152-0/+35
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #93590 from Chaosus/shader_custom_func_discardYuri Rubinsky2024-10-242-8/+18
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Allow usage of `discard` inside custom shader functionsYuri Rubinsky2024-10-172-8/+18
| * | | | | | | | | Merge pull request #93650 from Chaosus/shader_stage_custom_funcsYuri Rubinsky2024-10-243-38/+71
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | Allow using stage functions inside custom shader functionsYuri Rubinsky2024-10-173-38/+71
| | |/ / / / / / /
| * | | | | | | | Merge pull request #98391 from RandomShaper/rd_thread_switchClay John2024-10-223-0/+8
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Implement thread ownership change for RenderingDevicePedro J. Estébanez2024-10-213-0/+8
* | | | | | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-2214-48/+107
|\| | | | | | | |
| * | | | | | | | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copyThaddeus Crews2024-10-212-31/+35
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Use a shared copy of placeholder textures, tweak placeholder appearanceHugo Locurcio2024-10-182-31/+35
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #97005 from Repiteo/core/window-corner-styleThaddeus Crews2024-10-212-0/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-182-0/+3
| * | | | | | | | | Merge pull request #98267 from Chaosus/shader_pp_errorThaddeus Crews2024-10-212-12/+31
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add `#error` preprocessor directive to shading languageChaosus2024-10-182-12/+31
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #98388 from DarioSamo/sync-fixesThaddeus Crews2024-10-212-4/+19
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-212-4/+19
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #98258 from LainAmongYou/fix-bgraThaddeus Crews2024-10-211-0/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add support for BGRA textures with Texture*RDLain2024-10-161-0/+10
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactorThaddeus Crews2024-10-215-1/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-185-1/+5
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #98226 from m-pranav-r/fix-volumetric-shadowsThaddeus Crews2024-10-211-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix incorrect depth comparison used to calculate volumetric fog shadowingm-pranav-r2024-10-161-0/+1
| * | | | | | | | | | Merge pull request #97925 from huwpascoe/lightmap_dynamic_bugfixThaddeus Crews2024-10-211-0/+3
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Lightmap Dynamic Bugfixyesfish2024-10-171-0/+3
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-186-34/+75
|\| | | | | | | | |
| * | | | | | | | | Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-184-12/+43
| | |_|/ / / / / / | |/| | | | | | |