| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Merge pull request #10476 from Paulb23/delete_current_line_issue_9643 | Rémi Verschelde | 2017-08-20 | 2 | -0/+18 | |
| |\ \ \ | | | | | | | | | Delete current line, issue 9643 | |||||
| | * | | | Delete current line, issue 9643 | Paulb23 | 2017-08-20 | 2 | -0/+18 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #10460 from Zylann/orbit_sensitivity | Rémi Verschelde | 2017-08-20 | 1 | -4/+12 | |
| |\ \ \ | | | | | | | | | Added option for mouse orbit sensitivity | |||||
| | * | | | Added option for mouse orbit sensitivity | Marc Gilleron | 2017-08-19 | 1 | -4/+12 | |
| | |/ / | ||||||
| * | | | Merge pull request #10455 from groud/control_margin_fixes | Rémi Verschelde | 2017-08-20 | 3 | -4/+2 | |
| |\ \ \ | |/ / |/| | | Some control fixes and removed other useless lines | |||||
| | * | | Some control fixes and removed useless lines | Gilles Roudiere | 2017-08-19 | 3 | -4/+2 | |
| | | | | ||||||
| * | | | Removed style box border for script panel. Fixes #10410 | toger5 | 2017-08-19 | 1 | -7/+0 | |
| | | | | ||||||
| * | | | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | -Fixed tree reselect, makes reselecting an audio bux FX work | |||||
| * | | | Update script signals in real-time when script changes. Fixes #8980 | Juan Linietsky | 2017-08-18 | 3 | -1/+11 | |
| | | | | ||||||
| * | | | Properly manage drawing of primitives when they lack an area, fixes #8930 | Juan Linietsky | 2017-08-18 | 1 | -5/+13 | |
| | | | | ||||||
| * | | | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Tilemap Editor: Setting to hide tile info in the menu bar | Rémi Verschelde | 2017-08-16 | 2 | -5/+17 | |
| | | | | | | | | | Based on e513ecb7a14560d7238408a16a3b855863fd6df9. | |||||
| * | | Merge pull request #10300 from H4kor/anchor | Rémi Verschelde | 2017-08-16 | 1 | -7/+4 | |
| |\ \ | | | | | | | Show Anchor even when Control-Node is hidden | |||||
| | * | | Showing anchor icon in editor if control-node is hidden (fixes #9542) | Niko Abeler | 2017-08-13 | 1 | -7/+4 | |
| | |/ | ||||||
| * | | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde | 2017-08-16 | 35 | -81/+81 | |
| |\ \ | | | | | | | Updated function argument names | |||||
| | * | | Updated function argument names | Wilson E. Alvarez | 2017-08-12 | 35 | -81/+81 | |
| | |/ | ||||||
| * | | 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 #10166 from toger5/asset_lib_style_overrides | Juan Linietsky | 2017-08-15 | 5 | -5/+5 | |
| |\ \ \ | | | | | | | | | fixed loading old theme styleboxes. | |||||
| | * | | | fixed loading old theme styleboxes | toger5 | 2017-08-08 | 5 | -5/+5 | |
| | | | | | ||||||
| * | | | | Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889 | Juan Linietsky | 2017-08-15 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #9889 from groud/control_enhancements | kubecz3k | 2017-08-15 | 9 | -98/+350 | |
| |\ \ \ \ | | | | | | | | | | | 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 | 2 | -38/+76 | |
| | | | | | | ||||||
| | * | | | | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 9 | -24/+24 | |
| | | |/ / | |/| | | ||||||
| * / | | | Converting to MeshLibrary works again, fixes #8092 | Juan Linietsky | 2017-08-15 | 2 | -170/+181 | |
| |/ / / | ||||||
| * | / | 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 #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 #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 | 1 | -13/+15 | |
| |\ \ \ | | | | | | | | | Improved add texture as node dialog | |||||
| | * | | | Improved add texture as node dialog | Daniel J. Ramirez | 2017-08-10 | 1 | -13/+15 | |
| | |/ / | ||||||
| * / / | ability to click on spatial subscene to select it | Jakub Grzesik | 2017-08-09 | 1 | -3/+29 | |
| |/ / | ||||||
| * | | Moved mirror and rotations to the tile mapen, to avoid taking up too much ↵ | Juan Linietsky | 2017-08-08 | 1 | -10/+12 | |
| | | | | | | | | | toolbar space, fixes #6461 | |||||
| * | | Clean up canvas item when changing state, closes #5977 | Juan Linietsky | 2017-08-08 | 1 | -0/+2 | |
| |/ | ||||||
| * | Added proper local transform snapping, closes #4985 | Juan Linietsky | 2017-08-08 | 2 | -4/+36 | |
| | | ||||||
| * | Attempt to resolve #4673 | Juan Linietsky | 2017-08-08 | 1 | -1/+6 | |
| | | ||||||
| * | Revert "fixed loading old theme styleboxes" | Juan Linietsky | 2017-08-07 | 5 | -5/+5 | |
| | | ||||||
| * | Merge pull request #10141 from ISylvox/lower_case_godot_api | Rémi Verschelde | 2017-08-07 | 5 | -13/+13 | |
| |\ | | | | | Makes all Godot API's Methods lower_case | |||||
| | * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 5 | -13/+13 | |
| | | | ||||||
