summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-26Property apply shader parameters, even when materials are being reused, ↵Juan Linietsky
fixes #14012
2017-12-26A promise is a promise, so added ability to load and save shaders as text ↵Juan Linietsky
files, closes #14431
2017-12-26Ability to set flags via code in StreamTexture, as some users find it ↵Juan Linietsky
useful. Fixes #14526.
2017-12-26Merge pull request #14796 from AlmightyScientist/issue-14552Juan Linietsky
Shader Language: Fix Vertex Lighting artifacts.
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes ↵Juan Linietsky
#14569
2017-12-26Fix 2D editor checkboxes with a new projectGilles Roudiere
2017-12-26Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky
Fix crash & error at saving scene
2017-12-26Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-25Merge pull request #15040 from Noshyaar/pr2Andreas Haas
AnimTreePlayer: fix duplicated properties
2017-12-25Merge pull request #15042 from Noshyaar/pr3George Marques
Add missing parameter names
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-25Merge pull request #15036 from volzhs/popup-menu-sizeNoshyaar
Fix popup menu size in Inspector dock
2017-12-25AnimTreePlayer: fix duplicated propertiesPoommetee Ketson
2017-12-25Fix popup menu size in Inspector dockvolzhs
2017-12-25Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys)
2017-12-25Merge pull request #14847 from YeldhamDev/3d_viewport_saveNoshyaar
Fixes for the Spatial Editor's Perspective options and dead code cleaning
2017-12-25Merge pull request #14853 from MattUV/context-menuNoshyaar
Adds an option to move cursor with right click in TextEdit
2017-12-25Merge pull request #14846 from carlosfvieira/weird_gizmo_orthoNoshyaar
Fixes gizmo huge scale immediately after change to orthogonal view
2017-12-25Merge pull request #14875 from YeldhamDev/splitcontainer_cursorNoshyaar
Fixed SplitContainer showing the "resize" cursor when it shouldn't
2017-12-25Merge pull request #14899 from volzhs/render-quality-optionNoshyaar
Respect HDR option
2017-12-25Merge pull request #14801 from RayKoopa/insert_tree_itemNoshyaar
Tree: Insert new item, fix behavior when no parent given
2017-12-25Merge pull request #14753 from NathanWarden/mouse_button_fixNoshyaar
Fixed a bug where mouse button focus breaks when using multiple buttons at once.
2017-12-25Merge pull request #14732 from AndreaCatania/jgizmoNoshyaar
Fixed joint gizmos drawing orientations
2017-12-25Merge pull request #14827 from RayKoopa/editor_patchworkNoshyaar
Some Editor UI patchwork
2017-12-25Merge pull request #14808 from YeldhamDev/script_editor_fixesNoshyaar
Some fixes for the Script Editor and dead code cleaning.
2017-12-25Merge pull request #14819 from homer666/masterNoshyaar
[DOCS] PhysicsDirectSpaceState [ci skip]
2017-12-25Merge pull request #14908 from YeldhamDev/dialog_changesNoshyaar
Fixes and modifications for some dialogs
2017-12-25Merge pull request #15011 from djrm/pr_visual_improvementsNoshyaar
Added default close and title color to editor themed graph nodes
2017-12-24Merge pull request #15016 from cbscribe/t2d_fixChris Bradfield
[DOCS] minor corrections to Transform2D
2017-12-24[DOCS] minor corrections to Transform2DChris Bradfield
2017-12-24Added default close and title color to editor themed graph nodesDaniel J. Ramirez
2017-12-25Fix error if scene has Camera at saving scenevolzhs
2017-12-24Merge pull request #14997 from neikeq/issue-14988Ignacio Etcheverry
Marshal NULL MonoString* as empty Godot string
2017-12-25Fix crash from move_child at saving scenevolzhs
2017-12-24Restored opus build since WebM needs it, but disabled it from code.Juan Linietsky
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
-Disabled Opus, implementation is wrong.
2017-12-24Merge pull request #14982 from GodotExplorer/more-translate-textNoshyaar
Add more translatable text for editor plugins.
2017-12-24Merge pull request #14993 from AlmightyScientist/issue-14336Andreas Haas
X11: Fixes maximized splash-boot screen bug.
2017-12-24Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry
2017-12-24x11: Fix maximized splash-boot screen bug.Enzo Nocera
Fixes #14336
2017-12-23Merge pull request #14978 from AndreaCatania/intshapJuan Linietsky
Fixed dispatch callback
2017-12-23Add more translatable text for editor plugins.geequlim
2017-12-23Fixed joint gizmos orientationsAndreaCatania
2017-12-23Fixed dispatch callbackAndreaCatania
2017-12-23Merge pull request #14919 from groud/fix_grow_marginGilles Roudiere
Fixes Rect2 grow_margin not working at all
2017-12-23Merge pull request #14965 from AndreaCatania/intshapRémi Verschelde
Fixed bullet intersect_shape crash, Fixed bullet sleeping
2017-12-23Merge pull request #14969 from Noshyaar/prRémi Verschelde
ProjectManager: enhance dialog ok button text
2017-12-23Fixed rigidbody sleping, Fixes #13952AndreaCatania
2017-12-23IssueTemplate: remove \n at checkbox lineNoshyaar