aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #18930 from samdze/masterRémi Verschelde2018-05-161-1/+2
|\ \ \
| * | | Changed the name displayed in the Script tab for built-in script with a more ...Samuele Zolfanelli2018-05-161-1/+2
* | | | Merge pull request #18891 from groud/fix_bone_selectionRémi Verschelde2018-05-162-38/+92
|\ \ \ \
| * | | | Bring back 2D bone selectionGilles Roudiere2018-05-152-38/+92
* | | | | Add missing copyright headersGuilherme Felipe2018-05-164-0/+120
* | | | | AssetLib pagination modificationsKarolis K2018-05-161-32/+32
| |/ / / |/| | |
* | | | Merge pull request #18442 from StraToN/add-button-sort-methods-overviewRémi Verschelde2018-05-162-2/+40
|\ \ \ \
| * | | | Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia2018-05-112-2/+40
| | |_|/ | |/| |
* | | | -New inspector.Juan Linietsky2018-05-153-4/+4
| |/ / |/| |
* | | Fixes hovered Nodes2D display in the editor (remove duplicates)Gilles Roudiere2018-05-151-1/+10
* | | Merge pull request #18797 from TailyFair/assetlib-video-overlayRémi Verschelde2018-05-141-1/+17
|\ \ \
| * | | Thumbnail overlay for videos in AssetLibKarolis K2018-05-111-1/+17
| |/ /
* | | Merge pull request #18788 from Chaosus/fixblackpreviewsRémi Verschelde2018-05-121-9/+0
|\ \ \
| * | | Fix black script previewsChaosus2018-05-111-9/+0
| |/ /
* / / Fix icon if remote icon load failsKarolis K2018-05-101-5/+6
|/ /
* | Removed pointer deletion during editor closingAndrea Catania2018-05-081-8/+2
* | Implemented ragdollAndreaCatania2018-05-075-11/+505
* | Merge pull request #18684 from muiroc/fix_dragdrop_instancingJuan Linietsky2018-05-071-1/+1
|\ \
| * | SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to sce...muiroc2018-05-061-1/+1
* | | Merge pull request #18525 from Calinou/improve-3d-gridJuan Linietsky2018-05-071-9/+10
|\ \ \
| * | | Improve the 3D editor gridHugo Locurcio2018-04-301-9/+10
* | | | Merge pull request #18633 from groud/fix_2d_editorJuan Linietsky2018-05-072-61/+47
|\ \ \ \
| * | | | Fixes some 2d bones display problemsgroud2018-05-052-29/+19
| * | | | Fixes several selection problems in the 2D editorgroud2018-05-051-32/+28
| | |/ / | |/| |
* | | | Merge pull request #18642 from flashyincceo/engine-clickJuan Linietsky2018-05-071-0/+2
|\ \ \ \
| * | | | Fix script editor CTRL+CLICK on singleton functionsPeter Folkins2018-05-051-0/+2
| |/ / /
* | | | Merge pull request #18308 from ericmccarthy7/developMax Hilbrunner2018-05-071-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix clone down newline bugEric McCarthy2018-04-191-0/+4
* | | | Fix bone refresh logic, closes #18564Juan Linietsky2018-05-042-20/+68
* | | | Made bone handling for actual Bone2D a special case. Make custom bones appear...Juan Linietsky2018-05-042-36/+106
* | | | Make bones have more contrast with outlineJuan Linietsky2018-05-041-6/+30
* | | | Skeletal deform workingJuan Linietsky2018-05-042-63/+88
* | | | Merge pull request #18601 from YeldhamDev/string_changesRémi Verschelde2018-05-041-54/+2
|\ \ \ \
| * | | | Small changes for some strings.Michael Alexsander Silva Dias2018-05-031-54/+2
* | | | | Skeleton for 2D WIPJuan Linietsky2018-05-032-12/+65
|/ / / /
* | | | Remove unused duplicate wireframe shortcut, fixes #18067Robin Hübner2018-05-031-2/+0
* | | | WIP Polygon2D weight editingJuan Linietsky2018-05-022-7/+312
* | | | Fixes locks and groups on 2d editorgroud2018-05-022-49/+59
* | | | Merge pull request #18259 from Superwaitsum/MoveIconsRémi Verschelde2018-05-021-6/+20
|\ \ \ \
| * | | | Changed Sprite Frame move buttons for iconsSuperwaitsum2018-04-301-6/+20
* | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-015-25/+17
|\ \ \ \ \
| * | | | | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-195-25/+17
| | |/ / / | |/| | |
* | | | | Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-011-0/+1
* | | | | Merge pull request #18434 from YeldhamDev/animation_autoplay_fixRémi Verschelde2018-05-011-0/+7
|\ \ \ \ \
| * | | | | Made the Pin button disable when no AnimationPlayer is selected.Michael Alexsander Silva Dias2018-04-271-0/+1
| * | | | | Fixed deleting an animation marked to autoplay in the editor affecting the cr...Michael Alexsander Silva Dias2018-04-271-0/+6
* | | | | | Merge pull request #18380 from groud/fix_spacebar_panningRémi Verschelde2018-05-012-40/+68
|\ \ \ \ \ \
| * | | | | | Fixes 2d editor panning not workinggroud2018-04-232-40/+68
* | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde2018-05-012-28/+17
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fixes logically dead code (Coverity)Crazy-P2018-04-212-28/+17
| | |_|/ / / | |/| | | |