aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge pull request #12949 from karroffel/gdnative-exportJuan Linietsky2017-11-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] export plugin
| * | | | | | | | | | | | | [GDNative] export pluginKarroffel2017-11-151-1/+1
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Make sure scan happens after all nodes enter scene (including plugins), ↵Juan Linietsky2017-11-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #9286
* | | | | | | | | | | | | When script changes, defer tree updating. Fixes #9704Juan Linietsky2017-11-151-1/+5
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #12922 from eska014/engine-singletonsRémi Verschelde2017-11-142-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Singleton management changes
| * | | | | | | | | | | | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-142-6/+5
| | | | | | | | | | | | |
* | | | | | | | | | | | | Finalized ability to convert from CanvasItem/Spatial/Particles materials to ↵Juan Linietsky2017-11-143-0/+50
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ShaderMaterial, closes #10242
* | | | | | | | | | | | Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde2017-11-143-56/+373
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Shader Editor context menu and line operations and style fix
| * | | | | | | | | | | | shader editor context menu and line operations and style fixIan2017-11-113-56/+373
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | remove debug msgIan2017-11-131-2/+0
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #12909 from n-pigeon/tra_gizmo_fix_2Rémi Verschelde2017-11-131-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix uninitialized bool. Breaks translation in release_debug target.
| * | | | | | | | | | | | Fix uninitialized bool. Breaks translation in release_debug target.Przemysław Gołąb (n-pigeon)2017-11-131-2/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12854 from poke1024/fix-poly2d-editor-handleRémi Verschelde2017-11-131-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix minor drawing order glitch in polygon 2D editor
| * | | | | | | | | | | | | Fix drawing order of polygon 2d editor handlesBernhard Liebl2017-11-131-0/+8
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #12869 from ianb96/script_list_moveRémi Verschelde2017-11-132-32/+309
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Script List Reorder
| * | | | | | | | | | | | | | add script list drag n dropIan2017-11-121-26/+166
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | move item up/down context menu and shortcutIan2017-11-122-19/+101
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add script editor list context menuIan2017-11-122-4/+59
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Refresh import options when changing importerGeorge Marques2017-11-132-24/+40
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12893 from Chaosus/dupsignalsRémi Verschelde2017-11-131-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | Duplicate signals fixes
| * | | | | | | | | | | | Duplicate signals fixesChaosus2017-11-131-0/+8
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12895 from volzhs/better-ttr-formatRémi Verschelde2017-11-133-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | Better TTR format
| * | | | | | | | | | | | Better TTR formatvolzhs2017-11-133-4/+4
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Fixed View plane local rotation.Przemysław Gołąb (n-pigeon)2017-11-131-5/+5
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus some cleanups.
* | | | | | | | | | | Fix for #12056, though GTLF import of that file is still incorrect.Webster Sheets2017-11-121-2/+4
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #12852 from djrm/pr_import_fixesRémi Verschelde2017-11-124-22/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update meshes when reimporting,
| * | | | | | | | | | Update meshes when reimporting,Daniel J. Ramirez2017-11-124-22/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save scene preview even when not doing save and play.
* | | | | | | | | | | Merge pull request #12864 from Paulb23/root_node_delete_undo_issue_3642Rémi Verschelde2017-11-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed scene tree not updating when undo/redo delete of root node, issue 3642
| * | | | | | | | | | | Fixed scene tree not updating when undo/redo delete of root node, issue 3642Paulb232017-11-121-0/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #12860 from leezh/doc_fixRémi Verschelde2017-11-122-35/+36
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Moved doc description formatting. Fixes #12798
| * | | | | | | | | | | Moved doc description formatting. Fixes #12798Zher Huei Lee2017-11-122-35/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paragraph spacing is now applied only during rendering (so doctool preserves formatting). Paragraph spacing now no longer applies within [code] tags. Extra bbcode is now ignored within [code] tags.
* | | | | | | | | | | | Merge pull request #12855 from Hinsbart/remove_previewRémi Verschelde2017-11-122-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove preview when closing "change default type" dialog.
| * | | | | | | | | | | | Remove preview when closing "change default type" dialog.Andreas Haas2017-11-122-4/+12
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #12823 from Web-eWorks/meshdropfixRémi Verschelde2017-11-121-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | Fix #12571: Dragging OBJ mesh files no longer instances a scene
| * | | | | | | | | | | Dropping a mesh file into the scene no longer creates an instanced scene.Webster Sheets2017-11-101-1/+3
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #12841 from djrm/pr_fixesPoommetee Ketson2017-11-124-14/+29
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Fixed theme update and some widgets.
| * | | | | | | | | | Fixed theme update and some widgets.Daniel J. Ramirez2017-11-114-14/+29
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #12822 from Web-eWorks/importerfixesAndreas Haas2017-11-112-0/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Allow changing importers in the import dock.
| * | | | | | | | | | Allow changing importers in the import dock.Webster Sheets2017-11-102-0/+12
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still needs a major refactor to allow editing the properties of the new importer without having to reimport and re-select the items again.
* | | | | | | | | | Merge pull request #12829 from ianb96/project_settings_fixAndreas Haas2017-11-111-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Project Settings Crash fix
| * | | | | | | | | fix #12769 project settings crashIan2017-11-101-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-111-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Unify degree methods and properties
| * | | | | | | | | Unify degree members and propertiesletheed2017-11-101-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #12821 from viprip/fix_remove_iconPoommetee Ketson2017-11-112-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Replace Del icon by Remove icon
| * | | | | | | | | Replace Del icon by Remove iconWilliam McKIE2017-11-102-4/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would seem there are editors that still used the old del icon inherited from 2.X instead of the fresh remove icon from 3.X resulting to be replaced to an "Error" textual icon.
* / / / / / / / / Some fixes and improvements.Daniel J. Ramirez2017-11-106-22/+25
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
* | | | | | | | Fix for disappearing import panel contents (#11451)Peter Todorov2017-11-101-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #12797 from ↵Gilles Roudiere2017-11-101-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin
| * | | | | | | | Fix misaligned zoom icon in Texture Region Editor pluginWilliam McKIE2017-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668.
* | | | | | | | | Merge pull request #12796 from djrm/pr_some_virtual_classesRémi Verschelde2017-11-101-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Expose some editor singletons as virtual