summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-07Revert "Make KEY_ESCAPE close all output/debugger docks on bottom"Rémi Verschelde
This reverts commit 2ae2735a7a2631ef1a2c901a81135b1a1f3f954f. It also closes panels like the shader text editor when trying to discard code completion tooltips. It could be readded with extra care that modals like tooltips will take precedence and mark the event as handled. Fixes #17159, fixes #20738, closes #22727.
2018-10-07Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde
Fix more "may be used initialized" warnings from GCC 7
2018-10-07Merge pull request #22770 from Chaosus/fix_inspector_themeRémi Verschelde
Fix inspector color when theme changed
2018-10-07Merge pull request #22759 from AndreaCatania/pyfixRémi Verschelde
Some physics fixes for 3.1
2018-10-07C# bindings generator fixesIgnacio Etcheverry
- Fix unused bool local for MonoBoolean argument. - Append U to API hashes. Fixes warning: 'integer constant is so large that it is unsigned'
2018-10-07Merge pull request #22752 from aaronfranke/equals-redundantRémi Verschelde
Remove redundant "== true" and "== false" code
2018-10-07Merge pull request #22786 from qonnop/fix-int-interpolationRémi Verschelde
Fixed int interpolation issue, closes #22763
2018-10-07Merge pull request #22810 from Calinou/improve-viewport-menu-buttonRémi Verschelde
Make the 3D viewport menu button easier to read
2018-10-07Merge pull request #22812 from neikeq/issue-22781Rémi Verschelde
Mono: Fix crash on NodePath/RID disposal during Godot shutdown
2018-10-07Merge pull request #22782 from eska014/gles2-uniform-precisionRémi Verschelde
Fix GLES2 uniform precision
2018-10-07Optimitzed area overlap checksAndrea Catania
2018-10-07Merge pull request #22818 from cbscribe/kcc_doc_spatialmatMax Hilbrunner
[DOCS] SpatialMaterial descriptions
2018-10-06[DOCS] SpatialMaterial descriptionsChris Bradfield
2018-10-06Merge pull request #22804 from akien-mga/works-better-with-a-bugRémi Verschelde
Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression
2018-10-06Make the 3D viewport menu button easier to readHugo Locurcio
This closes #22809.
2018-10-06Mono: Fix crash on NodePath/RID disposal during Godot shutdownIgnacio Etcheverry
2018-10-06Remove redundant "== false" codeAaron Franke
Some of this code has been re-organized. f
2018-10-06Remove redundant "== true" codeAaron Franke
If it can be compared to a boolean, it can be evaluated as one in-place.
2018-10-06Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regressionRémi Verschelde
Fixes #22747.
2018-10-06Improved code that handles collision shapes, fixes #21945Andrea Catania
2018-10-06Fixed int interpolation issue, closes #22763qonnop
When interpolating between two equal int values a and b, floating point calculation imprecisions can result in different values depending on the interpolation factor.
2018-10-06Merge pull request #22799 from vnen/gdscript-warning-fixRémi Verschelde
Fix compiler warnings in GDScript module
2018-10-06Fix compiler warnings in GDScript moduleGeorge Marques
2018-10-06Merge pull request #22796 from ↵Rémi Verschelde
KoderaSoftwareUnlimited/fix-segfault-mouse-move-related Reverts warning fix on release builds that caused segfault in release build
2018-10-06Merge pull request #22742 from YeldhamDev/textedit_margin_scrollRémi Verschelde
Fix TextEdit margin start spacing with two scrollbars
2018-10-06Revert cause of #22794Mariusz Chwalba
2018-10-06Merge pull request #22783 from eska014/html5-warningsRémi Verschelde
Fix warnings in HTML5 build outside platform files
2018-10-06Merge pull request #22774 from kellams/masterRémi Verschelde
Fix to scrolling, rounding error on max_v_scroll
2018-10-06Merge pull request #22773 from KellyThomas/docs-linksRémi Verschelde
[Docs] Fix some broken links
2018-10-06Format GLES2 scene.glslLeon Krause
2018-10-06Fix GLES2 uniform precisionLeon Krause
2018-10-06Fix warnings in HTML5 build outside platform filesLeon Krause
2018-10-05Fixes to baker, restored xatlas and fixed bake options.Juan Linietsky
2018-10-05Fix to scrolling, rounding error on max_v_scrollKellam Spencer
2018-10-06[Docs] Fix some broken linksKelly Thomas
2018-10-05Merge pull request #22750 from williamd1k0/improve-resource-preloaderRémi Verschelde
Improve ResourcePreloader editor plugin
2018-10-05Merge pull request #22753 from bugfi5h/masterRémi Verschelde
Fix to ColorPicker behaviour when entering html. Fixing Issue #22714
2018-10-05Merge pull request #22772 from Zylann/fix_load_memdelete_nullRémi Verschelde
Don't delete FileAccess when it is null
2018-10-05Don't delete FileAccess when it is nullMarc Gilleron
2018-10-05Fix inspector color when theme changedChaosus
2018-10-05Merge pull request #22769 from neikeq/issue-22765Rémi Verschelde
Fix C# API assembly build errors in generics
2018-10-05Improve ResourcePreloader editor pluginWilliam Tumeo
Fix #22724 by adding an Open Resource button Add a Remove button to each tree item Remove the old Remove button and its useless code Adjust columns min width Remove Resource names and move icons to the left Add a Resource icon fallback
2018-10-05Merge pull request #22768 from qonnop/icon-noise-textureRémi Verschelde
Added noise texture icon, fixes #22704
2018-10-05Fix C# API assembly build errors in genericsIgnacio Etcheverry
2018-10-05Added noise texture icon, fixes #22704qonnop
2018-10-05Merge pull request #22764 from neikeq/issue-22751Rémi Verschelde
Fix build error for windows mono export templates
2018-10-05Fix build error for windows mono export templatesIgnacio Etcheverry
2018-10-05Merge pull request #22760 from zochris/loosen-generic-guardRémi Verschelde
Loosen generic guard on some methods
2018-10-05Merge pull request #22688 from neikeq/lotsofgoodiesRémi Verschelde
Mono: Editor and export template dependencies and fixes
2018-10-05loosen generic guard on method for ResourceLoaderzochris
For more details see #22658