summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2018-05-29Fix index out of size error of image.cppvolzhs
2018-05-26Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner
Adding font preview to file browsers
2018-05-25Revert "Improve TileMap undo operations"Rémi Verschelde
2018-05-25Merge pull request #19157 from volzhs/bone-visibilityGilles Roudière
Don't draw bones if it's not visible
2018-05-25Don't draw bones if it's not visiblevolzhs
2018-05-23Improve TileMap undo operationsMarcelo Fernandez
2018-05-21Fix AssetLib image loadingKarolis K
2018-05-18Small tooltip changes.Michael Alexsander Silva Dias
2018-05-18-Hid texture flags by default so they dont take so much spaceJuan Linietsky
-make curve texture preview not so large, so its easier to embed the editor
2018-05-17Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy
Restore support for minimal 3x3 autotile sets
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-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 #18891 from groud/fix_bone_selectionRémi Verschelde
Bring back 2D bone selection
2018-05-16Add missing copyright headersGuilherme Felipe
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-16Merge pull request #18442 from StraToN/add-button-sort-methods-overviewRémi Verschelde
Add a ToggleButton for alphabetic sorting in methods overview
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-15Bring back 2D bone selectionGilles Roudiere
2018-05-15Fixes hovered Nodes2D display in the editor (remove duplicates)Gilles Roudiere
2018-05-14Merge pull request #18797 from TailyFair/assetlib-video-overlayRémi Verschelde
Added video thumbnail overlay in asset description
2018-05-12Merge pull request #18788 from Chaosus/fixblackpreviewsRémi Verschelde
Fix black script previews
2018-05-11Thumbnail overlay for videos in AssetLibKarolis K
2018-05-11Fix black script previewsChaosus
2018-05-11Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia
2018-05-10Fix icon if remote icon load failsKarolis K
2018-05-09Adding font preview to file browsersPeter Folkins
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.
2018-05-08Removed pointer deletion during editor closingAndrea Catania
2018-05-07Implemented ragdollAndreaCatania
Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll a Implemented implicit hierarchy. Improved Added some physics properties Added bone offset to preserve COM, partially fixed scaling work in progress WIP wip Implemented Joint Gizmos Implemented pin joint joint Implemented all joints
2018-05-07Merge pull request #18684 from muiroc/fix_dragdrop_instancingJuan Linietsky
Editor: Makes dragdrop instantiation behavior consistent with the instance scene button
2018-05-07Merge pull request #18525 from Calinou/improve-3d-gridJuan Linietsky
Improve the 3D editor grid
2018-05-07Merge pull request #18633 from groud/fix_2d_editorJuan Linietsky
Fix 2d editor
2018-05-07Merge pull request #18642 from flashyincceo/engine-clickJuan Linietsky
Fix script editor CTRL+CLICK on singleton functions
2018-05-07Merge pull request #18308 from ericmccarthy7/developMax Hilbrunner
Fix clone down newline bug
2018-05-06SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to ↵muiroc
scene->instance()
2018-05-05Fix script editor CTRL+CLICK on singleton functionsPeter Folkins
2018-05-05Fixes some 2d bones display problemsgroud
2018-05-05Fixes several selection problems in the 2D editorgroud
2018-05-04Fix bone refresh logic, closes #18564Juan Linietsky
2018-05-04Made bone handling for actual Bone2D a special case. Make custom bones ↵Juan Linietsky
appear like a custom (less important) option now.
2018-05-04Make bones have more contrast with outlineJuan Linietsky
2018-05-04Skeletal deform workingJuan Linietsky
2018-05-04Merge pull request #18601 from YeldhamDev/string_changesRémi Verschelde
Small changes for some strings
2018-05-03Small changes for some strings.Michael Alexsander Silva Dias
2018-05-03Skeleton for 2D WIPJuan Linietsky
2018-05-03Remove unused duplicate wireframe shortcut, fixes #18067Robin Hübner
It also happens to do nothing currently.