Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix backspace always unfolding previous line | MrPersonDev | 2024-09-16 | 1 | -1/+1 | |
| | | | | (cherry picked from commit 2860b99077fff229927067948bb731cb61464317) | |||||
* | Fix bone2d scaling | Silc Lizard (Tokage) Renew | 2024-09-16 | 1 | -3/+1 | |
| | | | | | Co-authored-by: Thiago Lages de Alencar <thiagola92@gmail.com> (cherry picked from commit de558123bf557ba563e3dcd537585af08471817f) | |||||
* | Fix Skeleton2D.{_set|_get} always returning true | kleonc | 2024-09-16 | 2 | -28/+20 | |
| | | | | (cherry picked from commit 115cd47fd637c915d0db57389f433461639bbd3f) | |||||
* | Fix Parallax2D repeats being not relative to its transform | kleonc | 2024-09-16 | 1 | -7/+1 | |
| | | | | (cherry picked from commit 1bd8372813d8a329188c05e8cc8c0c66f60b1735) | |||||
* | Fix node.duplicate, return nullptr if this operation fails. | Radiant | 2024-09-16 | 1 | -1/+5 | |
| | | | | (cherry picked from commit 70f41e414eefd21ecbe98d429c5fc82b4c30ce8a) | |||||
* | Add `stop_callable` to `AudioStreamPlayerInternal` | Kusok | 2024-09-16 | 5 | -14/+16 | |
| | | | | (cherry picked from commit 8c7dd3cb61b7d134b49c584fb17acd30a4d42fbe) | |||||
* | Fix SoftBody3D pinned points breaking when reloading scene | Jiří Švejda | 2024-09-16 | 1 | -1/+7 | |
| | | | | (cherry picked from commit bde8c5977b5b3f31619af182ffc521bbec98df78) | |||||
* | Fix TileAtlasView bounds checks for transposed tiles | kleonc | 2024-09-16 | 2 | -1/+17 | |
| | | | | (cherry picked from commit 6895f6f8ccab0b22dda5a6151399603cdd7fd060) | |||||
* | Change "Node3D" to "Spatial" in VisualShader resource | tetrapod00 | 2024-09-16 | 1 | -9/+9 | |
| | | | | (cherry picked from commit b9876b626d431b1061111243376a4b0e07006d26) | |||||
* | Add NavigationLink function to change navigation map | smix8 | 2024-09-16 | 4 | -71/+190 | |
| | | | | | | Adds NavigationLink function to change navigation map. (cherry picked from commit e6ff4e56e30a93b1d25b90982ac3b344e228f4a9) | |||||
* | Fix `TextServer::shaped_text_*_character_pos` for the first character of ↵ | bruvzg | 2024-09-16 | 1 | -1/+9 | |
| | | | | | | wrapped string. Allow starting/ending RTL selection before line start. (cherry picked from commit 932acce8f290fe2231e81d685077af084666202e) | |||||
* | [BMFont] Fix importing fonts with `Match char height` enabled. | bruvzg | 2024-09-16 | 1 | -3/+6 | |
| | | | | (cherry picked from commit e7f215c2c401944892501c158188301a09622842) | |||||
* | Fix tooltip content being cut off at some display scales | aaronp64 | 2024-09-16 | 1 | -0/+1 | |
| | | | | | | | | When getting the minimum size for a tooltip, we get the value as a Vector2. Window::set_size() takes a Vector2i, so this size was getting truncated. At certain display scales, this could be enough to cut off part of the tooltip. Updated to call Vector2::ceil() to round up before calling Window::set_size() Fixes #91958 (cherry picked from commit ca8e3d4923f94eebf8d8b16a8625d1de6df32768) | |||||
* | Fix LightmapGI not taking environment sky rotation into account when baking | Hugo Locurcio | 2024-09-16 | 1 | -0/+1 | |
| | | | | | | | | The sky rotation now affects the baked environment lighting as it should, making it match how real-time ambient light rendering works. Co-authored-by: Per Melin <git@melin.net> (cherry picked from commit 661cf1f3515ab53c002d2824876dd955b06e9e50) | |||||
* | fix to ensure generated light probes do not get placed too close to manual ↵ | Kyle Appelgate | 2024-09-16 | 1 | -1/+1 | |
| | | | | | | light probes (cherry picked from commit 97205ea5b8126c4f1f613288d7bd366e6155eeee) | |||||
* | Fix incorrect warning on SkeletonModifier | Silc Lizard (Tokage) Renew | 2024-09-16 | 1 | -1/+1 | |
| | | | | (cherry picked from commit 4727c4f783573c6c7590bfdf4c8d52d6dca485b2) | |||||
* | XRNode - fix visibility issue | Bastiaan Olij | 2024-08-29 | 2 | -1/+21 | |
| | ||||||
* | Stop popup release timeout on click. | bruvzg | 2024-08-12 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #95377 from ↵ | Rémi Verschelde | 2024-08-12 | 2 | -7/+1 | |
|\ | | | | | | | | | | | raulsntos/gdextension/expose-property-accessors/Animation Make `Animation::capture_included` read-only | |||||
| * | Make `Animation::capture_included` read-only | Raul Santos | 2024-08-10 | 2 | -7/+1 | |
| | | | | | | | | | | | | The `PROPERTY_USAGE_READ_ONLY` flag only makes the property read-only in the inspector, but the property also has the `PROPERTY_USAGE_NO_EDITOR` flag which means it won't show up in the inspector. So it does nothing, while still making it editable from scripting. To make it read-only for scripting too, this PR removes the setter from the `PropertyInfo`. And since the `set_capture_included` method is now unused, it was also removed. | |||||
* | | AudioStreamPolyphonic: Implement stopping with sample playback | Rémi Verschelde | 2024-08-09 | 1 | -0/+4 | |
|/ | | | | Fixes #94724. | |||||
* | Merge pull request #95239 from AThousandShips/skeleton_internal_fix | Rémi Verschelde | 2024-08-07 | 1 | -1/+1 | |
|\ | | | | | | | Make `Skeleton3D` bone simulator an internal child | |||||
| * | Make `Skeleton3D` bone simulator an internal child | A Thousand Ships | 2024-08-07 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #95232 from bruvzg/popup_time_up | Rémi Verschelde | 2024-08-07 | 1 | -1/+2 | |
|\ \ | | | | | | | | | | [PopupMenu] Increase mouse button release timeout and reset it from `post_popup`. | |||||
| * | | [PopupMenu] Increase mouse button release timeout and reset it from ↵ | bruvzg | 2024-08-07 | 1 | -1/+2 | |
| |/ | | | | | | | `post_popup`. | |||||
* / | Document converting a TileMap node to TileMapLayer using the editor | Hugo Locurcio | 2024-08-07 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #95122 from kleonc/tab_bar_clear_close_button_rect | Rémi Verschelde | 2024-08-06 | 1 | -0/+2 | |
|\ | | | | | | | Clear `TabBar` tab close button's rect after it's hidden | |||||
| * | Clear TabBar tab close button's rect after it's hidden | kleonc | 2024-08-04 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #95083 from bruvzg/base_font_loops | Rémi Verschelde | 2024-08-06 | 2 | -6/+26 | |
|\ \ | | | | | | | | | | [Font] Add check for cyclic base font dependencies. | |||||
| * | | [Font] Add check for cyclic base font dependencies. | bruvzg | 2024-08-03 | 2 | -6/+26 | |
| |/ | ||||||
* | | Merge pull request #95059 from Geometror/fix-graphedit-port-snapping-again | Rémi Verschelde | 2024-08-06 | 1 | -7/+7 | |
|\ \ | | | | | | | | | | Fix GraphEdit port snapping in certain edge cases | |||||
| * | | Fix GraphEdit port snapping in certain edge cases | Hendrik Brucker | 2024-08-02 | 1 | -7/+7 | |
| |/ | ||||||
* / | Snap current position to the edge on animation finished | Silc Lizard (Tokage) Renew | 2024-08-01 | 2 | -1/+5 | |
|/ | ||||||
* | Merge pull request #94931 from KoBeWi/1_window_1_hack | Rémi Verschelde | 2024-08-01 | 1 | -8/+12 | |
|\ | | | | | | | Use legacy color picking in single window mode | |||||
| * | Use legacy color picking in single window mode | kobewi | 2024-07-29 | 1 | -8/+12 | |
| | | ||||||
* | | Fix update mouse cursor state wrong mouse position | kit | 2024-07-31 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #94810 from maidopi-usagi/graphedit_signal_fix | Rémi Verschelde | 2024-07-30 | 1 | -0/+4 | |
|\ \ | |/ |/| | | | [GraphEdit] Correctly disconnect signal to `connection_layer` | |||||
| * | Fix leaked signal connection to connection_layer. | maidopi-usagi | 2024-07-27 | 1 | -0/+4 | |
| | | ||||||
* | | Merge pull request #94848 from kitbdev/fix-placeholder-fit-content | Rémi Verschelde | 2024-07-29 | 2 | -4/+9 | |
|\ \ | | | | | | | | | | Fix TextEdit placeholder fit content height | |||||
| * | | Fix TextEdit placeholder fit content height | kit | 2024-07-27 | 2 | -4/+9 | |
| | | | ||||||
* | | | Merge pull request #94859 from TokageItLab/unstorage-node-time-info | Rémi Verschelde | 2024-07-28 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | | | | | Make NodeTimeInfo be not stored in tscn to prevent AnimationTree version control contamination | |||||
| * | | | Make NodeTimeInfo be not stored in tscn | Silc Lizard (Tokage) Renew | 2024-07-28 | 1 | -3/+3 | |
| |/ / | ||||||
* | | | Merge pull request #94858 from TokageItLab/early-break-loop-at-end | Rémi Verschelde | 2024-07-28 | 4 | -13/+9 | |
|\ \ \ | | | | | | | | | | | | | Determine `break_loop_at_end` 1 frame earlier using prediction by delta | |||||
| * | | | Determine break_loop_at_end 1 frame earlier using prediction by delta | Silc Lizard (Tokage) Renew | 2024-07-28 | 4 | -13/+9 | |
| |/ / | ||||||
* / / | Fix TextEdit scroll properties editor hint suffix | kit | 2024-07-26 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #94706 from alvinhochun/window-set-transient-parent-on-create | Rémi Verschelde | 2024-07-26 | 1 | -11/+1 | |
|\ \ | | | | | | | | | | Pass window exclusive and transient properties for subwindow creation | |||||
| * | | Pass window exclusive and transient properties for subwindow creation | Alvin Wong | 2024-07-25 | 1 | -11/+1 | |
| |/ | | | | | | | | | | | On Windows this allows to avoid having to change the owner of the window after it has been created, which in rare circumstances may cause the window to bug out. | |||||
* | | Fix processed_hashes type to Animation::TypeHash from int | Silc Lizard (Tokage) Renew | 2024-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #94716 from TokageItLab/fix-total-weight | Rémi Verschelde | 2024-07-25 | 1 | -7/+6 | |
|\ \ | | | | | | | | | | Fix total weight calculation to separate track types | |||||
| * | | Fix total weight calculation to separate track types | Silc Lizard (Tokage) Renew | 2024-07-25 | 1 | -7/+6 | |
| |/ |