| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #10326 from kubecz3k/spatial-click-improve | Rémi Verschelde | 2017-08-16 | 1 | -2/+6 | |
| |\ \ \ | | | | | | | | | spatial selection if subscene geometry is far from origin | |||||
| | * | | | spatial selection if subscene geometry is far from origin | Jakub Grzesik | 2017-08-14 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | Merge pull request #10368 from RandomShaper/rename-layouts-file | Rémi Verschelde | 2017-08-16 | 1 | -6/+6 | |
| |\ \ \ \ | | | | | | | | | | | Rename layouts file to editor_layouts-3.cfg | |||||
| | * | | | | Rename layouts file to editor_layouts-3.cfg | Pedro J. Estébanez | 2017-08-16 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | To avoid conflicts with 2.x, in the same fashion as editor_settings-3.tres. | |||||
| * | | | | | Revive inspector property evaluation | Pedro J. Estébanez | 2017-08-16 | 1 | -3/+2 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript was restricted to parse only scripts beginning with __res://__ or __user://__ to avoid templates from being parsed. I've made that a bit less inclusive by allowing scripts with an empty path to be parsed too, which doesn't conflict and is needed for this to work. Also I've removed the `this` variable of the generated script and made the relevant object to be the one the script instance refers to, so you can use `self` instead. Now, with the shorter 3.0-style syntax, you can write things like: `self.position.x + 10` Closes #9500. | |||||
| * | | | | Merge pull request #10166 from toger5/asset_lib_style_overrides | Juan Linietsky | 2017-08-15 | 9 | -52/+69 | |
| |\ \ \ \ | | | | | | | | | | | fixed loading old theme styleboxes. | |||||
| | * | | | | fixed loading old theme styleboxes | toger5 | 2017-08-08 | 9 | -52/+69 | |
| | | | | | | ||||||
| * | | | | | Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889 | Juan Linietsky | 2017-08-15 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fixes crash related to animatio editor, closes #8687 | Juan Linietsky | 2017-08-15 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #10336 from endragor/export-filters | kubecz3k | 2017-08-15 | 2 | -1/+64 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Use include/exclude export filters. Fixes #9860 | |||||
| | * | | | | | Use include/exclude export filters. Fixes #9860 | Ruslan Mustakov | 2017-08-14 | 2 | -1/+64 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #9889 from groud/control_enhancements | kubecz3k | 2017-08-15 | 17 | -123/+473 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Control node enhancements | |||||
| | * | | | | | Avoids inverted anchors | Gilles Roudiere | 2017-08-13 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a push_opposite_anchor argument pushing the opposite anchor if needed | |||||
| | * | | | | | Adds a function to set Anchors with a layout preset | Gilles Roudiere | 2017-08-13 | 2 | -27/+20 | |
| | | | | | | | ||||||
| | * | | | | | Added the possibility to move all anchors at once when they are clustered | Gilles Roudiere | 2017-08-13 | 2 | -1/+14 | |
| | | | | | | | ||||||
| | * | | | | | Make anchors snap to each other | Gilles Roudiere | 2017-08-13 | 2 | -26/+31 | |
| | | | | | | | ||||||
| | * | | | | | Displays percentages when dragging anchors | Gilles Roudiere | 2017-08-13 | 2 | -3/+48 | |
| | | | | | | | ||||||
| | * | | | | | Simplifies the canvas editor code | Gilles Roudiere | 2017-08-13 | 2 | -51/+37 | |
| | | | | | | | ||||||
| | * | | | | | Add lines to make understandable when anchors are snapped | Gilles Roudiere | 2017-08-13 | 2 | -23/+86 | |
| | | | | | | | ||||||
| | * | | | | | Snap anchors when dragged, depending on the zoom level | Gilles Roudiere | 2017-08-13 | 2 | -1/+22 | |
| | | | | | | | ||||||
| | * | | | | | Make anchors draggable | Gilles Roudiere | 2017-08-13 | 2 | -11/+99 | |
| | | | | | | | ||||||
| | * | | | | | Add anchor visualization | Gilles Roudiere | 2017-08-13 | 5 | -38/+174 | |
| | | | | | | | ||||||
| | * | | | | | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 14 | -49/+49 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #10337 from endragor/command-line-export | kubecz3k | 2017-08-15 | 2 | -7/+25 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Enable command-line export | |||||
| | * | | | | | Enable command-line export | Ruslan Mustakov | 2017-08-14 | 2 | -7/+25 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | The syntax is identical to what it was in 2.1, but now you specify preset name instead of platform name. | |||||
| * | | | | | Merge pull request #10345 from Hinsbart/remove_imported | Andreas Haas | 2017-08-15 | 2 | -0/+17 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Removing a Resource also deletes imported files. | |||||
| | * | | | | | Removing a Resource also deletes imported files. | Andreas Haas | 2017-08-15 | 2 | -0/+17 | |
| | |/ / / / | ||||||
| * | | | | | Small fix for problem of nodes losing type, this is not good enough to solve ↵ | Juan Linietsky | 2017-08-15 | 3 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | | a core reimport problem, but so far fixes #8116 | |||||
| * | | | | | Fix Editor dimming. | Andreas Haas | 2017-08-15 | 1 | -5/+11 | |
| | |_|_|/ |/| | | | | | | | | | | | Fixes #10353 | |||||
| * | | | | Converting to MeshLibrary works again, fixes #8092 | Juan Linietsky | 2017-08-15 | 4 | -174/+185 | |
| |/ / / | ||||||
| * | | | Merge pull request #10294 from leezh/fix_10245 | Rémi Verschelde | 2017-08-13 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | Project manager UI displaced by long paths #10245 | |||||
| | * | | | Project manager UI displaced by long paths #10245 | Zher Huei Lee | 2017-08-12 | 1 | -0/+3 | |
| | | |/ | |/| | ||||||
| * / | | fix crash after click on MeshInstance with no owner | Jakub Grzesik | 2017-08-11 | 1 | -2/+2 | |
| |/ / | | | | | | | | | Due to how spatial selection works, after clicking on MeshInstance that had no owner editor was crashing. | |||||
| * | | Merge pull request #10247 from djrm/pr_bus_fixes | Rémi Verschelde | 2017-08-11 | 5 | -10/+119 | |
| |\ \ | | | | | | | Fixes to buses editor | |||||
| | * | | Fixes to buses editor | Daniel J. Ramirez | 2017-08-10 | 5 | -10/+119 | |
| | | | | | | | | | | | | | | | | Fixed unselectable bus Added bus options button | |||||
| * | | | Merge pull request #10240 from djrm/pr_hidden_tilemap_menu | Rémi Verschelde | 2017-08-11 | 1 | -2/+3 | |
| |\ \ \ | | | | | | | | | Hide tilemap menu when no tilemap is selected | |||||
| | * | | | Hide tilemap menu when no tilemap is selected | Daniel J. Ramirez | 2017-08-10 | 1 | -2/+3 | |
| | |/ / | ||||||
| * | | | Merge pull request #10238 from Hinsbart/resource_rmb | Rémi Verschelde | 2017-08-11 | 2 | -0/+7 | |
| |\ \ \ | | | | | | | | | Inspector: Right click on resource opens sub-menu. | |||||
| | * | | | Inspector: Right click on resource opens sub-menu. | Andreas Haas | 2017-08-10 | 2 | -0/+7 | |
| | |/ / | | | | | | | | | | Fixes #9052 | |||||
| * | | | Merge pull request #10237 from Paulb23/convert_indent_save_issue_9841 | Rémi Verschelde | 2017-08-11 | 1 | -2/+6 | |
| |\ \ \ | | | | | | | | | Fixed undo when converting indent with no changes, issue 9841 | |||||
| | * | | | Fixed undo when converting indent with no changes, issue 9841 | Paulb23 | 2017-08-10 | 1 | -2/+6 | |
| | |/ / | ||||||
| * | | | Merge pull request #10231 from djrm/pr_fix_add_sprite_dialog | Rémi Verschelde | 2017-08-11 | 8 | -13/+187 | |
| |\ \ \ | | | | | | | | | Improved add texture as node dialog | |||||
| | * | | | Improved add texture as node dialog | Daniel J. Ramirez | 2017-08-10 | 8 | -13/+187 | |
| | |/ / | ||||||
| * | | | Merge pull request #10209 from kubecz3k/click-spatial-select | Rémi Verschelde | 2017-08-11 | 1 | -3/+29 | |
| |\ \ \ | | | | | | | | | ability to click on spatial subscene to select it | |||||
| | * | | | ability to click on spatial subscene to select it | Jakub Grzesik | 2017-08-09 | 1 | -3/+29 | |
| | | | | | ||||||
| * | | | | Merge pull request #10163 from ISylvox/resoucre-to-resource | Rémi Verschelde | 2017-08-11 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Core/io: Fix typo in resource_format_binary | |||||
| | * | | | | core/io: fix typo 'resoucre' to 'resource' | Indah Sylvia | 2017-08-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #10162 from Noshyaar/patch-1 | Rémi Verschelde | 2017-08-11 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | ResourceImporterScene: fix 'bult' typo | |||||
| | * | | | | | ResourceImporterScene: fix 'bult' typo | Poommetee Ketson | 2017-08-08 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #10114 from kubecz3k/nodepath-click | Rémi Verschelde | 2017-08-11 | 1 | -0/+15 | |
| |\ \ \ \ \ | | | | | | | | | | | | | NodePath option to find target in editor node tree | |||||
