Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #91468 from akien-mga/dap-typo-parsing-PackedVector3Array | Rémi Verschelde | 2024-05-02 | 1 | -1/+1 |
|\ | | | | | | | DAP: Fix typo in parsing of PackedVector3Array | ||||
| * | DAP: Fix typo in parsing of PackedVector3Array | Rémi Verschelde | 2024-05-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #91464 from groud/fix_tilemap_layer_navmesh_baking | Rémi Verschelde | 2024-05-02 | 2 | -104/+73 |
|\ \ | | | | | | | | | | Fix TileMapLayer navmesh baking | ||||
| * | | Fix TileMapLayer navmesh baking | Gilles Roudière | 2024-05-02 | 2 | -104/+73 |
| | | | |||||
* | | | Merge pull request #91143 from RadiantUwU/add-input-amplitude | Rémi Verschelde | 2024-05-02 | 17 | -35/+132 |
|\ \ \ | |_|/ |/| | | | | | Add `amplitude` argument to `Input.vibrate_handheld` | ||||
| * | | Implement `amplitude` to Input.vibrate_handheld | Radiant | 2024-05-02 | 17 | -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-disabled | Rémi Verschelde | 2024-05-02 | 2 | -3/+21 |
|\ \ | | | | | | | | | | Fix TextEdit crash with multiple carets disabled and paste | ||||
| * | | Fix TextEdit crash with multiple carets disabled | kit | 2024-05-02 | 2 | -3/+21 |
| |/ | |||||
* | | Merge pull request #91423 from RadiantUwU/wutdahailboi | Rémi Verschelde | 2024-05-02 | 1 | -1/+0 |
|\ \ | | | | | | | | | | Fix outdated `AudioEffectSpectrumAnalyzer` documentation | ||||
| * | | Fix outdated documentation on AudioEffectSpectrumAnalyzer | Radiant | 2024-05-02 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #91412 from ↵ | Rémi Verschelde | 2024-05-02 | 18 | -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 context | Danil Alexeev | 2024-05-01 | 18 | -13/+182 |
| | | | | |||||
* | | | | Merge pull request #91384 from kitbdev/fix-spin-slider-margin | Rémi Verschelde | 2024-05-02 | 1 | -7/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix editor spin slider RTL and margin | ||||
| * | | | | Fix editor spin slider RTL and margin | kit | 2024-05-02 | 1 | -7/+8 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #91364 from vnen/gdscript-implicit-ready-base-first | Rémi Verschelde | 2024-05-02 | 4 | -10/+36 |
|\ \ \ \ | | | | | | | | | | | | | | | | GDScript: Call implicit ready on base script first | ||||
| * | | | | GDScript: Call implicit ready on base script first | George Marques | 2024-05-02 | 4 | -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-rect | Rémi Verschelde | 2024-05-02 | 3 | -3/+25 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a new property named `offset_rect` to `MobileVRInterface` | ||||
| * | | | | | Implement offset_rect property to MobileVRInterface to allow changing screen ↵ | Radiant | 2024-05-02 | 3 | -3/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | area. | ||||
* | | | | | | Merge pull request #90742 from KoBeWi/PR_from_the_future | Rémi Verschelde | 2024-05-02 | 2 | -25/+29 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Change update checker version source | ||||
| * | | | | | | Change update checker version source | kobewi | 2024-05-02 | 2 | -25/+29 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #89275 from bruvzg/status_rect | Rémi Verschelde | 2024-05-02 | 10 | -0/+86 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | [StatusIndicator] Add method to get indicator icon screen rect. | ||||
| * | | | | | | [StatusIndicator] Add method to get indicator icon screen rect. | bruvzg | 2024-05-02 | 10 | -0/+86 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #91437 from TokageItLab/auto-capture | Rémi Verschelde | 2024-05-02 | 7 | -65/+113 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add `auto_capture` option to AnimationPlayer | ||||
| * | | | | | | Add auto_capture option to AnimationPlayer | Silc Lizard (Tokage) Renew | 2024-05-02 | 7 | -65/+113 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #91098 from bruvzg/rtl_fast_delete | Rémi Verschelde | 2024-05-02 | 5 | -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 ↵ | bruvzg | 2024-05-02 | 5 | -4/+64 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | and a method for manual cache invalidation. | ||||
* | | | | | | Merge pull request #88763 from BlueCube3310/image-is-compressed-static | Rémi Verschelde | 2024-05-02 | 6 | -7/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Image: Add static `is_format_compressed` function. | ||||
| * | | | | | | Image: Add static `is_format_compressed` function. | BlueCube3310 | 2024-02-28 | 6 | -7/+12 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #80223 from AThousandShips/vec_elem | Rémi Verschelde | 2024-05-02 | 17 | -19/+596 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | Expose `Vector*` component-wise and scalar `min/max` to scripting | ||||
| * | | | | | | Expose `Vector*` component-wise and scalar `min/max` to scripting | A Thousand Ships | 2024-05-02 | 17 | -19/+596 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #91446 from HexagonNico/rect-doc-fix | Rémi Verschelde | 2024-05-02 | 2 | -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 Rect2 | Nico | 2024-05-02 | 2 | -4/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #91425 from Sauermann/fix-force-drag-focus-crash | Rémi Verschelde | 2024-05-02 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make `mouse_focus` and `mouse_focus_mask` consistent for force_drag | ||||
| * | | | | | | | Make `mouse_focus` and `mouse_focus_mask` consistent for force_drag | Markus Sauermann | 2024-05-02 | 1 | -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 Verschelde | 2024-05-02 | 4 | -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 arrays | Paul Joannon | 2024-04-30 | 4 | -1/+69 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #91188 from YeldhamDev/love_fixing_other_peoples_regressions | Rémi Verschelde | 2024-05-02 | 1 | -2/+20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `TabContainer` regressions related to switching tabs in certain cases | ||||
| * | | | | | | | | Fix `TabContainer` regressions related to switching tabs in certain cases | Michael Alexsander | 2024-04-26 | 1 | -2/+20 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #91127 from CrayolaEater/hinge-joint-cleanup | Rémi Verschelde | 2024-05-02 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate unused parameter `angular_limit/softness` in `HingeJoint3D` | ||||
| * | | | | | | | | | Deprecate unused paramater `angular_limit/softness` in HingeJoint3D | Bogdan Inculet | 2024-05-02 | 1 | -2/+2 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #91014 from DeeJayLSP/qoa-wav-playback | Rémi Verschelde | 2024-05-02 | 9 | -43/+1057 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add QOA (Quite OK Audio) as a WAV compression mode | ||||
| * | | | | | | | | | Add QOA (Quite OK Audio) as a WAV compression mode | DeeJayLSP | 2024-05-01 | 9 | -43/+1057 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #90608 from raulsntos/editor/enable-plugin-after-adding | Rémi Verschelde | 2024-05-02 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable `EditorPlugin` added by modules and GDExtensions | ||||
| * | | | | | | | | | | Enable `EditorPlugin` added by modules and GDExtensions | Raul Santos | 2024-04-13 | 1 | -1/+4 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #89426 from BlueCube3310/basisu-mult-of-4 | Rémi Verschelde | 2024-05-02 | 1 | -7/+63 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BasisUniversal: Fix artifacts on images with resolutions not divisible by 4 | ||||
| * | | | | | | | | | | | Fix BasisU compression on images with resolutions not divisible by 4. | BlueCube3310 | 2024-05-02 | 1 | -7/+63 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #89114 from AThousandShips/vec_elem_scalar | Rémi Verschelde | 2024-05-02 | 73 | -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 Ships | 2024-05-02 | 73 | -105/+588 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convenience for a number of cases operating on single values | ||||
* | | | | | | | | | | | Merge pull request #85295 from ↵ | Rémi Verschelde | 2024-05-02 | 2 | -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 ImportThreadData | jsjtxietian | 2023-11-28 | 2 | -6/+7 |
| | | | | | | | | | | | |