Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LSP: Fix spec violations that break the VSCode outline | HolonProduction | 2024-11-15 | 3 | -1/+43 |
* | Fix incorrect order: `TTR(vformat` instead of `vformat(TTR` | Chaosus | 2024-11-14 | 1 | -2/+2 |
* | Merge pull request #99170 from Nodragem/fix-gridmap-action-shortcut-3deditor-... | Thaddeus Crews | 2024-11-13 | 1 | -5/+11 |
|\ | |||||
| * | fix shortcut conflicts with 3d editor | Nodragem | 2024-11-13 | 1 | -5/+11 |
* | | OpenXR: Fix pose recenter signal to be omitted properly | Bastiaan Olij | 2024-11-13 | 3 | -5/+13 |
|/ | |||||
* | Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulation | Thaddeus Crews | 2024-11-12 | 1 | -1/+25 |
|\ | |||||
| * | Added support for 'print' command in local (command line -d) debugger | Wenqiang | 2024-09-28 | 1 | -1/+25 |
* | | Merge pull request #99002 from Mickeon/documentation-more-miscellaneous-oddities | Thaddeus Crews | 2024-11-12 | 2 | -4/+4 |
|\ \ | |||||
| * | | Fix more miscellaneous oddities around the class reference | Micky | 2024-11-12 | 2 | -4/+4 |
* | | | Merge pull request #98995 from Faless/mbetls/insestent_io | Thaddeus Crews | 2024-11-12 | 1 | -27/+35 |
|\ \ \ | |||||
| * | | | [mbedTLS] Keep reading/writing partial until "would block" | Fabio Alessandrelli | 2024-11-09 | 1 | -27/+35 |
* | | | | [WS] Implement wslay unbuffered message parsing | Fabio Alessandrelli | 2024-11-12 | 6 | -17/+72 |
| |/ / |/| | | |||||
* | | | Merge pull request #97913 from Faless/fix/websocket_closing_transition | Thaddeus Crews | 2024-11-12 | 1 | -6/+31 |
|\ \ \ | |||||
| * | | | [WS] Detect disconnection due to protocol errors | Fabio Alessandrelli | 2024-11-04 | 1 | -6/+31 |
* | | | | Merge pull request #99030 from tracefree/obstacle_2d_transform | Thaddeus Crews | 2024-11-12 | 1 | -3/+10 |
|\ \ \ \ | |||||
| * | | | | Make use of NavigationObstacle2D's transform | Rie | 2024-11-11 | 1 | -3/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #99020 from Mickeon/documentation-example-pruning-2 | Thaddeus Crews | 2024-11-12 | 2 | -4/+3 |
|\ \ \ \ | |||||
| * | | | | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 2 | -4/+3 |
* | | | | | Merge pull request #91707 from Faless/ws/heartbeat | Thaddeus Crews | 2024-11-12 | 5 | -1/+53 |
|\ \ \ \ \ | |||||
| * | | | | | [WebSocket] Add optional heartbeat via "ping" control frames. | Fabio Alessandrelli | 2024-11-07 | 5 | -1/+53 |
* | | | | | | Merge pull request #98616 from dalexeev/doc-nested-subgroups | Thaddeus Crews | 2024-11-12 | 1 | -1/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Document exporting nested subgroups | Danil Alexeev | 2024-11-11 | 1 | -1/+13 |
* | | | | | | | Merge pull request #98467 from zaevi/fix_csharp_stringname_leak | Thaddeus Crews | 2024-11-12 | 1 | -2/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable` | Zae | 2024-10-24 | 1 | -2/+8 |
* | | | | | | | | Merge pull request #95774 from Mickeon/documentation-miscellaneous-oddities | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix miscellaneous oddities around the class reference | Micky | 2024-08-18 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #98459 from zaevi/fix_csharp_signal_parameters | Thaddeus Crews | 2024-11-12 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | C#: Escape signal parameters | Zae | 2024-10-23 | 2 | -5/+5 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #99088 from Mickeon/documentation-truth-oopsie-last-one | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix untagged `true` in GLTFState's documentation | Micky | 2024-11-11 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #89051 from Calinou/csharp-vscode-add-codium-support | Thaddeus Crews | 2024-11-11 | 1 | -8/+30 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add Codium support to C# external editors | Hugo Locurcio | 2024-11-02 | 1 | -8/+30 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #96730 from tracefree/properly_transforming_obstacles | Thaddeus Crews | 2024-11-11 | 1 | -5/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Make use of NavigationObstacle3D's transform | Rie | 2024-11-10 | 1 | -5/+14 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #97363 from reduz/deterministic-gen-suberesources-id | Thaddeus Crews | 2024-11-11 | 5 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Allow passing UID to importer | Juan | 2024-11-11 | 5 | -5/+5 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #97471 from kevinkuo52/debug-raycast-heightmap | Thaddeus Crews | 2024-11-11 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix issue #68238 where raycasts don't reliably collide with HeightMapShape3D,... | Kevin Kuo | 2024-09-25 | 1 | -1/+5 |
* | | | | | | | | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integration | Thaddeus Crews | 2024-11-11 | 7 | -13/+13 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Core: Integrate `Ref::instantiate` where possible | Thaddeus Crews | 2024-11-10 | 7 | -13/+13 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #98472 from rune-scape/sort-rpc | Thaddeus Crews | 2024-11-11 | 2 | -13/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | SceneRPCInterface: Sort rpc names using `StringLikeVariantOrder` | rune-scape | 2024-10-24 | 2 | -13/+1 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #94751 from RadiantUwU/patch-2 | Thaddeus Crews | 2024-11-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Return the actual error when an import fails. | Radiant | 2024-10-30 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #96922 from Nodragem/moving-gridmap-panel-one-commit | Thaddeus Crews | 2024-11-11 | 2 | -198/+427 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Move GridMapEditor to bottom panel | Nodragem | 2024-11-09 | 2 | -198/+427 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor... | Kiro | 2024-11-11 | 1 | -123/+70 |
| |_|_|/ / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #98919 from BlueCube3310/bcdec-fix-v4 | Thaddeus Crews | 2024-11-10 | 1 | -26/+87 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | bcdec: Fix decompresssing mipmaps not divisible by 4 | BlueCube3310 | 2024-11-08 | 1 | -26/+87 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #98758 from Rudolph-B/Issue-98756 | Thaddeus Crews | 2024-11-10 | 1 | -12/+5 |
|\ \ \ \ \ \ \ \ \ \ |