| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -18/+24 |
| | | | | | -Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them. | ||||
| * | Allow to set a custom DynamicFont in editor settings | Marc Gilleron | 2017-09-23 | 1 | -2/+2 |
| | | |||||
| * | Updated key icons | Daniel J. Ramirez | 2017-09-22 | 8 | -28/+15 |
| | | | | | [ciskip] | ||||
| * | Use an arrow instead of 3 dots in trees | Daniel J. Ramirez | 2017-09-22 | 3 | -12/+6 |
| | | |||||
| * | Ability to convert from SpatialMaterial to ShaderMaterial | Juan Linietsky | 2017-09-22 | 6 | -2/+177 |
| | | |||||
| * | Merge pull request #11477 from djrm/pr_visuals | Rémi Verschelde | 2017-09-22 | 29 | -41/+69 |
| |\ | | | | | Improved a lot of icons, and some style fixes | ||||
| | * | Improved a lot of icons, and some style fixes | Daniel J. Ramirez | 2017-09-21 | 29 | -41/+69 |
| | | | |||||
| * | | Merge pull request #11487 from groud/viewport_base_clip | Rémi Verschelde | 2017-09-22 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | | | | Fixes the rulers text drawn outside the viewport_base [ci skip] | ||||
| | * | | Fixes the rulers text drawn outside the viewport_base | Gilles Roudiere | 2017-09-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #11486 from kubecz3k/freelook-calibration | Rémi Verschelde | 2017-09-22 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | | | | | | | freelook_base_speed calibration [ci skip] | ||||
| | * | | freelook_base_speed calibration | Unknown | 2017-09-22 | 1 | -2/+2 |
| | |/ | | | | | | | freelook_base_speed changed from 0.5 to 0.1 Also precision changed from 0.1 to 0.01 so it's possible to set values lower than 0.1 | ||||
| * / | Fix godot spraying errors about a null check | Gilles Roudiere | 2017-09-21 | 1 | -1/+2 |
| |/ | |||||
| * | rotation orbit modifier defaults to none | Unknown | 2017-09-21 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #11453 from djrm/pr_visuals | Rémi Verschelde | 2017-09-21 | 209 | -1496/+292 |
| |\ | | | | | Visual tweaks. | ||||
| | * | Visual tweaks. | Daniel J. Ramirez | 2017-09-20 | 209 | -1496/+292 |
| | | | | | | | | | | | Updated icons Updated some color | ||||
| * | | Merge pull request #11222 from toger5/spatial_scrolling | Rémi Verschelde | 2017-09-21 | 2 | -50/+64 |
| |\ \ | | | | | | | Spatial scrolling update + better default inertia values | ||||
| | * | | settings 'editors/3d' organized, sorted, new_defaults | toger5 | 2017-09-19 | 2 | -56/+56 |
| | | | | |||||
| | * | | update inertia/freelook settings values + renamed free_orbit... to | toger5 | 2017-09-19 | 2 | -13/+22 |
| | | | | | | | | | | | | | 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 | 2 | -1/+6 |
| | | | | |||||
| * | | | Merge pull request #11221 from toger5/editor_spacing | Rémi Verschelde | 2017-09-21 | 2 | -9/+20 |
| |\ \ \ | | | | | | | | | added editor spacing | ||||
| | * | | | added editor spacing | toger5 | 2017-09-19 | 2 | -9/+20 |
| | |/ / | |||||
| * | | | Merge pull request #11187 from SaracenOne/subscene_box_selection | Rémi Verschelde | 2017-09-21 | 3 | -10/+42 |
| |\ \ \ | | | | | | | | | Box selection for MeshInstances and subscene nodes. | ||||
| | * | | | Box selection for MeshInstances and subscene nodes. | SaracenOne | 2017-09-20 | 3 | -10/+42 |
| | | | | | |||||
| * | | | | Merge pull request #11446 from marcelofg55/ciep_null_checks | Rémi Verschelde | 2017-09-21 | 1 | -0/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add missing NULL checks on CanvasItemEditor [ci skip] | ||||
| | * | | | | Add missing NULL checks on CanvasItemEditor | Marcelo Fernandez | 2017-09-20 | 1 | -0/+6 |
| | |/ / / | |||||
| * | | | | Correct spelling SEPERATE -> SEPARATE to fix build | Leon Krause | 2017-09-21 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Fix import order, so scenes are imported after textures. | Juan Linietsky | 2017-09-20 | 6 | -8/+45 |
| |/ / / | | | | | | | | | | Also fix bugs when meshes are always generated. | ||||
| * | | | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 62 | -274/+274 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #11422 from poke1024/fixsourcefontsize2 | Rémi Verschelde | 2017-09-20 | 1 | -7/+6 |
| |\ \ \ | | | | | | | | | Better script code font size rescaling on retina displays | ||||
| | * | | | better script code font size rescaling on retina displays | poke1024 | 2017-09-19 | 1 | -7/+6 |
| | | | | | |||||
| * | | | | Show button name always in main toolbar | volzhs | 2017-09-20 | 2 | -19/+0 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #11309 from djrm/pr_hack_font | Rémi Verschelde | 2017-09-20 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | Changed Mononoki font to Hack font | ||||
| | * | | | Changed Mononoki font to Hack font | Daniel J. Ramirez | 2017-09-17 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | 2017-09-19 | 29 | -64/+125 |
| |\ \ \ \ | | | | | | | | | | | Visual improvements and new look for VS | ||||
| | * | | | | Improved VisualScriptEditor | Daniel J. Ramirez | 2017-09-14 | 5 | -10/+41 |
| | | | | | | |||||
| | * | | | | Fix non flat favorite icons | Daniel J. Ramirez | 2017-09-14 | 2 | -0/+2 |
| | | | | | | |||||
| | * | | | | Match status icons colors with the theme status colors. | Daniel J. Ramirez | 2017-09-14 | 1 | -30/+38 |
| | | | | | | |||||
| | * | | | | Updated icons | Daniel J. Ramirez | 2017-09-14 | 22 | -24/+44 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #11310 from djrm/pr_mono_font_in_log | Rémi Verschelde | 2017-09-19 | 1 | -0/+6 |
| |\ \ \ \ | | | | | | | | | | | Use code font in editor log | ||||
| | * | | | | Use code font in editor log | Daniel J. Ramirez | 2017-09-15 | 1 | -0/+6 |
| | | | | | | |||||
| * | | | | | 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 #11378 from Faless/ipv6_no_linklocal | Rémi Verschelde | 2017-09-19 | 1 | -3/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | Do not allow link-local addresses to be used by editor debugger | ||||
| | * | | | | | Do not allow link-local addresses to be used by editor debugger | Fabio Alessandrelli | 2017-09-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Default editor debugger address is now 127.0.0.1 | ||||
| * | | | | | | Merge pull request #11396 from djrm/pr_fix_metrics | Rémi Verschelde | 2017-09-19 | 6 | -19/+23 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed a lot of HiDPI metrics. | ||||
| | * | | | | | | Fixed a lot of HiDPI metrics. | Daniel J. Ramirez | 2017-09-18 | 6 | -19/+23 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #10437 from groud/2d_editor_enhancements | Rémi Verschelde | 2017-09-19 | 6 | -518/+1181 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Some 2d editor enhancements | ||||
| | * | | | | | | Add some options and reorganize the 2D editor menus. Makes available forced ↵ | Gilles Roudiere | 2017-09-18 | 5 | -94/+379 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snapping. | ||||
