summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Cleanup EditorInterface selectors' codekobewi2024-11-112-41/+29
* Merge pull request #97912 from reduz/property-path-store-uidThaddeus Crews2024-11-112-5/+22
|\
| * Exposed path properties save UID if referencing a resourceJuan2024-10-072-5/+22
* | Merge pull request #98797 from KoBeWi/toastkill_fThaddeus Crews2024-11-112-1/+7
|\ \
| * | Close toasts instantly when Close button is pressedkobewi2024-11-102-1/+7
* | | Merge pull request #96730 from tracefree/properly_transforming_obstaclesThaddeus Crews2024-11-111-59/+12
|\ \ \
| * | | Make use of NavigationObstacle3D's transformRie2024-11-101-59/+12
* | | | Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-1129-33/+36
|\ \ \ \
| * | | | Allow passing UID to importerJuan2024-11-1129-33/+36
| | |/ / | |/| |
* | | | Merge pull request #97356 from reduz/pck-file-removalThaddeus Crews2024-11-113-25/+96
|\ \ \ \
| * | | | Add ability for PCK patches to remove filesJuan2024-11-113-25/+96
| |/ / /
* | | | Merge pull request #97352 from reduz/uids-everywhereThaddeus Crews2024-11-112-0/+16
|\ \ \ \
| * | | | Universalize UID support in all resource typesJuan2024-11-112-0/+16
| |/ / /
* | | | Merge pull request #99013 from TokageItLab/fps-compat-toggleThaddeus Crews2024-11-114-10/+66
|\ \ \ \
| * | | | Add FPS compatible option in second mode of animation editor snappingSilc Lizard (Tokage) Renew2024-11-124-10/+66
| | |/ / | |/| |
* | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-1116-32/+32
|\ \ \ \
| * | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-1016-32/+32
| | |/ / | |/| |
* | | | Merge pull request #97722 from dustdfg/fix_wrong_groups_tooltipThaddeus Crews2024-11-111-6/+6
|\ \ \ \
| * | | | Fix tooltip message of button that opens groups/signals dockYevhen Babiichuk (DustDFG)2024-10-021-6/+6
* | | | | Merge pull request #97081 from aXu-AP/uv-editor-without-polygonThaddeus Crews2024-11-112-1/+35
|\ \ \ \ \
| * | | | | Open uv editor in point editing mode if no pointsaXu-AP2024-09-172-1/+35
* | | | | | Merge pull request #98859 from ydeltastar/method-selectorThaddeus Crews2024-11-112-0/+29
|\ \ \ \ \ \
| * | | | | | Make the method selector dialog available via EditorInterfaceyds2024-11-112-0/+29
* | | | | | | Merge pull request #98074 from YeldhamDev/stop_moving_will_yaThaddeus Crews2024-11-112-13/+36
|\ \ \ \ \ \ \
| * | | | | | | Add a lock toggle to prevent involuntary bottom editor switchingMichael Alexsander2024-11-112-13/+36
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #97551 from lalitshankarchowdhury/resize-audio-waveformThaddeus Crews2024-11-111-3/+1
|\ \ \ \ \ \ \
| * | | | | | | AudioStreamImport: Allow waveform resizeLalit Shankar Chowdhury2024-09-291-3/+1
* | | | | | | | Merge pull request #97415 from YeldhamDev/i_love_all_my_properties_equallyThaddeus Crews2024-11-117-38/+484
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Make possible to favorite properties in the inspectorMichael Alexsander2024-10-287-38/+484
* | | | | | | | Merge pull request #98558 from jasonmorgado/add-track-filterThaddeus Crews2024-11-103-12/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Add type filters to AnimationPlayer's "Add Track"Jason Morgado2024-11-093-12/+49
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #98809 from bruvzg/mac_gde_libs_non_uniThaddeus Crews2024-11-101-8/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-8/+37
* | | | | | | | | Merge pull request #98794 from KoBeWi/programming_a_toaster_aka_internet_of_t...Thaddeus Crews2024-11-102-33/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve EditorToaster codekobewi2024-11-032-33/+39
| |/ / / / / / / /
* | | | | | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-103-295/+365
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-283-295/+365
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98891 from Faless/debugger/game_view_settingsThaddeus Crews2024-11-103-6/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [Debugger] Add configuration to the GameView debugger pluginFabio Alessandrelli2024-11-071-1/+10
| * | | | | | | | | [Debugger] Move quit shortcut configuration to the SceneDebuggerFabio Alessandrelli2024-11-072-5/+3
* | | | | | | | | | Merge pull request #98232 from dbnicholson/editor-dock-select-rootThaddeus Crews2024-11-101-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix selecting root node before button releasedDan Nicholson2024-10-161-1/+2
* | | | | | | | | | | Merge pull request #98988 from AThousandShips/fix_game_featureThaddeus Crews2024-11-101-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [Editor] Fix order of editor featuresA Thousand Ships2024-11-091-3/+3
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #94889 from rune-scape/no-const-list-eraseThaddeus Crews2024-11-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Avoid const_cast in List::erase by requiring mutable elementsrune-scape2024-11-081-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #98980 from Logharaa/remove-unnecessary-conditionThaddeus Crews2024-11-101-3/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unnecessary conditionLogharaa2024-11-091-3/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #98716 from Calinou/editor-improve-mesh-uv-previewThaddeus Crews2024-11-102-3/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improve Mesh UV1/UV2 preview in the editorHugo Locurcio2024-11-012-3/+43