summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #91468 from akien-mga/dap-typo-parsing-PackedVector3ArrayRémi Verschelde2024-05-021-1/+1
|\ | | | | | | DAP: Fix typo in parsing of PackedVector3Array
| * DAP: Fix typo in parsing of PackedVector3ArrayRémi Verschelde2024-05-021-1/+1
| |
* | Merge pull request #91464 from groud/fix_tilemap_layer_navmesh_bakingRémi Verschelde2024-05-022-104/+73
|\ \ | | | | | | | | | Fix TileMapLayer navmesh baking
| * | Fix TileMapLayer navmesh bakingGilles Roudière2024-05-022-104/+73
| | |
* | | Merge pull request #91143 from RadiantUwU/add-input-amplitudeRémi Verschelde2024-05-0217-35/+132
|\ \ \ | |_|/ |/| | | | | Add `amplitude` argument to `Input.vibrate_handheld`
| * | Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-0217-35/+132
|/ / | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: m4gr3d <m4gr3d@users.noreply.github.com>
* | Merge pull request #91457 from kitbdev/fix-multicaret-disabledRémi Verschelde2024-05-022-3/+21
|\ \ | | | | | | | | | Fix TextEdit crash with multiple carets disabled and paste
| * | Fix TextEdit crash with multiple carets disabledkit2024-05-022-3/+21
| |/
* | Merge pull request #91423 from RadiantUwU/wutdahailboiRémi Verschelde2024-05-021-1/+0
|\ \ | | | | | | | | | Fix outdated `AudioEffectSpectrumAnalyzer` documentation
| * | Fix outdated documentation on AudioEffectSpectrumAnalyzerRadiant2024-05-021-1/+0
| | |
* | | Merge pull request #91412 from ↵Rémi Verschelde2024-05-0218-13/+182
|\ \ \ | | | | | | | | | | | | | | | | | | | | dalexeev/gds-fix-non-static-access-in-static-context GDScript: Fix access non-static members in static context
| * | | GDScript: Fix access non-static members in static contextDanil Alexeev2024-05-0118-13/+182
| | | |
* | | | Merge pull request #91384 from kitbdev/fix-spin-slider-marginRémi Verschelde2024-05-021-7/+8
|\ \ \ \ | | | | | | | | | | | | | | | Fix editor spin slider RTL and margin
| * | | | Fix editor spin slider RTL and marginkit2024-05-021-7/+8
| | |/ / | |/| |
* | | | Merge pull request #91364 from vnen/gdscript-implicit-ready-base-firstRémi Verschelde2024-05-024-10/+36
|\ \ \ \ | | | | | | | | | | | | | | | GDScript: Call implicit ready on base script first
| * | | | GDScript: Call implicit ready on base script firstGeorge Marques2024-05-024-10/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is generally expected that the base class is called before the inherited clas. This commit implements this behavior for the implicit ready function (`@onready` annotation) to make it consistent with the expectations.
* | | | | Merge pull request #91140 from RadiantUwU/add-mobile-vr-screen-rectRémi Verschelde2024-05-023-3/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a new property named `offset_rect` to `MobileVRInterface`
| * | | | | Implement offset_rect property to MobileVRInterface to allow changing screen ↵Radiant2024-05-023-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | area.
* | | | | | Merge pull request #90742 from KoBeWi/PR_from_the_futureRémi Verschelde2024-05-022-25/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change update checker version source
| * | | | | | Change update checker version sourcekobewi2024-05-022-25/+29
| | | | | | |
* | | | | | | Merge pull request #89275 from bruvzg/status_rectRémi Verschelde2024-05-0210-0/+86
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | [StatusIndicator] Add method to get indicator icon screen rect.
| * | | | | | [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-0210-0/+86
| |/ / / / /
* | | | | | Merge pull request #91437 from TokageItLab/auto-captureRémi Verschelde2024-05-027-65/+113
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add `auto_capture` option to AnimationPlayer
| * | | | | | Add auto_capture option to AnimationPlayerSilc Lizard (Tokage) Renew2024-05-027-65/+113
| |/ / / / /
* | | | | | Merge pull request #91098 from bruvzg/rtl_fast_deleteRémi Verschelde2024-05-025-4/+64
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [RTL] Add extra argument to `remove_paragraph` to skip cache invalidation and a method for manual cache invalidation.
| * | | | | | [RTL] Adds extra argument to `remove_paragraph` to skip cache invalidation ↵bruvzg2024-05-025-4/+64
| |/ / / / / | | | | | | | | | | | | | | | | | | and a method for manual cache invalidation.
* | | | | | Merge pull request #88763 from BlueCube3310/image-is-compressed-staticRémi Verschelde2024-05-026-7/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Image: Add static `is_format_compressed` function.
| * | | | | | Image: Add static `is_format_compressed` function.BlueCube33102024-02-286-7/+12
| | | | | | |
* | | | | | | Merge pull request #80223 from AThousandShips/vec_elemRémi Verschelde2024-05-0217-19/+596
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | Expose `Vector*` component-wise and scalar `min/max` to scripting
| * | | | | | Expose `Vector*` component-wise and scalar `min/max` to scriptingA Thousand Ships2024-05-0217-19/+596
|/ / / / / /
* | | | | | Merge pull request #91446 from HexagonNico/rect-doc-fixRémi Verschelde2024-05-022-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix incorrect example in the documentation for the `expand` method in `Rect2`
| * | | | | | Fix incorrect example in the documentation for the expand method in Rect2Nico2024-05-022-4/+4
| | | | | | |
* | | | | | | Merge pull request #91425 from Sauermann/fix-force-drag-focus-crashRémi Verschelde2024-05-021-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make `mouse_focus` and `mouse_focus_mask` consistent for force_drag
| * | | | | | | Make `mouse_focus` and `mouse_focus_mask` consistent for force_dragMarkus Sauermann2024-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In `Viewport::_gui_force_drag` currently `Viewport::gui.mouse_focus` gets cleared, but `Viewport::gui.mouse_focus_mask` doesn't get cleared. This is an inconsistency which can cause a crash. With the change of this PR, `mouse_focus_mask` also gets cleared. This is in alignment with how regular drag and drop clears both variables.
* | | | | | | | Merge pull request #91375 from ↵Rémi Verschelde2024-05-024-1/+69
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | paulloz/dotnet/prevent-generator-crash-on-exported-unconstructed-generic-arrays C#: Fix generator crash w/ generic arrays
| * | | | | | | | C#: Fix generator crash w/ generic arraysPaul Joannon2024-04-304-1/+69
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #91188 from YeldhamDev/love_fixing_other_peoples_regressionsRémi Verschelde2024-05-021-2/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `TabContainer` regressions related to switching tabs in certain cases
| * | | | | | | | Fix `TabContainer` regressions related to switching tabs in certain casesMichael Alexsander2024-04-261-2/+20
| | | | | | | | |
* | | | | | | | | Merge pull request #91127 from CrayolaEater/hinge-joint-cleanupRémi Verschelde2024-05-021-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate unused parameter `angular_limit/softness` in `HingeJoint3D`
| * | | | | | | | | Deprecate unused paramater `angular_limit/softness` in HingeJoint3DBogdan Inculet2024-05-021-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #91014 from DeeJayLSP/qoa-wav-playbackRémi Verschelde2024-05-029-43/+1057
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add QOA (Quite OK Audio) as a WAV compression mode
| * | | | | | | | | Add QOA (Quite OK Audio) as a WAV compression modeDeeJayLSP2024-05-019-43/+1057
| | | | | | | | | |
* | | | | | | | | | Merge pull request #90608 from raulsntos/editor/enable-plugin-after-addingRémi Verschelde2024-05-021-1/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable `EditorPlugin` added by modules and GDExtensions
| * | | | | | | | | | Enable `EditorPlugin` added by modules and GDExtensionsRaul Santos2024-04-131-1/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #89426 from BlueCube3310/basisu-mult-of-4Rémi Verschelde2024-05-021-7/+63
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BasisUniversal: Fix artifacts on images with resolutions not divisible by 4
| * | | | | | | | | | | Fix BasisU compression on images with resolutions not divisible by 4.BlueCube33102024-05-021-7/+63
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #89114 from AThousandShips/vec_elem_scalarRémi Verschelde2024-05-0273-105/+588
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
| * | | | | | | | | | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-0273-105/+588
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convenience for a number of cases operating on single values
* | | | | | | | | | | Merge pull request #85295 from ↵Rémi Verschelde2024-05-022-6/+7
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jsjtxietian/use-mutex-protect-max_index-in-ImportThreadData Use `SafeNumeric` to protect `max_index` in ImportThreadData
| * | | | | | | | | | | Use mutex to protect max_index in ImportThreadDatajsjtxietian2023-11-282-6/+7
| | | | | | | | | | | |