aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change the rotate function of Spatial to be local, makes more sense. Closes ↵Juan Linietsky2017-12-264-7/+17
| | | | #14569
* Fix 2D editor checkboxes with a new projectGilles Roudiere2017-12-261-1/+1
|
* Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky2017-12-262-2/+6
|\ | | | | Fix crash & error at saving scene
| * Fix error if scene has Camera at saving scenevolzhs2017-12-251-1/+4
| |
| * Fix crash from move_child at saving scenevolzhs2017-12-251-1/+2
| |
* | Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky2017-12-264-4/+4
| |
* | Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-268-44/+13
| |
* | Merge pull request #15040 from Noshyaar/pr2Andreas Haas2017-12-251-2/+0
|\ \ | | | | | | AnimTreePlayer: fix duplicated properties
| * | AnimTreePlayer: fix duplicated propertiesPoommetee Ketson2017-12-251-2/+0
| | |
* | | Merge pull request #15042 from Noshyaar/pr3George Marques2017-12-255-8/+8
|\ \ \ | | | | | | | | Add missing parameter names
| * | | Add missing parameter namesPoommetee Ketson2017-12-255-8/+8
|/ / /
* | | Merge pull request #15036 from volzhs/popup-menu-sizeNoshyaar2017-12-251-6/+2
|\ \ \ | |/ / |/| | Fix popup menu size in Inspector dock
| * | Fix popup menu size in Inspector dockvolzhs2017-12-251-6/+2
|/ /
* | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar2017-12-254-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 ↵carlosfvieira2017-12-214-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_saveNoshyaar2017-12-251-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 Dias2017-12-201-88/+60
| | | |
* | | | Merge pull request #14853 from MattUV/context-menuNoshyaar2017-12-256-31/+135
|\ \ \ \ | | | | | | | | | | Adds an option to move cursor with right click in TextEdit
| * | | | Adds an option to move cursor with right click in TextEditMattUV2017-12-206-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_orthoNoshyaar2017-12-251-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Fixes gizmo huge scale immediately after change to orthogonal view
| * | | | | #14619 - fixes issue 1 (gizmo huge scale) - also referred in #14836Carlos Vieira2017-12-191-1/+2
| | | | | |
* | | | | | Merge pull request #14875 from YeldhamDev/splitcontainer_cursorNoshyaar2017-12-252-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 Dias2017-12-202-41/+29
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #14899 from volzhs/render-quality-optionNoshyaar2017-12-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Respect HDR option
| * | | | | | Respect HDR optionvolzhs2017-12-211-1/+1
| | | | | | |
* | | | | | | Merge pull request #14801 from RayKoopa/insert_tree_itemNoshyaar2017-12-252-22/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Tree: Insert new item, fix behavior when no parent given
| * | | | | | | Add functionality to insert tree item.Ray Koopa2017-12-182-22/+30
| | | | | | | |
* | | | | | | | Merge pull request #14753 from NathanWarden/mouse_button_fixNoshyaar2017-12-251-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 Warden2017-12-161-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #14732 from AndreaCatania/jgizmoNoshyaar2017-12-252-273/+599
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed joint gizmos drawing orientations
| * | | | | | | | | Fixed joint gizmos orientationsAndreaCatania2017-12-232-273/+599
| | | | | | | | | |
* | | | | | | | | | Merge pull request #14827 from RayKoopa/editor_patchworkNoshyaar2017-12-252-2/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Some Editor UI patchwork
| * | | | | | | | | | Limit code editor minimum width, clear Scene node subresource menu before ↵Ray Koopa2017-12-192-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refilling it
* | | | | | | | | | | Merge pull request #14808 from YeldhamDev/script_editor_fixesNoshyaar2017-12-252-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 Dias2017-12-182-114/+21
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #14819 from homer666/masterNoshyaar2017-12-251-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] PhysicsDirectSpaceState [ci skip]
| * | | | | | | | | | | | [DOCS] PhysicsDirectSpaceStatehomer6662017-12-211-0/+28
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #14908 from YeldhamDev/dialog_changesNoshyaar2017-12-253-23/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes and modifications for some dialogs
| * | | | | | | | | | | | | Fixes and modifications for some dialogs.Michael Alexsander Silva Dias2017-12-213-23/+35
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #15011 from djrm/pr_visual_improvementsNoshyaar2017-12-251-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added default close and title color to editor themed graph nodes
| * | | | | | | | | | | | | | Added default close and title color to editor themed graph nodesDaniel J. Ramirez2017-12-241-0/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15016 from cbscribe/t2d_fixChris Bradfield2017-12-241-15/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | [DOCS] minor corrections to Transform2D
| * | | | | | | | | | | | | | [DOCS] minor corrections to Transform2DChris Bradfield2017-12-241-15/+15
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #14997 from neikeq/issue-14988Ignacio Etcheverry2017-12-244-7/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marshal NULL MonoString* as empty Godot string
| * | | | | | | | | | | | | | Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry2017-12-244-7/+15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Restored opus build since WebM needs it, but disabled it from code.Juan Linietsky2017-12-242-11/+11
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-2410-68/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Disabled Opus, implementation is wrong.
* | | | | | | | | | | | | | | Merge pull request #14982 from GodotExplorer/more-translate-textNoshyaar2017-12-248-23/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more translatable text for editor plugins.
| * | | | | | | | | | | | | | | Add more translatable text for editor plugins.geequlim2017-12-238-23/+23
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14993 from AlmightyScientist/issue-14336Andreas Haas2017-12-241-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | X11: Fixes maximized splash-boot screen bug.