summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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
| |/ / / / / / / / / /