summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98678 from Daylily-Zeleen/daylily-zeleen/fix_text_editThaddeus Crews2024-11-121-0/+7
|\
| * Fix `total_visible_line_count` calculation when removing and clearing text of...Daylily-Zeleen2024-11-061-0/+7
* | Merge pull request #98543 from rune-scape/code-edit-marginThaddeus Crews2024-11-121-2/+2
|\ \
| * | CodeEdit: Fix line number marginrune-scape2024-10-251-2/+2
* | | Merge pull request #97890 from timothyqiu/id-focusedThaddeus Crews2024-11-122-10/+10
|\ \ \
| * | | Fix `PopupMenu.id_focused` signal using index as IDHaoyu Qiu2024-10-072-10/+10
* | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-argumentsThaddeus Crews2024-11-121-4/+5
|\ \ \ \
| * | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-041-4/+5
* | | | | Merge pull request #98536 from TokageItLab/fix-deactivation-modifierThaddeus Crews2024-11-124-0/+22
|\ \ \ \ \
| * | | | | Fix Skeleton doesn't update skin after deactivating modifiersSilc Lizard (Tokage) Renew2024-11-124-0/+22
* | | | | | Merge pull request #99030 from tracefree/obstacle_2d_transformThaddeus Crews2024-11-122-5/+29
|\ \ \ \ \ \
| * | | | | | Make use of NavigationObstacle2D's transformRie2024-11-112-5/+29
| |/ / / / /
* | | | | | Merge pull request #98625 from jweisberg/handle-nan-in-curve3d-find-intervalThaddeus Crews2024-11-121-0/+21
|\ \ \ \ \ \
| * | | | | | Curve: Check for finiteness before performing calculations in `sample_baked()...JWeisberg2024-11-121-0/+21
* | | | | | | Merge pull request #97573 from shahriarlabib000/spinBoxThaddeus Crews2024-11-122-6/+34
|\ \ \ \ \ \ \
| * | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow s...shahriarlabib0002024-11-092-6/+34
* | | | | | | | Merge pull request #98446 from TokageItLab/look-at-modifierThaddeus Crews2024-11-123-0/+982
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement LookAtModifier3DSilc Lizard (Tokage) Renew2024-11-123-0/+982
* | | | | | | | | Merge pull request #98951 from AThousandShips/fix_more_super_callThaddeus Crews2024-11-124-10/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a few more super calls in `get_configuration_warnings` methodsA Thousand Ships2024-11-084-10/+10
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Improve NavigationObstacle3D editor toolingsmix82024-11-122-165/+155
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #97897 from WhalesState/button-min-sizeThaddeus Crews2024-11-111-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix `Button` minimum size when `disabled` is toggled.Mounir Tohami2024-10-071-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #96730 from tracefree/properly_transforming_obstaclesThaddeus Crews2024-11-112-4/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | Make use of NavigationObstacle3D's transformRie2024-11-102-4/+31
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #98767 from jadeharley2/masterThaddeus Crews2024-11-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or TEXTURE_TYPE_CU...jadeharley22024-11-111-1/+1
* | | | | | | | | Merge pull request #97352 from reduz/uids-everywhereThaddeus Crews2024-11-112-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Universalize UID support in all resource typesJuan2024-11-112-0/+5
| |/ / / / / / / /
* | | | | | | | | Merge pull request #96188 from Khusheete/tilemaplayer-cell-updateThaddeus Crews2024-11-112-0/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add `TileMapLayer._update_cells` virtual callback called when the TileMapLaye...Souchet Ferdinand2024-11-112-0/+25
| |/ / / / / / / /
* | | | | | | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-1118-33/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-1018-33/+33
| |/ / / / / / / /
* | | | | | | | | Merge pull request #98957 from kiroxas/NavBakeSourceImprovementThaddeus Crews2024-11-111-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor...Kiro2024-11-111-0/+2
| |/ / / / / / / /
* / / / / / / / / CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-101-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-104-8/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-104-8/+40
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-102-201/+148
|\ \ \ \ \ \ \ \
| * | | | | | | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-282-201/+148
* | | | | | | | | Merge pull request #98777 from AThousandShips/debug_no_3d_fixThaddeus Crews2024-11-101-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add missing checks for non-3D builds in scene debuggerA Thousand Ships2024-11-021-0/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98773 from KeyboardDanni/tileset_collision_priorityThaddeus Crews2024-11-103-0/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add collision priority property to TileSet physics layersDanni2024-11-023-0/+35
* | | | | | | | | | Merge pull request #98891 from Faless/debugger/game_view_settingsThaddeus Crews2024-11-103-36/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [Debugger] Add configuration to the GameView debugger pluginFabio Alessandrelli2024-11-072-4/+14
| * | | | | | | | | | [Debugger] Move quit shortcut configuration to the SceneDebuggerFabio Alessandrelli2024-11-073-32/+14
* | | | | | | | | | | Merge pull request #96841 from maidopi-usagi/tree_item_height_cacheThaddeus Crews2024-11-103-41/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | replace computed height with cached item minimum sizeMaidOpi2024-11-073-41/+14
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #86600 from nikitalita/fix-missing-resourcesThaddeus Crews2024-11-102-15/+16
|\ \ \ \ \ \ \ \ \ \ \