summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add "repeat" keyword alias for InputEvent "echo" in the class referenceHugo Locurcio2024-06-242-4/+6
| | | | | | | "echo" is an uncommon term and the action is most commonly referred to as a "repeated" key press. This also improves the documentation related to echo behavior.
* Merge pull request #93554 from akien-mga/remove-editor-pseudolocalizationRémi Verschelde2024-06-244-16/+2
|\ | | | | | | Remove editor pseudolocalization debug feature
| * Remove editor pseudolocalization debug featureRémi Verschelde2024-06-244-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | We've seen multiple users enable it by mistake and get utterly confused, reporting as a bug that the interface text is garbled. On the other hand we haven't really seen much use of the feature by editor UI developers, so we can likely simply remove it. If there's a need eventually, we can re-add it as a command line option (which is also better than an editor setting as one would typically want to toggle it during development).
* | Merge pull request #93551 from m4gr3d/show_android_custom_template_by_defaultRémi Verschelde2024-06-241-1/+1
|\ \ | | | | | | | | | Android: Revert hiding of custom templates under the `Advanced Options` toggle
| * | Revert hiding of custom templates under the `Advanced Options` toggleFredia Huya-Kouadio2024-06-241-1/+1
| |/
* | Merge pull request #93544 from passivestar/validation-panel-label-alignmentRémi Verschelde2024-06-241-0/+1
|\ \ | | | | | | | | | Center the label of EditorValidationPanel
| * | Center the label of EditorValidationPanelpassivestar2024-06-241-0/+1
| | |
* | | Merge pull request #93543 from anniryynanen/scene-tree-reselectRémi Verschelde2024-06-242-1/+1
|\ \ \ | | | | | | | | | | | | Fix reselecting scene tree node after inspecting a resource
| * | | Fix reselecting scene tree node after inspecting a resourceAnni Ryynänen2024-06-242-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This broke when the `node_selected` connection was removed in #91435. Here it's returned, but the emit is removed from `_node_removed`. That preserves the earlier fix while allowing nodes to be reselected.
* | | | Merge pull request #93536 from BastiaanOlij/fix_make_vrs_ciRémi Verschelde2024-06-241-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | XR: Check for bad input in `make_vrs_texture`
| * | | | XR: Check for bad input in make_vrs_textureBastiaan Olij2024-06-241-0/+7
| | |_|/ | |/| |
* | | | Merge pull request #93523 from ↵Rémi Verschelde2024-06-241-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/a_feature_nobody_wanted_and_also_nobody_needed Add brief description tooltips to EditorResourcePicker
| * | | | Add brief description tooltips to EditorResourcePickerkobewi2024-06-241-0/+6
| |/ / /
* | | | Merge pull request #93520 from passivestar/main-screen-button-mirrorRémi Verschelde2024-06-241-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | Add missing RTL styles for MainScreenButton
| * | | | Add missing RTL styles for MainScreenButtonpassivestar2024-06-231-0/+4
| | |/ / | |/| |
* | | | Merge pull request #93497 from Meorge/fix_wav_import_loop_samples_docsRémi Verschelde2024-06-241-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Fix incorrect text in ResourceImporterWAV description
| * | | | Fix incorrect text in ResourceImporterWAV descriptionMalcolm Anderson2024-06-241-2/+2
| | |/ / | |/| | | | | | | | | | | | | | The descriptions for the edit/loop_begin and edit/loop_end members now correctly state that the units are samples, rather than seconds.
* | | | Merge pull request #93491 from patwork/fix-type-limits-windows-utilsRémi Verschelde2024-06-241-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | Fix type-limits warning in `windows_utils`
| * | | Fix type-limits warning in windows_utilspatwork2024-06-221-1/+1
| |/ /
* | | Merge pull request #93540 from RandomShaper/res_load_uncachedRémi Verschelde2024-06-241-14/+12
|\ \ \ | |_|/ |/| | `ResourceLoader`: Fix handling of uncached loads
| * | ResourceLoader: Fix handling of uncached loadsPedro J. Estébanez2024-06-241-14/+12
| | | | | | | | | | | | | | | - `CACHE_MODE_IGNORE_DEEP` is checked in addition to `CACHE_MODE_IGNORE` to determine if a load is uncached. This avoids crashes in uncached loads due to prematurely freed load tasks. - Cached load tasks are isolated (not registered in the task map ever). This avoids regular loads from reusing in-flight cached loads, which is not correct.
* | | Merge pull request #93494 from brno32/fix-headless-errorRémi Verschelde2024-06-241-0/+1
|\ \ \ | | | | | | | | | | | | Add stub method for `mouse_get_position` in headless display server
| * | | Add stub method for mouse_get_position in headless display serverAlex Drozd2024-06-231-0/+1
| | |/ | |/|
* | | Merge pull request #93485 from smix8/leftover_from_hangoverRémi Verschelde2024-06-243-30/+0
|\ \ \ | | | | | | | | | | | | Remove unused navigation polygon properties
| * | | Remove unused navigation polygon propertiessmix82024-06-223-30/+0
| |/ / | | | | | | | | | Removes unused navigation polygon properties, a leftover from the old Godot 3 days that used polygon center to polygon center distance for (rather inaccurate) pathfinding cost calculation.
* | | Merge pull request #93475 from KoBeWi/unified_timelineRémi Verschelde2024-06-241-1/+1
|\ \ \ | | | | | | | | | | | | Store TileMapLayer selection in scene's history
| * | | Store TileMapLayer selection in scene's historykobewi2024-06-221-1/+1
| |/ /
* | | Merge pull request #93471 from sertonix/patch-1Rémi Verschelde2024-06-241-1/+0
|\ \ \ | | | | | | | | | | | | Remove private glslang include
| * | | Remove private glslang includeSertonix2024-06-221-1/+0
| |/ / | | | | | | | | | | | | The latest glslang versions only install headers that are part of the public interface. This breaks when builtin_glslang is set to false. Ref https://github.com/KhronosGroup/glslang/commit/1dcb072cda091180a5b8b03c030bcbe83a54f8e2
* | | Merge pull request #93468 from AThousandShips/contributing_improveRémi Verschelde2024-06-241-4/+3
|\ \ \ | | | | | | | | | | | | Change suggestion in `CONTRIBUTING.md` to avoid spam
| * | | Change suggestion in `CONTRIBUTING.md` to avoid spamA Thousand Ships2024-06-221-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Having an issue tagged in a commit message spams the issue thread with notifications, which can be especially noisy when new contributors make a lot of updates or rebases.
* | | | Merge pull request #93435 from passivestar/themable-inspectorRémi Verschelde2024-06-242-16/+30
|\ \ \ \ | | | | | | | | | | | | | | | Make inspector spacing more themable
| * | | | Make inspector spacing more themablepassivestar2024-06-222-16/+30
| | | | |
* | | | | Merge pull request #93342 from kus04e4ek/build-fixRémi Verschelde2024-06-245-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix not using `encoding="utf-8"` when writing to files or reading from them
| * | | | | Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-195-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChristopheClaustre <christophe.claustre.31@gmail.com>
* | | | | | Merge pull request #93179 from TheSofox/tree-nav-crashRémi Verschelde2024-06-241-6/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix engine crashing when using Down Arrow selection on Tree with no selection
| * | | | | | Fix engine crashing when using Down Arrow selection on Tree with no selectionSofox2024-06-221-6/+7
| | | | | | |
* | | | | | | Merge pull request #92874 from Chaosus/completion_color_colorRémi Verschelde2024-06-241-1/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add coloring for completion of Color components
| * | | | | | | Add coloring for completion of Color componentsYuri Rubinsky2024-06-071-1/+12
| | | | | | | |
* | | | | | | | Merge pull request #92766 from Repiteo/ci/svgoRémi Verschelde2024-06-241040-1276/+1068
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Style: Optimize `.svg` files via `svgo`; add as pre-commit hook
| * | | | | | | | Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231037-1276/+1037
| | | | | | | | |
| * | | | | | | | CI: Add `svgo` pre-commit hookThaddeus Crews2024-06-233-0/+31
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #90785 from jsjtxietian/low-processRémi Verschelde2024-06-241-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | Update outdated `low_processor_usage_mode` doc
| * | | | | | | Update outdated `low_processor_usage_mode` docjsjtxietian2024-06-241-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #93467 from anniryynanen/progress-circle-atlasRémi Verschelde2024-06-221-18/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix atlas texture positioning in circular TextureProgressBar
| * | | | | | | | Fix atlas texture positioning in circular TextureProgressBarAnni Ryynänen2024-06-221-18/+0
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 4.2 TextureProgressBar needed to position its atlas texture, but in 4.3 `draw_polygon()` handles it.
* | | | | | | | Merge pull request #93452 from raulsntos/core/placeholder-has-methodRémi Verschelde2024-06-221-1/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Lookup method also in base scripts of a PlaceHolderScriptInstance
| * | | | | | | | Lookup method also in base scripts of a PlaceHolderScriptInstanceRaul Santos2024-06-221-1/+7
| |/ / / / / / /
* | | | | | | | Merge pull request #93444 from JaviARodriguez/Open-source-ContributionRémi Verschelde2024-06-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix FlowContainer scale from also scaling wrap point
| * | | | | | | | Fix FlowContainer scale from also scaling wrap pointJavi Rodriguez2024-06-211-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a FlowContainer was scaled, the point at which a line wraps would also be scaled. This would cause a FlowContainer to have lines that did not fit the container. FlowContainer no longer factors its scale when resorting children. Fixes #93439