summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-204-24/+24
|\
| * Merge pull request #96721 from aXu-AP/tooltip-distanceRémi Verschelde2024-11-201-14/+12
| |\
| | * Fix tooltip appearing in old place, on movementaXu-AP2024-11-051-14/+12
| * | Merge pull request #99289 from shahriarlabib000/hideExpThaddeus Crews2024-11-192-0/+7
| |\ \
| | * | hide unused exp_edit from SpinBox inspectorshahriarlabib0002024-11-152-0/+7
| * | | Merge pull request #99231 from fire/sort-blendshapes-by-idThaddeus Crews2024-11-191-10/+5
| |\ \ \
| | * | | Sort blend shapes in the inspector by ID instead of alphabeticallyK. S. Ernest (iFire) Lee2024-11-141-10/+5
* | | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-1916-60/+167
|\| | | |
| * | | | Merge pull request #99176 from tracefree/obstacle_transformThaddeus Crews2024-11-184-10/+48
| |\ \ \ \
| | * | | | Fix obstacle avoidance and 3D editor ignoring transformRie2024-11-164-10/+48
| | | |/ / | | |/| |
| * | | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-182-24/+94
| |\ \ \ \
| | * | | | Implement closed path for Curve3dmatricola7872024-11-162-24/+94
| * | | | | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-181-5/+4
| |\ \ \ \ \
| | * | | | | Improve set_radial_initial_angle by removing loopsarkology2024-11-141-5/+4
| * | | | | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-179-21/+21
* | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-1520-47/+175
|\| | | | | |
| * | | | | | Merge pull request #99277 from HolonProduction/why-remove-this-in-the-first-p...Thaddeus Crews2024-11-152-0/+18
| |\ \ \ \ \ \
| | * | | | | | Add back `AnimationPlayer.get_argument_options`HolonProduction2024-11-152-0/+18
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #86085 from TheSofox/text-undo-cleanupThaddeus Crews2024-11-152-10/+6
| |\ \ \ \ \ \
| | * | | | | | Cleanup in undo in TextEdit and LineEditSofox2023-12-122-10/+6
| * | | | | | | Merge pull request #99266 from bruvzg/fd_proc_filtersThaddeus Crews2024-11-152-8/+26
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-152-8/+26
| * | | | | | | Fix setting TileMap data compatibility format broken by #98898.Mack2024-11-151-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #75164 from Calinou/visualinstance3d-lightmap-scale-floatThaddeus Crews2024-11-144-11/+56
| |\ \ \ \ \ \
| | * | | | | | Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-144-11/+56
| * | | | | | | Fix missing native file dialog title translation.Pāvels Nadtočajevs2024-11-144-3/+9
| |/ / / / / /
| * | | | | | Merge pull request #99142 from KoBeWi/pasta_la_vistaThaddeus Crews2024-11-131-0/+4
| |\ \ \ \ \ \
| | * | | | | | Ignore paste action if clipboard is emptykobewi2024-11-121-0/+4
| * | | | | | | Merge pull request #94372 from TokageItLab/advance-on-startThaddeus Crews2024-11-134-4/+31
| |\ \ \ \ \ \ \
| | * | | | | | | Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-124-4/+31
| * | | | | | | | Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cachedThaddeus Crews2024-11-132-12/+26
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Fix `capture_cache.animation` was not cachedNazarii2024-10-312-12/+26
* | | | | | | | | 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 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \