summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98957 from kiroxas/NavBakeSourceImprovementThaddeus Crews2024-11-111-0/+2
|\
| * Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor...Kiro2024-11-111-0/+2
* | CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-101-1/+2
|/
* Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-104-8/+40
|\
| * [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-104-8/+40
* | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-102-201/+148
|\ \
| * | Add fuzzy string matching to quick open searchAdam Johnston2024-10-282-201/+148
* | | Merge pull request #98777 from AThousandShips/debug_no_3d_fixThaddeus Crews2024-11-101-0/+2
|\ \ \
| * | | Add missing checks for non-3D builds in scene debuggerA Thousand Ships2024-11-021-0/+2
* | | | Merge pull request #98773 from KeyboardDanni/tileset_collision_priorityThaddeus Crews2024-11-103-0/+35
|\ \ \ \
| * | | | Add collision priority property to TileSet physics layersDanni2024-11-023-0/+35
* | | | | Merge pull request #98891 from Faless/debugger/game_view_settingsThaddeus Crews2024-11-103-36/+28
|\ \ \ \ \
| * | | | | [Debugger] Add configuration to the GameView debugger pluginFabio Alessandrelli2024-11-072-4/+14
| * | | | | [Debugger] Move quit shortcut configuration to the SceneDebuggerFabio Alessandrelli2024-11-073-32/+14
* | | | | | Merge pull request #96841 from maidopi-usagi/tree_item_height_cacheThaddeus Crews2024-11-103-41/+14
|\ \ \ \ \ \
| * | | | | | replace computed height with cached item minimum sizeMaidOpi2024-11-073-41/+14
| |/ / / / /
* | | | | | Merge pull request #86600 from nikitalita/fix-missing-resourcesThaddeus Crews2024-11-102-15/+16
|\ \ \ \ \ \
| * | | | | | Fix missing resource properties being dropped on savenikitalita2024-11-052-15/+16
* | | | | | | Merge pull request #94889 from rune-scape/no-const-list-eraseThaddeus Crews2024-11-102-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Avoid const_cast in List::erase by requiring mutable elementsrune-scape2024-11-082-2/+2
* | | | | | | | Merge pull request #98720 from timothyqiu/file-dialog-atmThaddeus Crews2024-11-101-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable auto translate of FileDialog's file listHaoyu Qiu2024-11-011-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #98717 from nikitalita/fix-save-to-wav-capsThaddeus Crews2024-11-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix save to wavnikitalita2024-11-011-1/+1
* | | | | | | | | Merge pull request #98710 from YeldhamDev/runtime_reimport_reloadThaddeus Crews2024-11-102-3/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Reload cached resources in runtime on file reimportMichael Alexsander2024-11-052-3/+15
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98963 from RandomShaper/fix_classdb_deadlockThaddeus Crews2024-11-101-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix deadlocks related to ClassDB queries about global classesPedro J. Estébanez2024-11-081-0/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98829 from adamscott/fix-tree-scroll-center-overflowThaddeus Crews2024-11-101-4/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix issue where scrolling to item center would overflow on topAdam Scott2024-11-051-4/+6
| |/ / / / / / / /
* | | | | | | | | Merge pull request #98317 from YYF233333/vformatThaddeus Crews2024-11-071-3/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Optimize TileSetAtlasSource::_get_property_listYufeng Ying2024-10-191-3/+7
* | | | | | | | | | Fix IME deactivation events not send on focus loss. Do not unset AltGr modifi...bruvzg2024-11-062-0/+4
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #98801 from zeux/my-final-formThaddeus Crews2024-11-054-23/+92
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rewrite index optimization code for maximum efficiencyArseny Kapoulkine2024-11-044-23/+92
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98571 from timothyqiu/pname-no-editorThaddeus Crews2024-11-053-15/+15
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Don't mark `PROPERTY_USAGE_NO_EDITOR` properties for translationHaoyu Qiu2024-10-263-15/+15
* | | | | | | | | Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-048-27/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-042-19/+19
| * | | | | | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-046-8/+8
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #96705 from elmajime/camera_from_external_feedThaddeus Crews2024-11-041-4/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-4/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-0241-121/+155
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #98350 from syntaxerror247/android-native-filepickerThaddeus Crews2024-10-312-7/+24
|\ \ \ \ \ \ \
| * | | | | | | [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-302-7/+24
* | | | | | | | Merge pull request #98637 from SubmergedTree/creating-light-occluder-2d-polyg...Thaddeus Crews2024-10-311-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | creating LightOccluder2D polygon makes exclamation mark in scene tree disappearJannik Seemann2024-10-291-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Always add decimal when printing floatkobewi2024-10-231-1/+1
* | | | | | | | | Merge pull request #69197 from aaronfranke/fix-tiny-convexThaddeus Crews2024-10-311-1/+1
|\ \ \ \ \ \ \ \ \