Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #96629 from ditiem-games/path2d | Thaddeus Crews | 2024-10-21 | 1 | -5/+4 |
|\ | |||||
| * | Update FollowPath2D children of Path2D when a curve_changed event occurs | David Trallero | 2024-09-06 | 1 | -5/+4 |
* | | Merge pull request #97905 from 0x53A/patch-1 | Thaddeus Crews | 2024-10-21 | 1 | -2/+4 |
|\ \ | |||||
| * | | Update Node.xml: specify that normal processing happens in tree order | Lukas Rieger | 2024-10-20 | 1 | -2/+4 |
* | | | Merge pull request #97649 from ohboh/literally-unusable-on-mobile-without-this | Thaddeus Crews | 2024-10-21 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Fix "emulate mouse from touch" setting affecting editor | obo | 2024-10-01 | 1 | -0/+4 |
* | | | | Merge pull request #97005 from Repiteo/core/window-corner-style | Thaddeus Crews | 2024-10-21 | 11 | -2/+62 |
|\ \ \ \ | |||||
| * | | | | Core: Add `DisplayServer` flag for sharp corners | Thaddeus Crews | 2024-10-18 | 11 | -2/+62 |
* | | | | | Merge pull request #98283 from tetrapod00/canvasmodulate-link | Thaddeus Crews | 2024-10-21 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Docs: Add link to 2D lights and shadows from CanvasModulate | tetrapod00 | 2024-10-17 | 1 | -0/+1 |
* | | | | | | Merge pull request #98146 from HolonProduction/this-error-does-not-apply-to-u... | Thaddeus Crews | 2024-10-21 | 5 | -7/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | GDScript: Fix annotation parsing adding new annotation entries | HolonProduction | 2024-10-13 | 5 | -7/+19 |
* | | | | | | | 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 #97626 from Repiteo/scons/c17 | Thaddeus Crews | 2024-10-21 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | SCons: Bump C standard: `C11`→`C17` | Thaddeus Crews | 2024-09-29 | 1 | -3/+3 |
* | | | | | | | | Merge pull request #98388 from DarioSamo/sync-fixes | Thaddeus Crews | 2024-10-21 | 4 | -11/+63 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Improve synchronization of rendering commands after changes from transfer que... | Dario | 2024-10-21 | 4 | -11/+63 |
* | | | | | | | | | 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 #88530 from davthedev/tree-hover-items | Thaddeus Crews | 2024-10-21 | 6 | -105/+340 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add hover state to Tree items display | David Giardi | 2024-10-17 | 6 | -105/+340 |
* | | | | | | | | | | | Merge pull request #98237 from dustdfg/os_transitive_image_headers_refactor | Thaddeus Crews | 2024-10-21 | 25 | -4/+23 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Don't include `core/io/image.h` in `core/os/os.h` | Yevhen Babiichuk (DustDFG) | 2024-10-18 | 25 | -4/+23 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #98236 from timothyqiu/locale-compare-cache-4.x | Thaddeus Crews | 2024-10-21 | 2 | -13/+24 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Cache results for `TranslationServer.compare_locales()` | Haoyu Qiu | 2024-10-16 | 2 | -13/+24 |
* | | | | | | | | | | | | Merge pull request #97205 from tetrapod00/inspect-native-shader-code | Thaddeus Crews | 2024-10-21 | 6 | -1/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Add "Inspect Native Shader Code" to shader resource and shader editor | tetrapod00 | 2024-10-08 | 6 | -1/+30 |
* | | | | | | | | | | | | | Merge pull request #97588 from TML233/generated-raise-signal | Thaddeus Crews | 2024-10-21 | 3 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Change generated On{SignalName} to EmitSignal{SignalName} | TML | 2024-09-28 | 3 | -5/+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 #97707 from Sauermann/fix-input-device-clash | Thaddeus Crews | 2024-10-21 | 7 | -21/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Fix InputEvent device id clash | Markus Sauermann | 2024-10-20 | 7 | -21/+30 |
* | | | | | | | | | | | | | | | Merge pull request #97706 from lalitshankarchowdhury/fix-create-folder | Thaddeus Crews | 2024-10-21 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Display proper message on invalid folder path | Lalit Shankar Chowdhury | 2024-10-17 | 1 | -0/+7 |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #98212 from stuartcarnie/sgc/metal_improvements | Thaddeus Crews | 2024-10-21 | 3 | -43/+146 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Metal: Performance improvements and bug fixes | Stuart Carnie | 2024-10-20 | 3 | -43/+146 |
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #98340 from juanjp600/dotnet-typed-dictionary-hint-fix | Thaddeus Crews | 2024-10-21 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Fix exported typed dictionaries in .NET having an incorrect hint, which led t... | Juan Pablo Arce | 2024-10-18 | 3 | -3/+3 |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #98203 from timothyqiu/layout-dir-created-equal | Thaddeus Crews | 2024-10-21 | 6 | -13/+63 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Add System Locale layout direction for Control and Window | Haoyu Qiu | 2024-10-17 | 6 | -13/+63 |
| |/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | Merge pull request #98201 from AThousandShips/lightmap_compile_fix | Thaddeus Crews | 2024-10-21 | 1 | -9/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Fix unreachable code in `lightmap_gi.cpp` | A Thousand Ships | 2024-10-15 | 1 | -9/+6 |
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #97807 from syntaxerror247/colorPicker_kb_fix | Thaddeus Crews | 2024-10-21 | 1 | -16/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Fix ColorPicker virtual keyboard popup on mobile | Anish Mishra | 2024-10-05 | 1 | -16/+4 |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #97542 from AThousandShips/dict_sort_fix | Thaddeus Crews | 2024-10-21 | 6 | -8/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Add test | A Thousand Ships | 2024-10-18 | 1 | -0/+8 |
| * | | | | | | | | | | | | | | | [Core] Fix sorting of `Dictionary` keys | A Thousand Ships | 2024-10-18 | 5 | -8/+20 |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #97925 from huwpascoe/lightmap_dynamic_bugfix | Thaddeus Crews | 2024-10-21 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |