Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Viewport Texture must be set to use it | Hilderin | 2024-09-17 | 2 | -12/+14 |
| | |||||
* | Merge pull request #96910 from zaevi/improve_GraphEdit_dot_grid | Rémi Verschelde | 2024-09-13 | 1 | -11/+21 |
|\ | | | | | | | GraphEdit: Improve dotted pattern grid performance | ||||
| * | GraphEdit: Improve dotted pattern grid performance | Zae | 2024-09-12 | 1 | -11/+21 |
| | | |||||
* | | Merge pull request #96885 from LuizZak/grow_mask_sqrt_fix | Rémi Verschelde | 2024-09-13 | 1 | -2/+3 |
|\ \ | | | | | | | | | | Avoid expensive sqrt operation in hot loop of `BitMap.grow_mask` | ||||
| * | | Avoid expensive sqrt operation in hot loop of BitMap.grow_mask | Luiz Fernando Silva | 2024-09-12 | 1 | -2/+3 |
| | | | |||||
* | | | Merge pull request #96592 from bruvzg/alt_u | Rémi Verschelde | 2024-09-13 | 4 | -96/+280 |
|\ \ \ | |_|/ |/| | | | | | Add Control+Shift+U (rebindable) action for Unicode input, show hex as it is entered. | ||||
| * | | Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is ↵ | bruvzg | 2024-09-12 | 4 | -96/+280 |
| | | | | | | | | | | | | entered. | ||||
* | | | Merge pull request #96708 from bruvzg/lbl3d_os | Rémi Verschelde | 2024-09-12 | 2 | -7/+8 |
|\ \ \ | | | | | | | | | | | | | [Label3D] Fix updating labels in subvieports on oversampling change. | ||||
| * | | | [Label3D] Fix updating labels in subvieports on oversampling change. | bruvzg | 2024-09-08 | 2 | -7/+8 |
| | | | | |||||
* | | | | Merge pull request #96643 from bruvzg/fs_links | Rémi Verschelde | 2024-09-12 | 2 | -0/+32 |
|\ \ \ \ | | | | | | | | | | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip. | ||||
| * | | | | [FileSystem Dock] Add symlink indicator and tooltip. | bruvzg | 2024-09-06 | 2 | -0/+32 |
| | | | | | |||||
* | | | | | Fix native file dialog showing on loading project in editor. | bruvzg | 2024-09-12 | 1 | -1/+2 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #96880 from zeux/fix-vcache-nontri | Rémi Verschelde | 2024-09-12 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix a crash in `ImporterMesh::create_shadow_mesh` for non-triangle surfaces | ||||
| * | | | | Fix a crash in ImporterMesh::create_shadow_mesh for non-triangle surfaces | Arseny Kapoulkine | 2024-09-11 | 1 | -2/+2 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | optimize_vertex_cache_func assumes the input is a triangle mesh; when an imported mesh contains points/lines/triangle strips, this code should be disabled. | ||||
* | | | | Merge pull request #96878 from bruvzg/rtl_font_reload | Rémi Verschelde | 2024-09-12 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | [RTL] Fix font not updated for some spans. | ||||
| * | | | | [RTL] Fix font not updated for some spans. | bruvzg | 2024-09-11 | 1 | -0/+2 |
| |/ / / | |||||
* | | | | Merge pull request #96768 from DeeJayLSP/wav-end | Rémi Verschelde | 2024-09-12 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | WAV: Fix one frame overflow at the end | ||||
| * | | | | WAV: Fix one frame overflow at the end | DeeJayLSP | 2024-09-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #94783 from TokageItLab/validate-gltf-anim-name | Rémi Verschelde | 2024-09-12 | 2 | -1/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add validation to glTF importer for Blendshape and Animation | ||||
| * | | | | | Add validation to glTF importer for Blendshape and Animation | Silc 'Tokage' Renew | 2024-07-26 | 2 | -1/+13 |
| | | | | | | |||||
* | | | | | | Merge pull request #96305 from Jordyfel/scroll-container-min-size | Rémi Verschelde | 2024-09-12 | 1 | -14/+14 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | Fix scroll container min size calculation | ||||
| * | | | | | Fix scroll container min size calculation | Jordyfel | 2024-09-10 | 1 | -14/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #96586 from rune-scape/fix-empty-stringname-hash | Rémi Verschelde | 2024-09-11 | 7 | -116/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | StringName: Fix empty hash | ||||
| * | | | | | | StringName: Fix empty hash | rune-scape | 2024-09-09 | 7 | -116/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | +Fixed compat hashes | ||||
* | | | | | | | Merge pull request #87674 from WhalesState/line-edit | Rémi Verschelde | 2024-09-11 | 4 | -258/+341 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Prevent `LineEdit` focus loss when text is submitted or rejected and allow selecting without editing with arrow keys. | ||||
| * | | | | | | | Prevent `LineEdit` from losing focus when text is submitted or rejected. | Mounir Tohami | 2024-09-10 | 4 | -258/+341 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #96140 from ↵ | Rémi Verschelde | 2024-09-11 | 2 | -29/+26 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xiongyaohua/path_follow_3d_update_transform_immediately PathFollow3D update transform immediately by default | ||||
| * | | | | | | | Do not defer PathFollow3D transform updates | Yaohua Xiong | 2024-09-10 | 2 | -29/+26 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Co-authored-by: Yaohua Xiong <xiongyaohua@gmail.com> | ||||
* / | | | | | | [Resource Loader] Do not check property type for non registered properties. | bruvzg | 2024-09-10 | 1 | -36/+40 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #96572 from adamscott/fix-samples-leak | Rémi Verschelde | 2024-09-09 | 3 | -0/+14 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | Fix leak when using audio samples instead of streams | ||||
| * | | | | | Fix leak when using audio samples instead of streams | Adam Scott | 2024-09-04 | 3 | -0/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #96706 from bruvzg/rtl_process | Rémi Verschelde | 2024-09-08 | 1 | -13/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [RTL] Fix internal process incorrectly disabled on appending text. | ||||
| * | | | | | | [RTL] Fix internal process incorrectly disabled on appending text. | bruvzg | 2024-09-08 | 1 | -13/+16 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #96232 from AThousandShips/tree_navigate_row | Rémi Verschelde | 2024-09-08 | 1 | -5/+13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [Tree] Improve navigation with row select mode | ||||
| * | | | | | | [Tree] Improve navigation with row select mode | A Thousand Ships | 2024-08-28 | 1 | -5/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows navigating with the `ui_left/right` actions when selecting rows, fixing a navigation inconsistency | ||||
* | | | | | | | Merge pull request #96144 from SaracenOne/reimport_owner_instance | Rémi Verschelde | 2024-09-08 | 1 | -19/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make reimported models reimport their owner. | ||||
| * | | | | | | | Make reimported models reimport their owner. | Saracen | 2024-09-08 | 1 | -19/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the behaviour of the scene hot-reload system so that if the scene which needs to be reimported is owned by another instance, reload that instance instead. | ||||
* | | | | | | | | Merge pull request #96017 from DeeJayLSP/wav-vec | Rémi Verschelde | 2024-09-08 | 2 | -48/+24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioStream(Playback)WAV: Use LocalVectors instead of pointers | ||||
| * | | | | | | | | AudioStream(Playback)WAV: Use LocalVectors instead of pointers | DeeJayLSP | 2024-09-08 | 2 | -48/+24 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #95500 from tetrapod00/zero-separation-focus-neighbor | Rémi Verschelde | 2024-09-08 | 1 | -1/+24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong focus neighbor for grid-aligned 0 separation controls | ||||
| * | | | | | | | | | Add tie-breaking to find focus neighbor in Control | tetrapod00 | 2024-09-06 | 1 | -1/+24 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #93353 from AThousandShips/config_warning_fix | Rémi Verschelde | 2024-09-08 | 34 | -36/+36 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Fix super call in various `get_configuration_warnings` methods | ||||
| * | | | | | | | | | Fix super call in various `get_configuration_warnings` methods | A Thousand Ships | 2024-09-05 | 34 | -36/+36 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #96614 from graydoubt/feat/cancel_drag | Rémi Verschelde | 2024-09-06 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose `Viewport.gui_cancel_drag()` to GDScript as a counterpart to `Control.force_drag()` | ||||
| * | | | | | | | | | | Expose Viewport.gui_cancel_drag() to GDScript as a counterpart to ↵ | graydoubt | 2024-09-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Control.force_drag() | ||||
* | | | | | | | | | | | Merge pull request #96507 from bruvzg/menu_index | Rémi Verschelde | 2024-09-06 | 1 | -7/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [MenuBar] Make menu start index more consistent. | ||||
| * | | | | | | | | | | | [MenuBar] Make menu start index more consistent. | bruvzg | 2024-09-06 | 1 | -7/+10 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #96114 from BlueCube3310/sh-lightmap-packing | Rémi Verschelde | 2024-09-06 | 2 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LightmapGI: Pack L1 SH coefficients for directional lightmaps | ||||
| * | | | | | | | | | | | LightmapGI: Pack L1 SH coefficients for directional lightmaps | BlueCube3310 | 2024-09-05 | 2 | -0/+24 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #92962 from bruvzg/rtl_bbcode_parsing | Rémi Verschelde | 2024-09-06 | 2 | -237/+365 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Improve BBCode parsing. |