summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2017-09-19Merge pull request #11327 from SaracenOne/drag_meshesRémi Verschelde
Drag and drop for meshes directly.
2017-09-19Merge pull request #11396 from djrm/pr_fix_metricsRémi Verschelde
Fixed a lot of HiDPI metrics.
2017-09-18Drag and drop for meshes directly and fix drop restriction for non-Texture ↵SaracenOne
objects in canvas editor.
2017-09-18Add some options and reorganize the 2D editor menus. Makes available forced ↵Gilles Roudiere
snapping.
2017-09-18Fixed a lot of HiDPI metrics.Daniel J. Ramirez
2017-09-17Implement smart snapping. Fixes a bug with anchors single-axis move (when ↵Gilles Roudiere
they were rotated).
2017-09-17Avoid grid step to go below zeroGilles Roudiere
2017-09-17Use shift to move anchors on a single axisGilles Roudiere
2017-09-17Implement shortcuts to multiply/divide the grid stepGilles Roudiere
2017-09-17Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere
2017-09-17Adds keyboards shortcutsGilles Roudiere
2017-09-17Implements rulersGilles Roudiere
2017-09-17Fixes axis badly displayed with high zooming valuesGilles Roudiere
2017-09-17Split some functions to make the code more readable (maybe at the price of a ↵Gilles Roudiere
neglibile performance loss)
2017-09-17Make the shortcuts for setting the pivot editableGilles Roudiere
2017-09-17Display draggable anchors only if the parent is not a containerGilles Roudiere
2017-09-17Display width and height when dragging a node sideGilles Roudiere
2017-09-17Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere
2017-09-17Displays margins values when moving the nodeGilles Roudiere
2017-09-17Merge pull request #11251 from toger5/q_e_fix_freelookRémi Verschelde
swapped up down shortcut for freelook (to fit unreal)
2017-09-17Merge pull request #11356 from Paulb23/text_editor_theme_crashRémi Verschelde
Fixed segfault on loading text editor theme [ci skip]
2017-09-17Fixed segfault on loading text editor themePaulb23
2017-09-17Adds missing shortcuts to TileEditor. Keeps fill-tool selected after useJakob Schwab
The following keyboard shortcuts are now available: -Bucket fill (G) -Paint Tile (P) -Transpose Tile (T) Fixes #10918
2017-09-17Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde
Renamed function arguments to keep them consistent between declaration and implementation
2017-09-17Merge pull request #11196 from poke1024/canvas-old-rectRémi Verschelde
Adds display of old bounding box as suggested by Zephilinox in issue …
2017-09-17Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson
Added adaptive text editor theme
2017-09-17Merge pull request #11338 from marcelofg55/clang_compilefixPoommetee Ketson
Compile fix for clang error on spatial_editor_plugin.cpp
2017-09-16Add missing icons in animation tree editorGuilherme Felipe
2017-09-16Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez
2017-09-16forgot to set proper default values for new camera interpolationJuan Linietsky
2017-09-16Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵Juan Linietsky
interpolation.
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-14Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez
implementation
2017-09-14adds display of old bounding box as suggested by Zephilinox in issue #10936poke1024
2017-09-14Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde
Improved editor docs
2017-09-14Merge pull request #11246 from djrm/pr_better_script_temperatureHein-Pieter van Braam
More consistent script color temperatures.
2017-09-14Merge pull request #11195 from poke1024/fix10936Rémi Verschelde
Sprite selection rectangle updates again (fixes #10936)
2017-09-14Several fixed to editor doc.Daniel J. Ramirez
Improved style Fixed editor help issues Added editor help index
2017-09-14sprite selection rectangle updates again (fixes issue 10936)poke1024
sprite selection rectangle was not updating in real time when dragging or rotating sprites; undoing translation/rotation changes did not update sprite rectangles either.
2017-09-14swapped up down shortcut for freelook (to fit unreal)toger5
2017-09-13More consistent script color temperatures.Daniel J. Ramirez
2017-09-13Merge pull request #11081 from djrm/pr_better_3d_gridRémi Verschelde
Better looking spatial editor grid
2017-09-13Merge pull request #7908 from SaracenOne/recastRémi Verschelde
In-editor navmesh generation.
2017-09-13Merge pull request #10826 from tuga3d/toggle-comment-behaviorRémi Verschelde
Smarter toggle comment block. fixes #10720
2017-09-12Merge pull request #11047 from toger5/interpolation_chnageRémi Verschelde
Modify inertia implementation for freelook and orbit
2017-09-12Merge pull request #11025 from volzhs/script-editorRémi Verschelde
Fit script editor grid with others
2017-09-12Merge pull request #11020 from toger5/theme_animation_editor_colorsRémi Verschelde
removed hardcoded color and added theme update for animation editor
2017-09-12Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde
Fix unused variable warnings
2017-09-12Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde
Remove assignment and declarations in if statements
2017-09-11fix always updating +removed print +use EDITOR_DEFtoger5