| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change the rotate function of Spatial to be local, makes more sense. Closes ↵ | Juan Linietsky | 2017-12-26 | 4 | -7/+17 |
| | | | | | #14569 | ||||
| * | Fix 2D editor checkboxes with a new project | Gilles Roudiere | 2017-12-26 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #14977 from volzhs/fix-crash-group | Juan Linietsky | 2017-12-26 | 2 | -2/+6 |
| |\ | | | | | Fix crash & error at saving scene | ||||
| | * | Fix error if scene has Camera at saving scene | volzhs | 2017-12-25 | 1 | -1/+4 |
| | | | |||||
| | * | Fix crash from move_child at saving scene | volzhs | 2017-12-25 | 1 | -1/+2 |
| | | | |||||
| * | | Fix sidedness check in material. Also remove SIDE built-in. | Juan Linietsky | 2017-12-26 | 4 | -4/+4 |
| | | | |||||
| * | | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | 2017-12-26 | 8 | -44/+13 |
| | | | |||||
| * | | Merge pull request #15040 from Noshyaar/pr2 | Andreas Haas | 2017-12-25 | 1 | -2/+0 |
| |\ \ | | | | | | | AnimTreePlayer: fix duplicated properties | ||||
| | * | | AnimTreePlayer: fix duplicated properties | Poommetee Ketson | 2017-12-25 | 1 | -2/+0 |
| | | | | |||||
| * | | | Merge pull request #15042 from Noshyaar/pr3 | George Marques | 2017-12-25 | 5 | -8/+8 |
| |\ \ \ | | | | | | | | | Add missing parameter names | ||||
| | * | | | Add missing parameter names | Poommetee Ketson | 2017-12-25 | 5 | -8/+8 |
| |/ / / | |||||
| * | | | Merge pull request #15036 from volzhs/popup-menu-size | Noshyaar | 2017-12-25 | 1 | -6/+2 |
| |\ \ \ | |/ / |/| | | Fix popup menu size in Inspector dock | ||||
| | * | | Fix popup menu size in Inspector dock | volzhs | 2017-12-25 | 1 | -6/+2 |
| |/ / | |||||
| * | | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar | 2017-12-25 | 4 | -44/+70 |
| |\ \ | | | | | | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) | ||||
| | * | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ↵ | carlosfvieira | 2017-12-21 | 4 | -44/+70 |
| | | | | | | | | | | | | | | | | | | | those that are bound to keys) - this closes #14371 and closes #12409 Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) - this closes #14371 and closes #12409 | ||||
| * | | | Merge pull request #14847 from YeldhamDev/3d_viewport_save | Noshyaar | 2017-12-25 | 1 | -88/+60 |
| |\ \ \ | | | | | | | | | Fixes for the Spatial Editor's Perspective options and dead code cleaning | ||||
| | * | | | Fixes for the Spatial Editor's Perspective options and dead code cleaning. | Michael Alexsander Silva Dias | 2017-12-20 | 1 | -88/+60 |
| | | | | | |||||
| * | | | | Merge pull request #14853 from MattUV/context-menu | Noshyaar | 2017-12-25 | 6 | -31/+135 |
| |\ \ \ \ | | | | | | | | | | | Adds an option to move cursor with right click in TextEdit | ||||
| | * | | | | Adds an option to move cursor with right click in TextEdit | MattUV | 2017-12-20 | 6 | -31/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml. | ||||
| * | | | | | Merge pull request #14846 from carlosfvieira/weird_gizmo_ortho | Noshyaar | 2017-12-25 | 1 | -1/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixes gizmo huge scale immediately after change to orthogonal view | ||||
| | * | | | | | #14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836 | Carlos Vieira | 2017-12-19 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #14875 from YeldhamDev/splitcontainer_cursor | Noshyaar | 2017-12-25 | 2 | -41/+29 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed SplitContainer showing the "resize" cursor when it shouldn't | ||||
| | * | | | | | | Fixed SplitContainer showing the "resize" cursor when it shouldn't. | Michael Alexsander Silva Dias | 2017-12-20 | 2 | -41/+29 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #14899 from volzhs/render-quality-option | Noshyaar | 2017-12-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Respect HDR option | ||||
| | * | | | | | | Respect HDR option | volzhs | 2017-12-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #14801 from RayKoopa/insert_tree_item | Noshyaar | 2017-12-25 | 2 | -22/+30 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Tree: Insert new item, fix behavior when no parent given | ||||
| | * | | | | | | | Add functionality to insert tree item. | Ray Koopa | 2017-12-18 | 2 | -22/+30 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #14753 from NathanWarden/mouse_button_fix | Noshyaar | 2017-12-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed a bug where mouse button focus breaks when using multiple buttons at once. | ||||
| | * | | | | | | | | Fixed a bug where mouse button focus breaks when using multiple buttons at once. | Nathan Warden | 2017-12-16 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #14732 from AndreaCatania/jgizmo | Noshyaar | 2017-12-25 | 2 | -273/+599 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixed joint gizmos drawing orientations | ||||
| | * | | | | | | | | | Fixed joint gizmos orientations | AndreaCatania | 2017-12-23 | 2 | -273/+599 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #14827 from RayKoopa/editor_patchwork | Noshyaar | 2017-12-25 | 2 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Some Editor UI patchwork | ||||
| | * | | | | | | | | | | Limit code editor minimum width, clear Scene node subresource menu before ↵ | Ray Koopa | 2017-12-19 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refilling it | ||||
| * | | | | | | | | | | | Merge pull request #14808 from YeldhamDev/script_editor_fixes | Noshyaar | 2017-12-25 | 2 | -114/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Some fixes for the Script Editor and dead code cleaning. | ||||
| | * | | | | | | | | | | | Some fixes for the Script Editor and dead code cleaning. | Michael Alexsander Silva Dias | 2017-12-18 | 2 | -114/+21 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #14819 from homer666/master | Noshyaar | 2017-12-25 | 1 | -0/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] PhysicsDirectSpaceState [ci skip] | ||||
| | * | | | | | | | | | | | | [DOCS] PhysicsDirectSpaceState | homer666 | 2017-12-21 | 1 | -0/+28 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #14908 from YeldhamDev/dialog_changes | Noshyaar | 2017-12-25 | 3 | -23/+35 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes and modifications for some dialogs | ||||
| | * | | | | | | | | | | | | | Fixes and modifications for some dialogs. | Michael Alexsander Silva Dias | 2017-12-21 | 3 | -23/+35 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #15011 from djrm/pr_visual_improvements | Noshyaar | 2017-12-25 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added default close and title color to editor themed graph nodes | ||||
| | * | | | | | | | | | | | | | | Added default close and title color to editor themed graph nodes | Daniel J. Ramirez | 2017-12-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge pull request #15016 from cbscribe/t2d_fix | Chris Bradfield | 2017-12-24 | 1 | -15/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | [DOCS] minor corrections to Transform2D | ||||
| | * | | | | | | | | | | | | | | [DOCS] minor corrections to Transform2D | Chris Bradfield | 2017-12-24 | 1 | -15/+15 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Merge pull request #14997 from neikeq/issue-14988 | Ignacio Etcheverry | 2017-12-24 | 4 | -7/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marshal NULL MonoString* as empty Godot string | ||||
| | * | | | | | | | | | | | | | | Marshal NULL MonoString* as empty Godot string | Ignacio Etcheverry | 2017-12-24 | 4 | -7/+15 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Restored opus build since WebM needs it, but disabled it from code. | Juan Linietsky | 2017-12-24 | 2 | -11/+11 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | 2017-12-24 | 10 | -68/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Disabled Opus, implementation is wrong. | ||||
| * | | | | | | | | | | | | | | | Merge pull request #14982 from GodotExplorer/more-translate-text | Noshyaar | 2017-12-24 | 8 | -23/+23 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more translatable text for editor plugins. | ||||
| | * | | | | | | | | | | | | | | | Add more translatable text for editor plugins. | geequlim | 2017-12-23 | 8 | -23/+23 |
| | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge pull request #14993 from AlmightyScientist/issue-14336 | Andreas Haas | 2017-12-24 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | X11: Fixes maximized splash-boot screen bug. | ||||
