Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #98816 from arkology/to-infinity-and-beyond | Thaddeus Crews | 2024-11-18 | 1 | -5/+4 |
|\ | |||||
| * | Improve set_radial_initial_angle by removing loops | arkology | 2024-11-14 | 1 | -5/+4 |
* | | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 9 | -21/+21 |
* | | Merge pull request #99277 from HolonProduction/why-remove-this-in-the-first-p... | Thaddeus Crews | 2024-11-15 | 2 | -0/+18 |
|\ \ | |||||
| * | | Add back `AnimationPlayer.get_argument_options` | HolonProduction | 2024-11-15 | 2 | -0/+18 |
* | | | Merge pull request #86085 from TheSofox/text-undo-cleanup | Thaddeus Crews | 2024-11-15 | 2 | -10/+6 |
|\ \ \ | |||||
| * | | | Cleanup in undo in TextEdit and LineEdit | Sofox | 2023-12-12 | 2 | -10/+6 |
* | | | | Merge pull request #99266 from bruvzg/fd_proc_filters | Thaddeus Crews | 2024-11-15 | 2 | -8/+26 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Use processed filter list for native dialogs. | Pāvels Nadtočajevs | 2024-11-15 | 2 | -8/+26 |
* | | | | Fix setting TileMap data compatibility format broken by #98898. | Mack | 2024-11-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #75164 from Calinou/visualinstance3d-lightmap-scale-float | Thaddeus Crews | 2024-11-14 | 4 | -11/+56 |
|\ \ \ | |||||
| * | | | Allow more flexible adjustments of VisualInstance3D Lightmap Scale | Hugo Locurcio | 2024-11-14 | 4 | -11/+56 |
* | | | | Fix missing native file dialog title translation. | Pāvels Nadtočajevs | 2024-11-14 | 4 | -3/+9 |
|/ / / | |||||
* | | | Merge pull request #99142 from KoBeWi/pasta_la_vista | Thaddeus Crews | 2024-11-13 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Ignore paste action if clipboard is empty | kobewi | 2024-11-12 | 1 | -0/+4 |
* | | | | Merge pull request #94372 from TokageItLab/advance-on-start | Thaddeus Crews | 2024-11-13 | 4 | -4/+31 |
|\ \ \ \ | |||||
| * | | | | Add advance_on_start option to NodeAnimation | Silc Lizard (Tokage) Renew | 2024-11-12 | 4 | -4/+31 |
* | | | | | Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cached | Thaddeus Crews | 2024-11-13 | 2 | -12/+26 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix `capture_cache.animation` was not cached | Nazarii | 2024-10-31 | 2 | -12/+26 |
* | | | | | Merge pull request #98678 from Daylily-Zeleen/daylily-zeleen/fix_text_edit | Thaddeus Crews | 2024-11-12 | 1 | -0/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Fix `total_visible_line_count` calculation when removing and clearing text of... | Daylily-Zeleen | 2024-11-06 | 1 | -0/+7 |
* | | | | | | Merge pull request #98543 from rune-scape/code-edit-margin | Thaddeus Crews | 2024-11-12 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CodeEdit: Fix line number margin | rune-scape | 2024-10-25 | 1 | -2/+2 |
* | | | | | | | Merge pull request #97890 from timothyqiu/id-focused | Thaddeus Crews | 2024-11-12 | 2 | -10/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix `PopupMenu.id_focused` signal using index as ID | Haoyu Qiu | 2024-10-07 | 2 | -10/+10 |
* | | | | | | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-arguments | Thaddeus Crews | 2024-11-12 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data | Danil Alexeev | 2024-11-04 | 1 | -4/+5 |
* | | | | | | | | | Merge pull request #98536 from TokageItLab/fix-deactivation-modifier | Thaddeus Crews | 2024-11-12 | 4 | -0/+22 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix Skeleton doesn't update skin after deactivating modifiers | Silc Lizard (Tokage) Renew | 2024-11-12 | 4 | -0/+22 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #99030 from tracefree/obstacle_2d_transform | Thaddeus Crews | 2024-11-12 | 2 | -5/+29 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Make use of NavigationObstacle2D's transform | Rie | 2024-11-11 | 2 | -5/+29 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #98625 from jweisberg/handle-nan-in-curve3d-find-interval | Thaddeus Crews | 2024-11-12 | 1 | -0/+21 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Curve: Check for finiteness before performing calculations in `sample_baked()... | JWeisberg | 2024-11-12 | 1 | -0/+21 |
* | | | | | | | | | | Merge pull request #97573 from shahriarlabib000/spinBox | Thaddeus Crews | 2024-11-12 | 2 | -6/+34 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix Spinbox display does not round properly when using decimal custom arrow s... | shahriarlabib000 | 2024-11-09 | 2 | -6/+34 |
* | | | | | | | | | | | Merge pull request #98446 from TokageItLab/look-at-modifier | Thaddeus Crews | 2024-11-12 | 3 | -0/+982 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Implement LookAtModifier3D | Silc Lizard (Tokage) Renew | 2024-11-12 | 3 | -0/+982 |
* | | | | | | | | | | | | Merge pull request #98951 from AThousandShips/fix_more_super_call | Thaddeus Crews | 2024-11-12 | 4 | -10/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix a few more super calls in `get_configuration_warnings` methods | A Thousand Ships | 2024-11-08 | 4 | -10/+10 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Improve NavigationObstacle3D editor tooling | smix8 | 2024-11-12 | 2 | -165/+155 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #97897 from WhalesState/button-min-size | Thaddeus Crews | 2024-11-11 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix `Button` minimum size when `disabled` is toggled. | Mounir Tohami | 2024-10-07 | 1 | -0/+1 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #96730 from tracefree/properly_transforming_obstacles | Thaddeus Crews | 2024-11-11 | 2 | -4/+31 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Make use of NavigationObstacle3D's transform | Rie | 2024-11-10 | 2 | -4/+31 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #98767 from jadeharley2/master | Thaddeus Crews | 2024-11-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix inability to set TextureLayeredRD as TEXTURE_TYPE_CUBE or TEXTURE_TYPE_CU... | jadeharley2 | 2024-11-11 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #97352 from reduz/uids-everywhere | Thaddeus Crews | 2024-11-11 | 2 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Universalize UID support in all resource types | Juan | 2024-11-11 | 2 | -0/+5 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #96188 from Khusheete/tilemaplayer-cell-update | Thaddeus Crews | 2024-11-11 | 2 | -0/+25 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add `TileMapLayer._update_cells` virtual callback called when the TileMapLaye... | Souchet Ferdinand | 2024-11-11 | 2 | -0/+25 |
| |/ / / / / / / / / / |