summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-11-10Some fixes and improvements.Daniel J. Ramirez
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
2017-11-10Fix for disappearing import panel contents (#11451)Peter Todorov
2017-11-10Merge pull request #12797 from ↵Gilles Roudiere
viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin
2017-11-10Merge pull request #12796 from djrm/pr_some_virtual_classesRémi Verschelde
Expose some editor singletons as virtual
2017-11-10Merge pull request #12402 from MillionOstrich/filesystem-drag-moveRémi Verschelde
Filesystem drag & drop moving fixes
2017-11-10Merge pull request #12390 from MillionOstrich/filesystem-folder-dragRémi Verschelde
Improved file/folder drag preview for filesystem dock
2017-11-10Merge pull request #12786 from n-pigeon/spatial_transform_gizmoRémi Verschelde
Cleanups in Spatial Transform Gizmo
2017-11-10Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)
Fixed translation i local space - changed a bit how it was implemented. Fixed bug with rotations when object is scaled. Added safety check preventing scaling to 0 in local space. All Gizmoz display numerical output message on the bottom of the viewport. Unified code a bit, so it will be easier to maintain.
2017-11-10Merge pull request #12794 from djrm/pr_visual_improvementsRémi Verschelde
Fixed project manager and dialog fonts.
2017-11-10Merge pull request #12470 from djrm/pr_fix_editor_settingsRémi Verschelde
Fixed editor settings disappearing.
2017-11-10Fix misaligned zoom icon in Texture Region Editor pluginWilliam McKIE
The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668.
2017-11-09Expose some editor singletons as virtualDaniel J. Ramirez
2017-11-09Fixed editor settings disappearing.Daniel J. Ramirez
Some items that are no longer defined may disappear, but thats expected i guess.
2017-11-09Fix theme with custom font.Daniel J. Ramirez
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-11-09Removed show type icons optionDaniel J. Ramirez
2017-11-09Fixed project manager and dialog fonts.Daniel J. Ramirez
2017-11-09Fix crash when converting empty scene to TileSetCaleb Richardson
Closes #12708. Cherry-picked from #12732.
2017-11-09Enable asset store for godot 3.0Chaosus
2017-11-08Fix tilemap undo/redoMarc Gilleron
2017-11-08Merge pull request #12718 from GodotExplorer/export-editor-themeRémi Verschelde
Create new theme from the current editor
2017-11-08Merge pull request #12731 from mhilbrunner/issue-12584Rémi Verschelde
Ignore files not ending with '.xml' when building doc header
2017-11-08Editor: Update 2D viewport and inspector selection on delete. Fix #12591.mhilbrunner
2017-11-07Ignore files not ending with '.xml' when building doc headermhilbrunner
2017-11-07Fixed invalid license symbolChaosus
2017-11-07Add menu to import current editor theme into theme editorGeequlim
2017-11-06Merge pull request #12635 from poke1024/line2d-poly-editorPoommetee Ketson
Use AbstractPolygon2DEditor for Line2D
2017-11-06Merge pull request #12631 from poke1024/docspolishPoommetee Ketson
Docs cosmetics: add more space to Signals, Enumerations, Constants
2017-11-05Merge pull request #12640 from poke1024/createnode-uiRémi Verschelde
In Create New Node, always select and show best (shortest) match
2017-11-05Merge pull request #12639 from bojidar-bg/x-add-rest-template-listingRémi Verschelde
Change URL of the mirror list
2017-11-04Use AbstractPolygon2DEditor for Line2DBernhard Liebl
2017-11-04In Create New Node, always select and show best (shortest) matchBernhard Liebl
2017-11-04Change URL of the mirror listBojidar Marinov
2017-11-04Fixes random sorting order in Create New Node dialogBernhard Liebl
2017-11-04Docs cosmetics: add more space to Signals, Enumerations, Constants;Bernhard Liebl
aligned table layout for setters and getters
2017-11-03Improve file/folder drag preview on filesystem dockMillionOstrich
Added icons for files/folders in drag preview Fixed folders getting an empty string label Don't show "1 more file(s)" label instead of the file Added "more folders" case if moving folders exclusively Merged drag_files and drag_files_and_dirs to reduce code duplication Simplified get_drag_data_fw and removed commented out code
2017-11-03Fix dragging a resource onto filesystem dockMillionOstrich
Call push_item before save_resource_as because the save button uses editor_history current. Reject the drop in can_drop_data if it isn't on a folder or the files list. Removed some duplicated code
2017-11-03Don't try to move if dragging a folder into itselfMillionOstrich
If a folder would be moved to an invalid location disallow the drag Don't treat dragging a file/folder to its current location as invalid Allow dragging onto empty space / files in the files list Fix dragging a folder onto "Favourites" starting an invalid move
2017-11-02Merge pull request #12566 from bncastle/select_anim_fixRémi Verschelde
Select correct animation on creation of a new one
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
2017-11-01Fix compilation on Visual Studio 2013 again.scorched
2017-11-01Select correct animation on creation of a new onebncastle
- Select the correct animation when creating a new one. - Removed unneeded new_name variable.
2017-11-01Merge pull request #10618 from poke1024/polygon2d-selectionGilles Roudiere
Proposal for modified Polygon2D editor controls
2017-11-01Fix to issue #12554, due to error in refactoring in PR #10261Cradmon
2017-11-01Merge pull request #12538 from akien-mga/editorsettingsRémi Verschelde
Code quality refactoring in EditorSettings
2017-11-01Merge pull request #12548 from SaracenOne/vertex_compression_import_fixRémi Verschelde
Restores functionality of the use_compression flag in Collada import
2017-11-01Restores functionality of the use_compression flag in the Collada importer.Saracen
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee
This functions similarly to Python's textwrap.dedent() It's also been applied to doc_data.cpp to remove extra whitespace while parsing the XML.
2017-10-31Merge pull request #12539 from bncastle/InputMapDialogClearActionRémi Verschelde
Clear action name text input when the action is successfully added to the Input Map [ci skip]
2017-10-31Some more harmonization of EditorSettings codeRémi Verschelde