summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #95885 from bruvzg/macos_archRémi Verschelde2024-09-063-7/+20
|\ | | | | | | [macOS] Use per-architecture min. OS version for export.
| * [macOS] Use per-architecture min. OS version for export.bruvzg2024-08-213-7/+20
| |
* | Merge pull request #89649 from dalexeev/core-bind-and-doc-iter-virtual-methodsRémi Verschelde2024-09-062-19/+100
|\ \ | | | | | | | | | Core: Bind and document iterator API virtual methods
| * | Core: Bind and document iterator API virtual methodsDanil Alexeev2024-08-272-19/+100
| | |
* | | Merge pull request #96634 from bobby-the-epic/audio-doc-fixRémi Verschelde2024-09-061-1/+1
|\ \ \ | | | | | | | | | | | | Fix grammar in AudioStreamInteractive docs
| * | | Fix grammar in AudioStreamInteractive.xmlbobby-the-epic2024-09-051-1/+1
| | | | | | | | | | | | | | | | Minor grammar fix to make the sentences flow better.
* | | | Merge pull request #96603 from bruvzg/fs_ext_listRémi Verschelde2024-09-068-8/+51
|\ \ \ \ | | | | | | | | | | | | | | | [FileSystem Dock] Add option to show some unsupported files in the dock.
| * | | | [FileSystem Dock] Add option to show some unsupported files in the dock.bruvzg2024-09-058-8/+51
| | | | |
* | | | | Merge pull request #96581 from Hilderin/fix-editor-layout-reset-on-startupRémi Verschelde2024-09-062-14/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix editor layout reset on startup
| * | | | | Fix editor layout reset on startupHilderin2024-09-042-14/+15
| |/ / / /
* | | | | Merge pull request #96285 from kleonc/style_box_flat_fix_rects_skewing_centerRémi Verschelde2024-09-061-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix `StyleBoxFlat` rectangles skewing independently
| * | | | | Fix StyleBoxFlat rectangles skewing independentlykleonc2024-08-291-2/+2
| | | | | |
* | | | | | Merge pull request #96276 from KoBeWi/deprecated_on_arrivalRémi Verschelde2024-09-065-5/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Deprecate `set_min_buttons_width_from_icons`
| * | | | | | Deprecate set_min_buttons_width_from_iconskobewi2024-09-055-5/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #95803 from GustJc/fix_interactive_audio_fade_volumeRémi Verschelde2024-09-061-3/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix interactive audio transitions with wrong volume
| * | | | | | Fix interactive audio transitions fade in for clips with auto_advanceGustavo Jaruga Cruz2024-08-191-3/+5
| | | | | | |
* | | | | | | Merge pull request #95123 from LeonStansfield/test_height_map_3dRémi Verschelde2024-09-062-0/+123
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests for `HeightMapShape3D`
| * | | | | | | Add unit tests for HeightMapShape3DLeon Stansfield2024-09-062-0/+123
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test cases for constructor and property getters/setters: - Map width, depth, and data - Minimum and maximum height - Update map data from image
* | | | | | | Merge pull request #92865 from rune-scape/rune-optimal-code-editRémi Verschelde2024-09-064-245/+357
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CodeEdit: Improve render time by 2x
| * | | | | | | CodeEdit: improve render speedrune-scape2024-09-044-245/+357
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #79209 from RedMser/reparent-remember-positionRémi Verschelde2024-09-062-31/+47
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | Fix "reparent to new node" not remembering index
| * | | | | | Fix "reparent to new node" not remembering indexRedMser2024-09-052-31/+47
| | | | | | |
* | | | | | | Merge pull request #96616 from KoBeWi/metatron_is_defeatedRémi Verschelde2024-09-052-24/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't use EditorSettings metadata
| * | | | | | | Don't use EditorSettings metadatakobewi2024-09-052-24/+19
| |/ / / / / /
* | | | | | | Merge pull request #96244 from Repiteo/scons/msvc-__cplusplusRémi Verschelde2024-09-052-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | SCons: Pass `/Zc:__cplusplus` in MSVC builds
| * | | | | | | SCons: Pass `/Zc:__cplusplus` in MSVC buildsThaddeus Crews2024-09-052-0/+5
| |/ / / / / /
* | | | | | | Merge pull request #93319 from 10Drenth/astar_jump_performance_improvementRémi Verschelde2024-09-052-77/+132
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve `AStarGrid2D` performance when jumping is enabled
| * | | | | | | Improve AStarGrid2D performance when jumping is enabledMartijn2024-09-052-77/+132
| | | | | | | |
* | | | | | | | Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warningRémi Verschelde2024-09-053-8/+63
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses
| * | | | | | | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit usesDanil Alexeev2024-03-193-8/+63
| | | | | | | |
* | | | | | | | Merge pull request #96609 from detomon/prevent-changing-readonly-propertyRémi Verschelde2024-09-051-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent editing value on focus when `EditorSpinSlider` is read-only
| * | | | | | | | Prevent editing value on focus when `EditorSpinSlider` is read-onlydetomon2024-09-051-0/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #96607 from smix8/navmesh_2d_disco_partyRémi Verschelde2024-09-051-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 2D debug navigation flickering with tile maps
| * | | | | | | | Fix 2D debug navigation flickering with tile mapssmix82024-09-051-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Both the tile map layers and the debug navigation canvas items did fight for the same z order causing a lot of flickering in certain situations.
* | | | | | | | Merge pull request #96597 from MileyHollenberg/bugfix-ios-simulator-metalRémi Verschelde2024-09-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix iOS Simulator compiler error
| * | | | | | | | Fixed compiler errorMiley Hollenberg2024-09-051-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | Would cause a compiler error when compiled with `scons p=ios target=template_debug ios_simulator=yes arch=arm64`
* | | | | | | | Merge pull request #96587 from Malcolmnixon/check-openxr-hand-trackingRémi Verschelde2024-09-052-0/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn if XRHandModifier3D used with OpenXR and hand-tracking disabled
| * | | | | | | | Add warning if XRHandModifier3D used with OpenXR and hand-tracking isn't ↵Malcolm Nixon2024-09-052-0/+14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | enabled.
* | | | | | | | Merge pull request #96582 from Giganzo/add-sun-and-env-with-shiftRémi Verschelde2024-09-051-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix shift clicking on Add Sun/Environment to Scene buttons
| * | | | | | | | Fix shift clicking on Add Sun/Environment to Scene buttonsGiganzo2024-09-051-0/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #96579 from Hilderin/fix-selection-stuck-after-saving-sceneRémi Verschelde2024-09-052-1/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix selection stuck after saving scene
| * | | | | | | | Fix selection stuck after saving sceneHilderin2024-09-042-1/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #96577 from KoBeWi/reject_StringName,_return_to_VariantRémi Verschelde2024-09-051-3/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix AnimationLibrary loading
| * | | | | | | | Fix AnimationLibrary loadingkobewi2024-09-051-3/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #96570 from ↵Rémi Verschelde2024-09-053-5/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drako/fix-godotsharp-build-failing-with-no-deprecated [C#] Fix building with `deprecated=no`
| * | | | | | | | C# Assemblies can now be built with deprecated=noFelix Bytow2024-09-053-5/+18
| |/ / / / / / /
* | | | | | | | Merge pull request #96569 from AThousandShips/fix_tree_buttonRémi Verschelde2024-09-051-2/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [Editor] Prevent duplicate `Open in Editor` buttons in scene tree dock
| * | | | | | | | [Editor] Prevent duplicate `Open in Editor` buttons in scene tree dockA Thousand Ships2024-09-041-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Duplicate buttons were added when editor description changed
* | | | | | | | | Merge pull request #96530 from ev13bird/issue-96527Rémi Verschelde2024-09-051-8/+23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix instant transformations not being committed when used in succession
| * | | | | | | | | Fix instant transformations not being committed when used in successionev13bird2024-09-051-8/+23
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - Fix holding down keys repeatedly committing instant transformations, and disallow starting instant during non-instant - Fix echoed inputs starting new instant transformations after clicking to confirm, and disallow left mouse release committing instant transformations