summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-05-17Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy
Restore support for minimal 3x3 autotile sets
2018-05-17Working Drag & Drop again in inspectorJuan Linietsky
2018-05-17Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez
2018-05-17-Ability to open resources in the same windowJuan Linietsky
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
2018-05-17Restore support for minimal 3x3 autotile setsisaacremnant
2018-05-17Merge pull request #18529 from swarnimarun/masterRémi Verschelde
Fix StaticBody2D ignore in tileset bug
2018-05-16Added Rename Context Menu Option for SceneTreeDockEoin O'Neill
2018-05-16Merge pull request #18930 from samdze/masterRémi Verschelde
Changed the name displayed for built-in scripts in the Script tab with a more descriptive one
2018-05-16Merge pull request #18934 from YeldhamDev/project_metadata_exposeRémi Verschelde
Exposed set/get_project_metadata in EditorSettings
2018-05-16Merge pull request #18891 from groud/fix_bone_selectionRémi Verschelde
Bring back 2D bone selection
2018-05-16Merge pull request #18938 from guilhermefelipecgs/missing_headerRémi Verschelde
Add missing copyright headers
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-16Properly show the property name on tooltipJuan Linietsky
2018-05-16Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias
2018-05-16AssetLib pagination modificationsKarolis K
2018-05-16Changed the name displayed in the Script tab for built-in script with a more ↵Samuele Zolfanelli
descriptive one
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-16Merge pull request #18921 from volzhs/margin-find-replace-barRémi Verschelde
Add margin bottom with find/replace bar on script editor
2018-05-16Merge pull request #18442 from StraToN/add-button-sort-methods-overviewRémi Verschelde
Add a ToggleButton for alphabetic sorting in methods overview
2018-05-16Add margin bottom with find/replace bar on script editorvolzhs
2018-05-15Fix compile error with clangMarcelo Fernandez
2018-05-15-New inspector.Juan Linietsky
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
2018-05-15Merge pull request #18894 from volzhs/fix-toggle-visibilityRémi Verschelde
Respect visibility change by Scene dock when using Sync Scene Changes
2018-05-15Respect visibility change by Scene dock when using Sync Scene Changesvolzhs
Fix #18757 with keeping a feature introduced at 8343c9fbd
2018-05-15Bring back 2D bone selectionGilles Roudiere
2018-05-15Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platformRémi Verschelde
Fix two issues preventing model import from working properly when platform=server
2018-05-15Merge pull request #18881 from groud/fix_hovered_nodes2DRémi Verschelde
Fixes hovered Nodes2D display in the editor (remove duplicates)
2018-05-15Merge pull request #14848 from ianb96/wwRémi Verschelde
TextEdit Word Wrap
2018-05-15Fixes hovered Nodes2D display in the editor (remove duplicates)Gilles Roudiere
2018-05-14Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky
Enable autoload in editor
2018-05-14TextEdit word wrapIan
2018-05-14Merge pull request #18797 from TailyFair/assetlib-video-overlayRémi Verschelde
Added video thumbnail overlay in asset description
2018-05-13Editor: make custom bold font config workingMartin Capitanio
Fixes #18737
2018-05-12Merge pull request #18788 from Chaosus/fixblackpreviewsRémi Verschelde
Fix black script previews
2018-05-12Merge pull request #18800 from dragmz/removefileRémi Verschelde
fix for removing files
2018-05-11Merge pull request #18742 from TailyFair/assetlib-fixMax Hilbrunner
Fix AssetLib icon if remote icon load fails
2018-05-11Thumbnail overlay for videos in AssetLibKarolis K
2018-05-11fix for removing filesMarcin Zawiejski
2018-05-11Fix crash on editor startup when running with platform=serverJosh Faust
2018-05-11Fix black script previewsChaosus
2018-05-11Merge pull request #18770 from eska014/cmdlineRémi Verschelde
Command line fixes
2018-05-11Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia
2018-05-11Merge pull request #18781 from toger5/bold_font_error_messageRémi Verschelde
fixed bold font error message
2018-05-11fixed bodl font error messagetoger5
2018-05-10Use mimetype according to glTF spec.Yaakuro
2018-05-10Allow exporting runnable presets from command lineLeon Krause
2018-05-10Fix icon if remote icon load failsKarolis K
2018-05-10Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde
GDScript function definition and get_node shortcut syntax highlighting
2018-05-09Disable 'run' button if any project not selected and tiny refactoringDmitryKrutskikh
2018-05-09Fix tileset bug #18090 to use StaticBody2D positionSwarnim Arun
Using staticbody2d position to affect the collision shape position whenever a tileset is created. Formatting the code Removed the most get/set from my old code.