aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix translate messages for new AnimationPlayerGuilherme Felipe2018-06-081-4/+4
|
* Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde2018-06-081-2/+2
|\ | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap
| * Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-031-2/+2
| | | | | | | | Fixup #18529 and #12870
* | Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky2018-06-083-12/+18
|\ \ | | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
| * | Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-063-12/+18
| | |
* | | Merge pull request #19314 from Jellonator/masterRémi Verschelde2018-06-082-8/+125
|\ \ \ | | | | | | | | Added autotile override
| * | | Added autotile overrideJames Beedie2018-06-022-8/+125
| | | |
* | | | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-076-394/+216
| | | |
* | | | Fix theme not updating with changesGuilherme Felipe2018-06-061-0/+3
| |/ / |/| |
* | | Merge pull request #19388 from volzhs/show-filenameRémi Verschelde2018-06-062-4/+17
|\ \ \ | |_|/ |/| | Show opened script or help name
| * | Show opened script or help namevolzhs2018-06-062-4/+17
| |/
* | Merge pull request #19250 from YeldhamDev/scene_editor_tooltipsRémi Verschelde2018-06-011-2/+2
|\ \ | |/ |/| Minor changes to the Scene and Canvas editors' tooltips
| * Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias2018-05-291-2/+2
| |
* | Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde2018-05-304-627/+0
| | | | | | | | | | | | | | | | Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules.
* | Fix index out of size error of image.cppvolzhs2018-05-291-0/+1
|/
* Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner2018-05-262-0/+121
|\ | | | | Adding font preview to file browsers
| * Adding font preview to file browsersPeter Folkins2018-05-092-0/+121
| |
* | Revert "Improve TileMap undo operations"Rémi Verschelde2018-05-252-11/+16
| |
* | Merge pull request #19157 from volzhs/bone-visibilityGilles Roudière2018-05-251-0/+3
|\ \ | | | | | | Don't draw bones if it's not visible
| * | Don't draw bones if it's not visiblevolzhs2018-05-251-0/+3
| | |
* | | Improve TileMap undo operationsMarcelo Fernandez2018-05-232-16/+11
|/ /
* | Fix AssetLib image loadingKarolis K2018-05-211-3/+14
| |
* | Small tooltip changes.Michael Alexsander Silva Dias2018-05-181-1/+2
| |
* | -Hid texture flags by default so they dont take so much spaceJuan Linietsky2018-05-181-2/+2
| | | | | | | | -make curve texture preview not so large, so its easier to embed the editor
* | Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy2018-05-171-4/+4
|\ \ | | | | | | Restore support for minimal 3x3 autotile sets
| * | Restore support for minimal 3x3 autotile setsisaacremnant2018-05-171-4/+4
| | |
* | | Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez2018-05-171-1/+1
| | |
* | | -Ability to open resources in the same windowJuan Linietsky2018-05-1712-225/+189
| | | | | | | | | | | | | | | -Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
* | | Merge pull request #18529 from swarnimarun/masterRémi Verschelde2018-05-171-1/+1
|\ \ \ | |/ / |/| | Fix StaticBody2D ignore in tileset bug
| * | Fix tileset bug #18090 to use StaticBody2D positionSwarnim Arun2018-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #18930 from samdze/masterRémi Verschelde2018-05-161-1/+2
|\ \ \ | | | | | | | | Changed the name displayed for built-in scripts in the Script tab with a more descriptive one
| * | | Changed the name displayed in the Script tab for built-in script with a more ↵Samuele Zolfanelli2018-05-161-1/+2
| | | | | | | | | | | | | | | | descriptive one
* | | | Merge pull request #18891 from groud/fix_bone_selectionRémi Verschelde2018-05-162-38/+92
|\ \ \ \ | | | | | | | | | | Bring back 2D bone selection
| * | | | 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 a ToggleButton for alphabetic sorting in methods overview
| * | | | Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia2018-05-112-2/+40
| | |_|/ | |/| |
* | | | -New inspector.Juan Linietsky2018-05-153-4/+4
| |/ / |/| | | | | | | | | | | | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
* | | 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
|\ \ \ | | | | | | | | Added video thumbnail overlay in asset description
| * | | 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 previews
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #18684 from muiroc/fix_dragdrop_instancingJuan Linietsky2018-05-071-1/+1
|\ \ | | | | | | Editor: Makes dragdrop instantiation behavior consistent with the instance scene button
| * | SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to ↵muiroc2018-05-061-1/+1
| | | | | | | | | | | | scene->instance()
* | | Merge pull request #18525 from Calinou/improve-3d-gridJuan Linietsky2018-05-071-9/+10
|\ \ \ | | | | | | | | Improve the 3D editor grid