Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-07 | Revert "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-07 | Merge pull request #22722 from akien-mga/fix-warnings | Rémi Verschelde | |
Fix more "may be used initialized" warnings from GCC 7 | |||
2018-10-07 | Merge pull request #22770 from Chaosus/fix_inspector_theme | Rémi Verschelde | |
Fix inspector color when theme changed | |||
2018-10-07 | Merge pull request #22759 from AndreaCatania/pyfix | Rémi Verschelde | |
Some physics fixes for 3.1 | |||
2018-10-07 | C# bindings generator fixes | Ignacio 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-07 | Merge pull request #22752 from aaronfranke/equals-redundant | Rémi Verschelde | |
Remove redundant "== true" and "== false" code | |||
2018-10-07 | Merge pull request #22786 from qonnop/fix-int-interpolation | Rémi Verschelde | |
Fixed int interpolation issue, closes #22763 | |||
2018-10-07 | Merge pull request #22810 from Calinou/improve-viewport-menu-button | Rémi Verschelde | |
Make the 3D viewport menu button easier to read | |||
2018-10-07 | Merge pull request #22812 from neikeq/issue-22781 | Rémi Verschelde | |
Mono: Fix crash on NodePath/RID disposal during Godot shutdown | |||
2018-10-07 | Merge pull request #22782 from eska014/gles2-uniform-precision | Rémi Verschelde | |
Fix GLES2 uniform precision | |||
2018-10-07 | Optimitzed area overlap checks | Andrea Catania | |
2018-10-07 | Merge pull request #22818 from cbscribe/kcc_doc_spatialmat | Max Hilbrunner | |
[DOCS] SpatialMaterial descriptions | |||
2018-10-06 | [DOCS] SpatialMaterial descriptions | Chris Bradfield | |
2018-10-06 | Merge pull request #22804 from akien-mga/works-better-with-a-bug | Rémi Verschelde | |
Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression | |||
2018-10-06 | Make the 3D viewport menu button easier to read | Hugo Locurcio | |
This closes #22809. | |||
2018-10-06 | Mono: Fix crash on NodePath/RID disposal during Godot shutdown | Ignacio Etcheverry | |
2018-10-06 | Remove redundant "== false" code | Aaron Franke | |
Some of this code has been re-organized. f | |||
2018-10-06 | Remove redundant "== true" code | Aaron Franke | |
If it can be compared to a boolean, it can be evaluated as one in-place. | |||
2018-10-06 | Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression | Rémi Verschelde | |
Fixes #22747. | |||
2018-10-06 | Improved code that handles collision shapes, fixes #21945 | Andrea Catania | |
2018-10-06 | Fixed int interpolation issue, closes #22763 | qonnop | |
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-06 | Merge pull request #22799 from vnen/gdscript-warning-fix | Rémi Verschelde | |
Fix compiler warnings in GDScript module | |||
2018-10-06 | Fix compiler warnings in GDScript module | George Marques | |
2018-10-06 | Merge 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-06 | Merge pull request #22742 from YeldhamDev/textedit_margin_scroll | Rémi Verschelde | |
Fix TextEdit margin start spacing with two scrollbars | |||
2018-10-06 | Revert cause of #22794 | Mariusz Chwalba | |
2018-10-06 | Merge pull request #22783 from eska014/html5-warnings | Rémi Verschelde | |
Fix warnings in HTML5 build outside platform files | |||
2018-10-06 | Merge pull request #22774 from kellams/master | Rémi Verschelde | |
Fix to scrolling, rounding error on max_v_scroll | |||
2018-10-06 | Merge pull request #22773 from KellyThomas/docs-links | Rémi Verschelde | |
[Docs] Fix some broken links | |||
2018-10-06 | Format GLES2 scene.glsl | Leon Krause | |
2018-10-06 | Fix GLES2 uniform precision | Leon Krause | |
2018-10-06 | Fix warnings in HTML5 build outside platform files | Leon Krause | |
2018-10-05 | Fixes to baker, restored xatlas and fixed bake options. | Juan Linietsky | |
2018-10-05 | Fix to scrolling, rounding error on max_v_scroll | Kellam Spencer | |
2018-10-06 | [Docs] Fix some broken links | Kelly Thomas | |
2018-10-05 | Merge pull request #22750 from williamd1k0/improve-resource-preloader | Rémi Verschelde | |
Improve ResourcePreloader editor plugin | |||
2018-10-05 | Merge pull request #22753 from bugfi5h/master | Rémi Verschelde | |
Fix to ColorPicker behaviour when entering html. Fixing Issue #22714 | |||
2018-10-05 | Merge pull request #22772 from Zylann/fix_load_memdelete_null | Rémi Verschelde | |
Don't delete FileAccess when it is null | |||
2018-10-05 | Don't delete FileAccess when it is null | Marc Gilleron | |
2018-10-05 | Fix inspector color when theme changed | Chaosus | |
2018-10-05 | Merge pull request #22769 from neikeq/issue-22765 | Rémi Verschelde | |
Fix C# API assembly build errors in generics | |||
2018-10-05 | Improve ResourcePreloader editor plugin | William 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-05 | Merge pull request #22768 from qonnop/icon-noise-texture | Rémi Verschelde | |
Added noise texture icon, fixes #22704 | |||
2018-10-05 | Fix C# API assembly build errors in generics | Ignacio Etcheverry | |
2018-10-05 | Added noise texture icon, fixes #22704 | qonnop | |
2018-10-05 | Merge pull request #22764 from neikeq/issue-22751 | Rémi Verschelde | |
Fix build error for windows mono export templates | |||
2018-10-05 | Fix build error for windows mono export templates | Ignacio Etcheverry | |
2018-10-05 | Merge pull request #22760 from zochris/loosen-generic-guard | Rémi Verschelde | |
Loosen generic guard on some methods | |||
2018-10-05 | Merge pull request #22688 from neikeq/lotsofgoodies | Rémi Verschelde | |
Mono: Editor and export template dependencies and fixes | |||
2018-10-05 | loosen generic guard on method for ResourceLoader | zochris | |
For more details see #22658 |