summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-01-19Merge pull request #25110 from groud/display_pivotRémi Verschelde
Displays the pivot all the time and rotate the icon
2019-01-18Displays the pivot all the time and rotate the icongroud
2019-01-18Editor source status font size, fixes #25039Melvin Winstroem-Moeller
2019-01-18Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky
2019-01-18Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-changeJuan Linietsky
Fix multiselect change property
2019-01-17Merge pull request #25076 from groud/fix_filesystem_dockRémi Verschelde
Fixes crash in the Filesystem dock
2019-01-17Fixes crash in the Filesystem dockgroud
2019-01-17Add some checks to avoid disaster when making a node the scene root. Fixes ↵Juan Linietsky
#24484
2019-01-17Fix keying resource properties, closes #24690Juan Linietsky
2019-01-17Fix radio buttons support in ItemListEditorPluginRémi Verschelde
This was missed in bf14a6deffe4c9b74920080851f7e4e273f66116.
2019-01-17Perform a cleaner exit for resource preview, fixes #24206Juan Linietsky
2019-01-16Merge pull request #24924 from danilo2205/rename-oriented-path-followRémi Verschelde
Merge OrientedPathFollow into PathFollow
2019-01-16Rename OrientedPathFollow to PathFollowOrientedDanilo Villa (Davi)
2019-01-16Fix order of a nullptr test in canvas item editorjlahman
2019-01-15Clear internal vertex counter when redrawing polygons, closes #24862.Juan Linietsky
2019-01-15Merge pull request #24909 from xDGameStudios/array_static_typesRémi Verschelde
Disallow changing array element types, when using hint (inspector fix)
2019-01-14wtfJuan Linietsky
2019-01-14Added a flag to specify an exported node path must be supplied from scene ↵Juan Linietsky
root, fixes #24412
2019-01-14Use SceneTreeDock to replace particles node properly, fixes #24162Juan Linietsky
2019-01-14Removed ancient code for set_edited that was doing nothing.Juan Linietsky
2019-01-14i18n: Sync translation template with current sourceRémi Verschelde
2019-01-14i18n: Sync translations with WeblateRémi Verschelde
2019-01-14Merge pull request #24981 from akien-mga/property-editor-ridRémi Verschelde
Add EditorPropertyRID as read-only label showing RID
2019-01-14Do not allow adding tasks while in the middle of flushing a message queueJuan Linietsky
2019-01-14Add EditorPropertyRID as read-only label showing RIDRémi Verschelde
Fixes #24827.
2019-01-13Fixed null editor icon crashWilson E. Alvarez
Fixes #24932
2019-01-11Merge pull request #24914 from volzhs/export-splitRémi Verschelde
Use HSplit to resize presets and options panel on Export window
2019-01-12Use HSplit to resize presets and options panel on Export windowvolzhs
2019-01-11Add static types to arrays (inspector fix)xDGameStudios
2019-01-11Merge pull request #24899 from YeldhamDev/poly2duv_editor_undoredo_fixRémi Verschelde
Fix UndoRedo operations for the new features in the Polygon2D UV Editor
2019-01-10Fixes to auto triangle editing in BlendSpace2DJuan Linietsky
2019-01-10Fix UndoRedo operations for the new features in the Polygon2D UV EditorMichael Alexsander Silva Dias
2019-01-09Fixes 2D bones selectiongroud
2019-01-09Hides error_panel of state machine on the first time.Guilherme Felipe
2019-01-09Fix for issue #24810 (find in files logic)x2f
Match case check box was used for whole words as well as match case.
2019-01-08Removed splits in Polygon editor, replace by internal vertices and polygon ↵Juan Linietsky
support.
2019-01-08Merge pull request #24831 from clayjohn/fix_nested_docs_tooltipRémi Verschelde
Make tooltips display for nested resources
2019-01-07make tooltips display for subinspectorsclayjohn
2019-01-07i18n: Sync translation template with current sourceRémi Verschelde
Misc fixes to source strings.
2019-01-07i18n: Sync translations with WeblateRémi Verschelde
2019-01-07Merge pull request #24814 from YeldhamDev/animtree_editor_statemach_scrollsRémi Verschelde
Move scrolls in the StateMachine editor inside the panel
2019-01-07Move scrolls in the StateMachine editor inside the panelMichael Alexsander Silva Dias
2019-01-06Fix state machine scrollGuilherme Felipe
2019-01-05Merge pull request #24782 from SoIAS/duplicated_code_24781Rémi Verschelde
Removed duplicated code in animation_track_editor.cpp
2019-01-04Removed duplicated codeDawid Wdowiak
2019-01-04Revert "Fix blend tree generating wrong node names"Rémi Verschelde
2019-01-04Merge pull request #24582 from Xrayez/script-encryptRémi Verschelde
Bring back script encryption in export preset
2019-01-04Merge pull request #24647 from WindyDarian/gltf_morph_fixRémi Verschelde
Fix for blend shape incorrectly scaling skinned gltf mesh
2019-01-03Add thumbnails to LargeTextureTimo Schwarzer
2019-01-02Improved script attachment/removal a bitChaosus