summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Fix Viewport Texture must be set to use itHilderin2024-09-172-12/+14
|
* Merge pull request #96910 from zaevi/improve_GraphEdit_dot_gridRémi Verschelde2024-09-131-11/+21
|\ | | | | | | GraphEdit: Improve dotted pattern grid performance
| * GraphEdit: Improve dotted pattern grid performanceZae2024-09-121-11/+21
| |
* | Merge pull request #96885 from LuizZak/grow_mask_sqrt_fixRémi Verschelde2024-09-131-2/+3
|\ \ | | | | | | | | | Avoid expensive sqrt operation in hot loop of `BitMap.grow_mask`
| * | Avoid expensive sqrt operation in hot loop of BitMap.grow_maskLuiz Fernando Silva2024-09-121-2/+3
| | |
* | | Merge pull request #96592 from bruvzg/alt_uRémi Verschelde2024-09-134-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 ↵bruvzg2024-09-124-96/+280
| | | | | | | | | | | | entered.
* | | Merge pull request #96708 from bruvzg/lbl3d_osRémi Verschelde2024-09-122-7/+8
|\ \ \ | | | | | | | | | | | | [Label3D] Fix updating labels in subvieports on oversampling change.
| * | | [Label3D] Fix updating labels in subvieports on oversampling change.bruvzg2024-09-082-7/+8
| | | |
* | | | Merge pull request #96643 from bruvzg/fs_linksRémi Verschelde2024-09-122-0/+32
|\ \ \ \ | | | | | | | | | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip.
| * | | | [FileSystem Dock] Add symlink indicator and tooltip.bruvzg2024-09-062-0/+32
| | | | |
* | | | | Fix native file dialog showing on loading project in editor.bruvzg2024-09-121-1/+2
| |_|/ / |/| | |
* | | | Merge pull request #96880 from zeux/fix-vcache-nontriRémi Verschelde2024-09-121-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 surfacesArseny Kapoulkine2024-09-111-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_reloadRémi Verschelde2024-09-121-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | [RTL] Fix font not updated for some spans.
| * | | | [RTL] Fix font not updated for some spans.bruvzg2024-09-111-0/+2
| |/ / /
* | | | Merge pull request #96768 from DeeJayLSP/wav-endRémi Verschelde2024-09-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | WAV: Fix one frame overflow at the end
| * | | | WAV: Fix one frame overflow at the endDeeJayLSP2024-09-111-1/+1
| | | | |
* | | | | Merge pull request #94783 from TokageItLab/validate-gltf-anim-nameRémi Verschelde2024-09-122-1/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add validation to glTF importer for Blendshape and Animation
| * | | | | Add validation to glTF importer for Blendshape and AnimationSilc 'Tokage' Renew2024-07-262-1/+13
| | | | | |
* | | | | | Merge pull request #96305 from Jordyfel/scroll-container-min-sizeRémi Verschelde2024-09-121-14/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | Fix scroll container min size calculation
| * | | | | Fix scroll container min size calculationJordyfel2024-09-101-14/+14
| | | | | |
* | | | | | Merge pull request #96586 from rune-scape/fix-empty-stringname-hashRémi Verschelde2024-09-117-116/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | StringName: Fix empty hash
| * | | | | | StringName: Fix empty hashrune-scape2024-09-097-116/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | +Fixed compat hashes
* | | | | | | Merge pull request #87674 from WhalesState/line-editRémi Verschelde2024-09-114-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 Tohami2024-09-104-258/+341
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #96140 from ↵Rémi Verschelde2024-09-112-29/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xiongyaohua/path_follow_3d_update_transform_immediately PathFollow3D update transform immediately by default
| * | | | | | | Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-102-29/+26
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Co-authored-by: Yaohua Xiong <xiongyaohua@gmail.com>
* / | | | | | [Resource Loader] Do not check property type for non registered properties.bruvzg2024-09-101-36/+40
|/ / / / / /
* | | | | | Merge pull request #96572 from adamscott/fix-samples-leakRémi Verschelde2024-09-093-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix leak when using audio samples instead of streams
| * | | | | Fix leak when using audio samples instead of streamsAdam Scott2024-09-043-0/+14
| | | | | |
* | | | | | Merge pull request #96706 from bruvzg/rtl_processRémi Verschelde2024-09-081-13/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [RTL] Fix internal process incorrectly disabled on appending text.
| * | | | | | [RTL] Fix internal process incorrectly disabled on appending text.bruvzg2024-09-081-13/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #96232 from AThousandShips/tree_navigate_rowRémi Verschelde2024-09-081-5/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [Tree] Improve navigation with row select mode
| * | | | | | [Tree] Improve navigation with row select modeA Thousand Ships2024-08-281-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_instanceRémi Verschelde2024-09-081-19/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make reimported models reimport their owner.
| * | | | | | | Make reimported models reimport their owner.Saracen2024-09-081-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-vecRémi Verschelde2024-09-082-48/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioStream(Playback)WAV: Use LocalVectors instead of pointers
| * | | | | | | | AudioStream(Playback)WAV: Use LocalVectors instead of pointersDeeJayLSP2024-09-082-48/+24
| | | | | | | | |
* | | | | | | | | Merge pull request #95500 from tetrapod00/zero-separation-focus-neighborRémi Verschelde2024-09-081-1/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong focus neighbor for grid-aligned 0 separation controls
| * | | | | | | | | Add tie-breaking to find focus neighbor in Controltetrapod002024-09-061-1/+24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #93353 from AThousandShips/config_warning_fixRémi Verschelde2024-09-0834-36/+36
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | Fix super call in various `get_configuration_warnings` methods
| * | | | | | | | | Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-0534-36/+36
| | | | | | | | | |
* | | | | | | | | | Merge pull request #96614 from graydoubt/feat/cancel_dragRémi Verschelde2024-09-061-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 ↵graydoubt2024-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Control.force_drag()
* | | | | | | | | | | Merge pull request #96507 from bruvzg/menu_indexRémi Verschelde2024-09-061-7/+10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [MenuBar] Make menu start index more consistent.
| * | | | | | | | | | | [MenuBar] Make menu start index more consistent.bruvzg2024-09-061-7/+10
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #96114 from BlueCube3310/sh-lightmap-packingRémi Verschelde2024-09-062-0/+24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LightmapGI: Pack L1 SH coefficients for directional lightmaps
| * | | | | | | | | | | LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-052-0/+24
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #92962 from bruvzg/rtl_bbcode_parsingRémi Verschelde2024-09-062-237/+365
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RTL] Improve BBCode parsing.