| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #818 from Spartan322/fixup/copyright-headers | George L. Albany | 2024-10-27 | 300 | -600/+600 |
| |\ | |||||
| | * | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 300 | -600/+600 |
| * | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 10 | -14/+36 |
| |\ \ | |/ |/| | |||||
| | * | Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fix | Thaddeus Crews | 2024-10-25 | 2 | -2/+13 |
| | |\ | |||||
| | | * | Fix race conditions in breadcrumbs | Matias N. Goldberg | 2024-10-22 | 2 | -2/+13 |
| | * | | Merge pull request #97771 from dsnopek/openxr-linux-egl | Thaddeus Crews | 2024-10-25 | 2 | -0/+4 |
| | |\ \ | |||||
| | | * | | OpenXR: Add support for Wayland on Linux | David Snopek | 2024-10-04 | 2 | -0/+4 |
| | * | | | Merge pull request #98435 from Calinou/audio-add-get-driver-name | Thaddeus Crews | 2024-10-25 | 2 | -0/+8 |
| | |\ \ \ | |||||
| | | * | | | Add `AudioServer.get_driver_name()` to get the actual audio driver name | Hugo Locurcio | 2024-10-22 | 2 | -0/+8 |
| | | | |/ | | |/| | |||||
| | * | | | Merge pull request #98448 from Chaosus/shader_global_builtins | Yuri Rubinsky | 2024-10-25 | 3 | -11/+6 |
| | |\ \ \ | |||||
| | | * | | | Make `OUTPUT_IS_SRGB/CLIP_SPACE_FAR` shader built-ins global | Chaosus | 2024-10-24 | 3 | -11/+6 |
| | * | | | | Merge pull request #98257 from Rudolph-B/94210-B | Clay John | 2024-10-24 | 1 | -1/+5 |
| | |\ \ \ \ | |||||
| | | * | | | | Alternative fix to occlusion culling where all math is based on Euclidean dis... | Rudolph Bester | 2024-10-17 | 1 | -1/+5 |
| * | | | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 20 | -77/+245 |
| |\| | | | | | |||||
| | * | | | | | Merge pull request #85338 from EMBYRDEV/shadow-caster-mask | Thaddeus Crews | 2024-10-24 | 9 | -4/+33 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Add `shadow_caster_mask` to Light3D. | Hannah Crawford | 2024-08-12 | 9 | -4/+33 |
| | * | | | | | | Merge pull request #98266 from m-pranav-r/fix-light-visual-instance | Thaddeus Crews | 2024-10-24 | 1 | -0/+4 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Fixed light culling mask behavior in Mobile and Compat renderers | m-pranav-r | 2024-10-23 | 1 | -0/+4 |
| | * | | | | | | | Merge pull request #86103 from ecmjohnson/fix-inside-volfog | Thaddeus Crews | 2024-10-24 | 1 | -26/+54 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Fix volumetric fog artifacts when inside the fog | Erik Johnson | 2024-03-24 | 1 | -26/+54 |
| | * | | | | | | | | Merge pull request #98247 from TCROC/fix-headless-graphics-driver-and-shader-... | Thaddeus Crews | 2024-10-24 | 2 | -1/+8 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | fix headless import attempting to load graphics driver | Travis Lange | 2024-10-22 | 2 | -1/+8 |
| | * | | | | | | | | | Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methods | Thaddeus Crews | 2024-10-24 | 2 | -0/+49 |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | Post-code review changes. | stechyo | 2024-08-26 | 2 | -11/+25 |
| | | * | | | | | | | | Expose some AudioStreamPlayback methods. | stechyo | 2024-08-15 | 2 | -0/+35 |
| | | | |_|_|/ / / / | | |/| | | | | | | |||||
| | * | | | | | | | | Merge pull request #93590 from Chaosus/shader_custom_func_discard | Yuri Rubinsky | 2024-10-24 | 2 | -8/+18 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Allow usage of `discard` inside custom shader functions | Yuri Rubinsky | 2024-10-17 | 2 | -8/+18 |
| | * | | | | | | | | | Merge pull request #93650 from Chaosus/shader_stage_custom_funcs | Yuri Rubinsky | 2024-10-24 | 3 | -38/+71 |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| | | * | | | | | | | | Allow using stage functions inside custom shader functions | Yuri Rubinsky | 2024-10-17 | 3 | -38/+71 |
| | | |/ / / / / / / | |||||
| | * | | | | | | | | Merge pull request #98391 from RandomShaper/rd_thread_switch | Clay John | 2024-10-22 | 3 | -0/+8 |
| | |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| | | * | | | | | | | Implement thread ownership change for RenderingDevice | Pedro J. Estébanez | 2024-10-21 | 3 | -0/+8 |
| * | | | | | | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1 | Spartan322 | 2024-10-22 | 14 | -48/+107 |
| |\| | | | | | | | | |||||
| | * | | | | | | | | Merge pull request #98294 from Calinou/texture-placeholders-use-shared-copy | Thaddeus Crews | 2024-10-21 | 2 | -31/+35 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Use a shared copy of placeholder textures, tweak placeholder appearance | Hugo Locurcio | 2024-10-18 | 2 | -31/+35 |
| | | | |/ / / / / / | | |/| | | | | | | |||||
| | * | | | | | | | | Merge pull request #97005 from Repiteo/core/window-corner-style | Thaddeus Crews | 2024-10-21 | 2 | -0/+3 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Core: Add `DisplayServer` flag for sharp corners | Thaddeus Crews | 2024-10-18 | 2 | -0/+3 |
| | * | | | | | | | | | Merge pull request #98267 from Chaosus/shader_pp_error | Thaddeus Crews | 2024-10-21 | 2 | -12/+31 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Add `#error` preprocessor directive to shading language | Chaosus | 2024-10-18 | 2 | -12/+31 |
| | | |/ / / / / / / / | |||||
| | * | | | | | | | | | Merge pull request #98388 from DarioSamo/sync-fixes | Thaddeus Crews | 2024-10-21 | 2 | -4/+19 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Improve synchronization of rendering commands after changes from transfer que... | Dario | 2024-10-21 | 2 | -4/+19 |
| | | | |_|/ / / / / / | | |/| | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #98258 from LainAmongYou/fix-bgra | Thaddeus Crews | 2024-10-21 | 1 | -0/+10 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Add support for BGRA textures with Texture*RD | Lain | 2024-10-16 | 1 | -0/+10 |
| | | | |_|/ / / / / / | | |/| | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactor | Thaddeus Crews | 2024-10-21 | 5 | -1/+5 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h` | Yevhen Babiichuk (DustDFG) | 2024-10-18 | 5 | -1/+5 |
| | | | |_|/ / / / / / | | |/| | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #98226 from m-pranav-r/fix-volumetric-shadows | Thaddeus Crews | 2024-10-21 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Fix incorrect depth comparison used to calculate volumetric fog shadowing | m-pranav-r | 2024-10-16 | 1 | -0/+1 |
| | * | | | | | | | | | | Merge pull request #97925 from huwpascoe/lightmap_dynamic_bugfix | Thaddeus Crews | 2024-10-21 | 1 | -0/+3 |
| | |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
| | | * | | | | | | | | | Lightmap Dynamic Bugfix | yesfish | 2024-10-17 | 1 | -0/+3 |
| | | | |_|/ / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d | Spartan322 | 2024-10-18 | 6 | -34/+75 |
| |\| | | | | | | | | | |||||
| | * | | | | | | | | | Move transitions of textures initialized by transfer workers to the main grap... | Dario | 2024-10-18 | 4 | -12/+43 |
| | | |_|/ / / / / / | |/| | | | | | | | |||||
