| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | 2DEditor: fix duplicated 'id_pressed' connection | Poommetee Ketson | 2017-09-25 | 1 | -2/+0 | |
| |/ / / | ||||||
| * | | | Fix possible infinite loop with bucket fill tool | Marcelo Fernandez | 2017-09-23 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | -Fixed redraw always on 3D viewprot bug | Juan Linietsky | 2017-09-23 | 1 | -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 ShaderMaterial | Juan Linietsky | 2017-09-22 | 2 | -1/+51 | |
| | | | | ||||||
| * | | | Merge pull request #11477 from djrm/pr_visuals | Rémi Verschelde | 2017-09-22 | 1 | -2/+2 | |
| |\ \ \ | |/ / |/| | | Improved a lot of icons, and some style fixes | |||||
| | * | | Improved a lot of icons, and some style fixes | Daniel J. Ramirez | 2017-09-21 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fixes the rulers text drawn outside the viewport_base | Gilles Roudiere | 2017-09-22 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Fix godot spraying errors about a null check | Gilles Roudiere | 2017-09-21 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Merge pull request #11453 from djrm/pr_visuals | Rémi Verschelde | 2017-09-21 | 1 | -5/+9 | |
| |\ \ | | | | | | | Visual tweaks. | |||||
| | * | | Visual tweaks. | Daniel J. Ramirez | 2017-09-20 | 1 | -5/+9 | |
| | |/ | | | | | | | | | Updated icons Updated some color | |||||
| * | | Merge pull request #11222 from toger5/spatial_scrolling | Rémi Verschelde | 2017-09-21 | 1 | -26/+28 | |
| |\ \ | | | | | | | Spatial scrolling update + better default inertia values | |||||
| | * | | settings 'editors/3d' organized, sorted, new_defaults | toger5 | 2017-09-19 | 1 | -23/+23 | |
| | | | | ||||||
| | * | | update inertia/freelook settings values + renamed free_orbit... to | toger5 | 2017-09-19 | 1 | -4/+4 | |
| | | | | | | | | | | | | | oribit... | |||||
| | * | | added precision scrolling to spatial editor zoom | toger5 | 2017-09-19 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | zoom inertia uses its own setting (not the same then translation) | toger5 | 2017-09-19 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Merge pull request #11187 from SaracenOne/subscene_box_selection | Rémi Verschelde | 2017-09-21 | 1 | -5/+10 | |
| |\ \ \ | | | | | | | | | Box selection for MeshInstances and subscene nodes. | |||||
| | * | | | Box selection for MeshInstances and subscene nodes. | SaracenOne | 2017-09-20 | 1 | -5/+10 | |
| | | | | | ||||||
| * | | | | Add missing NULL checks on CanvasItemEditor | Marcelo Fernandez | 2017-09-20 | 1 | -0/+6 | |
| |/ / / | ||||||
| * | / | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 13 | -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_meshes | Rémi Verschelde | 2017-09-19 | 2 | -12/+59 | |
| |\ \ | | | | | | | Drag and drop for meshes directly. | |||||
| | * | | Drag and drop for meshes directly and fix drop restriction for non-Texture ↵ | SaracenOne | 2017-09-18 | 2 | -12/+59 | |
| | | | | | | | | | | | | | objects in canvas editor. | |||||
| * | | | Merge pull request #11396 from djrm/pr_fix_metrics | Rémi Verschelde | 2017-09-19 | 1 | -2/+0 | |
| |\ \ \ | | | | | | | | | Fixed a lot of HiDPI metrics. | |||||
| | * | | | Fixed a lot of HiDPI metrics. | Daniel J. Ramirez | 2017-09-18 | 1 | -2/+0 | |
| | | |/ | |/| | ||||||
| * | | | Add some options and reorganize the 2D editor menus. Makes available forced ↵ | Gilles Roudiere | 2017-09-18 | 3 | -85/+195 | |
| | | | | | | | | | | | | | snapping. | |||||
| * | | | Implement smart snapping. Fixes a bug with anchors single-axis move (when ↵ | Gilles Roudiere | 2017-09-17 | 2 | -109/+189 | |
| | | | | | | | | | | | | | they were rotated). | |||||
| * | | | Avoid grid step to go below zero | Gilles Roudiere | 2017-09-17 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Use shift to move anchors on a single axis | Gilles Roudiere | 2017-09-17 | 1 | -26/+42 | |
| | | | | ||||||
| * | | | Implement shortcuts to multiply/divide the grid step | Gilles Roudiere | 2017-09-17 | 2 | -23/+45 | |
| | | | | ||||||
| * | | | Fusion the lock/unlock and the group/ungroup buttons | Gilles Roudiere | 2017-09-17 | 1 | -0/+31 | |
| | | | | ||||||
| * | | | Adds keyboards shortcuts | Gilles Roudiere | 2017-09-17 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Implements rulers | Gilles Roudiere | 2017-09-17 | 2 | -58/+200 | |
| | | | | ||||||
| * | | | Fixes axis badly displayed with high zooming values | Gilles Roudiere | 2017-09-17 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Split some functions to make the code more readable (maybe at the price of a ↵ | Gilles Roudiere | 2017-09-17 | 2 | -135/+137 | |
| | | | | | | | | | | | | | neglibile performance loss) | |||||
| * | | | Make the shortcuts for setting the pivot editable | Gilles Roudiere | 2017-09-17 | 2 | -7/+12 | |
| | | | | ||||||
| * | | | Display draggable anchors only if the parent is not a container | Gilles Roudiere | 2017-09-17 | 2 | -117/+103 | |
| | | | | ||||||
| * | | | Display width and height when dragging a node side | Gilles Roudiere | 2017-09-17 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Draw a ghost rect when dragging nodes if it's rotated/scaled | Gilles Roudiere | 2017-09-17 | 1 | -0/+18 | |
| | | | | ||||||
| * | | | Displays margins values when moving the node | Gilles Roudiere | 2017-09-17 | 2 | -23/+91 | |
| |/ / | ||||||
| * | | Merge pull request #11251 from toger5/q_e_fix_freelook | Rémi Verschelde | 2017-09-17 | 1 | -2/+2 | |
| |\ \ | | | | | | | swapped up down shortcut for freelook (to fit unreal) | |||||
| | * | | swapped up down shortcut for freelook (to fit unreal) | toger5 | 2017-09-14 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #11356 from Paulb23/text_editor_theme_crash | Rémi Verschelde | 2017-09-17 | 1 | -1/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Fixed segfault on loading text editor theme [ci skip] | |||||
| | * | | | Fixed segfault on loading text editor theme | Paulb23 | 2017-09-17 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use | Jakob Schwab | 2017-09-17 | 2 | -5/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following keyboard shortcuts are now available: -Bucket fill (G) -Paint Tile (P) -Transpose Tile (T) Fixes #10918 | |||||
| * | | | | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde | 2017-09-17 | 3 | -5/+5 | |
| |\ \ \ \ | | | | | | | | | | | Renamed function arguments to keep them consistent between declaration and implementation | |||||
| | * | | | | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | 2017-09-14 | 3 | -5/+5 | |
| | | |_|/ | |/| | | | | | | | | | | implementation | |||||
| * | | | | Merge pull request #11196 from poke1024/canvas-old-rect | Rémi Verschelde | 2017-09-17 | 2 | -0/+24 | |
| |\ \ \ \ | |_|/ / |/| | | | Adds display of old bounding box as suggested by Zephilinox in issue … | |||||
| | * | | | adds display of old bounding box as suggested by Zephilinox in issue #10936 | poke1024 | 2017-09-14 | 2 | -0/+24 | |
| | |/ / | ||||||
| * | | | Merge pull request #11282 from djrm/pr_script_editor_auto_theme | Poommetee Ketson | 2017-09-17 | 2 | -62/+179 | |
| |\ \ \ | | | | | | | | | Added adaptive text editor theme | |||||
| | * | | | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | 2017-09-15 | 2 | -62/+179 | |
| | |/ / | ||||||
| * | | | Merge pull request #11338 from marcelofg55/clang_compilefix | Poommetee Ketson | 2017-09-17 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | Compile fix for clang error on spatial_editor_plugin.cpp | |||||
