summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-05-29Merge pull request #25516 from bojidar-bg/25487-folding-remote-treeRémi Verschelde
Fix remote scene tree root folding
2019-05-29Merge pull request #25480 from ↵Rémi Verschelde
WindyDarian/scene_import_root_type_script_global_class_support Support script global class (class_name) as root_type when importing a scene
2019-05-29Merge pull request #25647 from QbieShay/fix_25440Rémi Verschelde
Added a setting for files in which the editor should search (project specific)
2019-05-29Merge pull request #29253 from IronicallySerious/remove-duplicate-pluginRémi Verschelde
Remove duplicate audio bus plugin registry
2019-05-29Fix incorrect scroll when the user perform first action on visual shaderChaosus
2019-05-28Merge pull request #28896 from Ranoller/masterRémi Verschelde
Fix tilemap displaced textures and shapes
2019-05-28Merge pull request #28789 from mitchcurtis/quick-openRémi Verschelde
Add Quick Open dialog
2019-05-28Remove duplicate audio bus plugin registryTwarit
2019-05-28Merge pull request #28349 from KoBeWi/sprite_editor_mistake_eraserRémi Verschelde
Add undo for Sprite Editor
2019-05-28Merge pull request #28862 from KoBeWi/editable_clonesRémi Verschelde
Keep editable children on node duplicate
2019-05-28Merge pull request #29239 from fire/plugin_editor_settingsRémi Verschelde
Be able to add to the editor setting tabs.
2019-05-28Add Quick Open dialogMitch Curtis
This dialog searches every Resource-derived file in the project, making it extremely useful for searching everything from audio files to scripts. Unlike the Quick Open Script and Quick Open Scene dialogs, you don't need to think about the type of file you're opening, just its name. Shift + Alt + O was chosen to match the existing shortcuts for Quick Open Scene and Quick Open Script.
2019-05-28Merge pull request #28392 from KoBeWi/reparent_altRémi Verschelde
Allow to keep local transform when reparenting in editor
2019-05-28Keep editable children on node duplicateTomasz Chabora
2019-05-28Be able to add to the editor setting tabs.K. S. Ernest (iFIre) Lee
2019-05-28Merge pull request #26487 from matzebond/masterRémi Verschelde
Auto-expand current node type when changing node type
2019-05-28Merge pull request #27836 from turtletooth/right-clickRémi Verschelde
Allow Right Click in Empty Space on FileSystemDock
2019-05-28Merge pull request #27972 from ahouts/add-hotkeys-to-tileset-editorRémi Verschelde
add hotkeys to tileset editor
2019-05-28Merge pull request #28107 from Amssat221/issue28105Rémi Verschelde
Set range (10-50) to help source font size
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
Add `popup_centered_clamped()` method to Popup
2019-05-28Merge pull request #29231 from AlexHoratio/method_list_drag_fixRémi Verschelde
Fix method list to no longer forwards drag commands to script list
2019-05-27Make animation editor change tracks positions instead of swapping themMichael Alexsander Silva Dias
2019-05-27Merge pull request #29002 from Chaosus/vs_constantsRémi Verschelde
Added a bunch of scalar constants to visual shaders
2019-05-27method list no longer forwards drag commands to script listAlexHoratio
2019-05-27Added a bunch of scalar constants to visual shadersChaosus
2019-05-27Actually fix animation editor's bottom panel button not being pressed on ↵Michael Alexsander Silva Dias
certain occasions
2019-05-27Merge pull request #29200 from KoBeWi/filter_selectRémi Verschelde
Deselect hidden nodes on filter
2019-05-27Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde
Add native window/taskbar icon support for Windows and macOS.
2019-05-27Merge pull request #29198 from NilsIrl/seg_faultRémi Verschelde
Fix Segmentation fault and reduce memory consumption
2019-05-26Fix Segmentation fault and reduce memory consumptionNils ANDRÉ-CHANG
2019-05-26Deselect hidden nodes on filterTomasz Chabora
2019-05-26Merge pull request #27252 from Calinou/add-shortcut-quit-project-managerRémi Verschelde
Quit the Project Manager when Command + Q is pressed
2019-05-25Fix "Node not found:" error message when adding tracksMichael Alexsander Silva Dias
2019-05-25Merge pull request #29157 from YeldhamDev/spatial_view_button_containerRémi Verschelde
Place the spatial editor's top left buttons in a container
2019-05-25Fix animation editor's bottom panel button not being pressed on certain ↵Michael Alexsander Silva Dias
occasions
2019-05-24Merge pull request #29152 from nekomatata/fix-node-rename-tool-scriptRémi Verschelde
Fixed scene tree update after changing node name in tool script
2019-05-24Place the spatial editor's top left buttons in a containerMichael Alexsander Silva Dias
2019-05-24Merge pull request #28907 from dankan1890/contextual_helpRémi Verschelde
ScriptEditor: Changed the shortcut for contextual help in ALT + F1
2019-05-24Merge pull request #29112 from hbina/fix_auto_orderingRémi Verschelde
Fixed scripts list ordering despite being disabled
2019-05-24Merge pull request #28467 from kpkhxlgy0/fix-exfatRémi Verschelde
fix file system not refresh on exFAT
2019-05-24Merge pull request #28702 from Lisapple/fs-show-path-tooltipRémi Verschelde
Show file path in FileSystem dock tooltip
2019-05-24Fixed scene tree update after changing node name in tool scriptPouleyKetchoupp
2019-05-24Merge pull request #24771 from ↵Rémi Verschelde
timoschwarzer/animation-player-editor-pos-drag-fix Fix AnimationPlayer editor length and step synchronization
2019-05-24fixed problem where the script lists gets ordered even when ordering is disabledhbina085
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
Co-authored-by: Markus Törnqvist <mjt@nysv.org>
2019-05-24fix file system not refresh on exFATXiaoLongHan
2019-05-24Merge pull request #29066 from akien-mga/i18n-skip-unsupported-localesRémi Verschelde
i18n: Skip unsupported locales for editor translations
2019-05-24Auto-expand current node type when replace nodeMatthias Schmitt
2019-05-23Fixed virtual method not showing up in autocomplete and docsWiggleWizard
2019-05-23Fixed naming issue when duplicating an exportAMS21