aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11720 from ↵Poommetee Ketson2017-09-302-5/+5
|\ | | | | | | | | ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
| * Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia2017-09-302-5/+5
| | | | | | | | NinePatchRect on "drag & drop asset to 2D viewport" feature.
* | Fixes node2D not lockable/groupableGilles Roudiere2017-09-301-2/+2
|/
* fix not beeing able to open empty scriptsScayze2017-09-281-5/+1
|
* Merge pull request #11597 from djrm/pr_interface_colorsRémi Verschelde2017-09-263-15/+16
|\ | | | | Removed most of the custom colors from the interface.
| * Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-253-15/+16
| |
* | Removed transparency from spatial editor grid.Daniel J. Ramirez2017-09-251-70/+19
|/
* Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-2613-26/+26
|\ | | | | Implements set_margins_preset(...)
| * Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-2213-26/+26
| | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE)
* | Merge pull request #11542 from marcelofg55/bucket_limitRémi Verschelde2017-09-252-11/+32
|\ \ | | | | | | Bucket fill will now incrementally process the queue on preview mode
| * | Bucket fill will now incrementally process the queue on preview modeMarcelo Fernandez2017-09-242-11/+32
| | |
* | | 2DEditor: fix duplicated 'id_pressed' connectionPoommetee Ketson2017-09-251-2/+0
|/ /
* | Fix possible infinite loop with bucket fill toolMarcelo Fernandez2017-09-231-0/+4
| |
* | -Fixed redraw always on 3D viewprot bugJuan Linietsky2017-09-231-15/+21
| | | | | | | | -Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them.
* | Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky2017-09-222-1/+51
| |
* | Merge pull request #11477 from djrm/pr_visualsRémi Verschelde2017-09-221-2/+2
|\ \ | |/ |/| Improved a lot of icons, and some style fixes
| * Improved a lot of icons, and some style fixesDaniel J. Ramirez2017-09-211-2/+2
| |
* | Fixes the rulers text drawn outside the viewport_baseGilles Roudiere2017-09-221-0/+1
| |
* | Fix godot spraying errors about a null checkGilles Roudiere2017-09-211-1/+2
|/
* Merge pull request #11453 from djrm/pr_visualsRémi Verschelde2017-09-211-5/+9
|\ | | | | Visual tweaks.
| * Visual tweaks.Daniel J. Ramirez2017-09-201-5/+9
| | | | | | | | | | Updated icons Updated some color
* | Merge pull request #11222 from toger5/spatial_scrollingRémi Verschelde2017-09-211-26/+28
|\ \ | | | | | | Spatial scrolling update + better default inertia values
| * | settings 'editors/3d' organized, sorted, new_defaultstoger52017-09-191-23/+23
| | |
| * | update inertia/freelook settings values + renamed free_orbit... totoger52017-09-191-4/+4
| | | | | | | | | | | | oribit...
| * | added precision scrolling to spatial editor zoomtoger52017-09-191-3/+3
| | |
| * | zoom inertia uses its own setting (not the same then translation)toger52017-09-191-1/+3
| | |
* | | Merge pull request #11187 from SaracenOne/subscene_box_selectionRémi Verschelde2017-09-211-5/+10
|\ \ \ | | | | | | | | Box selection for MeshInstances and subscene nodes.
| * | | Box selection for MeshInstances and subscene nodes.SaracenOne2017-09-201-5/+10
| | | |
* | | | Add missing NULL checks on CanvasItemEditorMarcelo Fernandez2017-09-201-0/+6
|/ / /
* | / Rename pos to position in user facing methods and variablesletheed2017-09-2013-97/+97
| |/ |/| | | | | | | | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* | Merge pull request #11327 from SaracenOne/drag_meshesRémi Verschelde2017-09-192-12/+59
|\ \ | | | | | | Drag and drop for meshes directly.
| * | Drag and drop for meshes directly and fix drop restriction for non-Texture ↵SaracenOne2017-09-182-12/+59
| | | | | | | | | | | | objects in canvas editor.
* | | Merge pull request #11396 from djrm/pr_fix_metricsRémi Verschelde2017-09-191-2/+0
|\ \ \ | | | | | | | | Fixed a lot of HiDPI metrics.
| * | | Fixed a lot of HiDPI metrics.Daniel J. Ramirez2017-09-181-2/+0
| | |/ | |/|
* | | Add some options and reorganize the 2D editor menus. Makes available forced ↵Gilles Roudiere2017-09-183-85/+195
| | | | | | | | | | | | snapping.
* | | Implement smart snapping. Fixes a bug with anchors single-axis move (when ↵Gilles Roudiere2017-09-172-109/+189
| | | | | | | | | | | | they were rotated).
* | | Avoid grid step to go below zeroGilles Roudiere2017-09-171-2/+2
| | |
* | | Use shift to move anchors on a single axisGilles Roudiere2017-09-171-26/+42
| | |
* | | Implement shortcuts to multiply/divide the grid stepGilles Roudiere2017-09-172-23/+45
| | |
* | | Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere2017-09-171-0/+31
| | |
* | | Adds keyboards shortcutsGilles Roudiere2017-09-171-4/+4
| | |
* | | Implements rulersGilles Roudiere2017-09-172-58/+200
| | |
* | | Fixes axis badly displayed with high zooming valuesGilles Roudiere2017-09-171-2/+3
| | |
* | | Split some functions to make the code more readable (maybe at the price of a ↵Gilles Roudiere2017-09-172-135/+137
| | | | | | | | | | | | neglibile performance loss)
* | | Make the shortcuts for setting the pivot editableGilles Roudiere2017-09-172-7/+12
| | |
* | | Display draggable anchors only if the parent is not a containerGilles Roudiere2017-09-172-117/+103
| | |
* | | Display width and height when dragging a node sideGilles Roudiere2017-09-171-1/+5
| | |
* | | Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere2017-09-171-0/+18
| | |
* | | Displays margins values when moving the nodeGilles Roudiere2017-09-172-23/+91
|/ /
* | Merge pull request #11251 from toger5/q_e_fix_freelookRémi Verschelde2017-09-171-2/+2
|\ \ | | | | | | swapped up down shortcut for freelook (to fit unreal)