summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-1248-237/+1377
|\
| * 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 `TextEdit`'s text.
| | * Fix `total_visible_line_count` calculation when removing and clearing text ↵Daylily-Zeleen2024-11-061-0/+7
| | | | | | | | | | | | of `TextEdit`.
| * | Merge pull request #98543 from rune-scape/code-edit-marginThaddeus Crews2024-11-121-2/+2
| |\ \ | | | | | | | | | | | | CodeEdit: Fix line number margin
| | * | 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 ID
| | * | | 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 data
| | * | | | 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 modifiers when it has only one modifier
| | * | | | | 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 transform
| | * | | | | | 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()` functions
| | * | | | | | Curve: Check for finiteness before performing calculations in ↵JWeisberg2024-11-121-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `sample_baked()` functions
| * | | | | | | Merge pull request #97573 from shahriarlabib000/spinBoxThaddeus Crews2024-11-122-6/+34
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow steps
| | * | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow ↵shahriarlabib0002024-11-092-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | steps
| * | | | | | | | Merge pull request #98446 from TokageItLab/look-at-modifierThaddeus Crews2024-11-123-0/+982
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement LookAtModifier3D
| | * | | | | | | | 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` methods
| | * | | | | | | | | Fix a few more super calls in `get_configuration_warnings` methodsA Thousand Ships2024-11-084-10/+10
| | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | A few missed last pass and one incorrect from that pass
| * | | | | | | | | Improve NavigationObstacle3D editor toolingsmix82024-11-122-165/+155
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Improves NavigationObstacle3D editing options inside the editor.
| * | | | | | | | Merge pull request #97897 from WhalesState/button-min-sizeThaddeus Crews2024-11-111-0/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `Button` minimum size when `disabled` is toggled.
| | * | | | | | | | 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 transform
| | * | | | | | | | Make use of NavigationObstacle3D's transformRie2024-11-102-4/+31
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: a0kami <dev.aokami@netc.fr>
| * | | | | | | | Merge pull request #98767 from jadeharley2/masterThaddeus Crews2024-11-111-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inability to set TextureLayeredRD as `TEXTURE_TYPE_CUBE` or `TEXTURE_TYPE_CUBE_ARRAY`
| | * | | | | | | | Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or ↵jadeharley22024-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TEXTURE_TYPE_CUBE_ARRAY
| * | | | | | | | | Merge pull request #97352 from reduz/uids-everywhereThaddeus Crews2024-11-112-0/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Universalize UID support in all resource types
| | * | | | | | | | | Universalize UID support in all resource typesJuan2024-11-112-0/+5
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures all resource types support UIDs in a project. This is required to fix: * Scripts and many other resource types can't be referenced by UID and when refactored the references are lost. * Path export properties can't use UID for unsupported types. * Refactoring problems when files are moved outside the editor (this PR effectively fixes it). * Editor properly refreshing paths if they changed externally while opened (as example, git update). This needs to be addressed in a subsequent PR, but this one effectively sets the prerequisites. Resource types that do not support UID will get a .uid file appended to them (this includes .gd, .gdshader, .gdextension, etc. files).
| * | | | | | | | | Merge pull request #96188 from Khusheete/tilemaplayer-cell-updateThaddeus Crews2024-11-112-0/+25
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a way to know when a TileMapLayer's cell is modified
| | * | | | | | | | | Add `TileMapLayer._update_cells` virtual callback called when the ↵Souchet Ferdinand2024-11-112-0/+25
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TileMapLayer's cells are updated Made `_update_cells` a hook into the `TileMapLayer`'s internal update
| * | | | | | | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-1118-33/+33
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core: Integrate Ref `instantiate` where possible
| | * | | | | | | | | 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` performance
| | * | | | | | | | | Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` ↵Kiro2024-11-111-0/+2
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | performance Avoid copies and redundant work.
| * / / / / / / / / CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-101-1/+2
| |/ / / / / / / /
* | | | | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-1122-314/+322
|\| | | | | | | |
| * | | | | | | | Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-104-8/+40
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [TextParagraph/Button] Add support for line spacing.
| | * | | | | | | | [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 search
| | * | | | | | | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-282-201/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: sam <samsface@gmail.com>
| * | | | | | | | | Merge pull request #98777 from AThousandShips/debug_no_3d_fixThaddeus Crews2024-11-101-0/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing checks for non-3D builds in scene debugger
| | * | | | | | | | | 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 layers
| | * | | | | | | | | 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] Better settings configuration for RuntimeNodeSelect and Window quit
| | * | | | | | | | | | [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
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Tree] Improve Tree Performance by replacing computed height with TreeItem's cached minimum size