summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-05Address `OS.request_permissions()` bug when non-platform permission(s) is ↵Fredia Huya-Kouadio
included
2020-05-05Merge pull request #38465 from madmiraal/fix-38457Rémi Verschelde
Check for empty vectors before trying to access a pointer to the first element in Octree<T, use_pairs, AL>::cull_convex().
2020-05-05Merge pull request #38466 from Calinou/doc-normal-map-coordinatesMax Hilbrunner
Document the expected normal map coordinate system where relevant
2020-05-04Document the expected normal map coordinate system where relevantHugo Locurcio
2020-05-04Check for empty vectors before trying to access a pointer to the firstMarcel Admiraal
element in Octree<T, use_pairs, AL>::cull_convex().
2020-05-04doc: Sync classref with current sourceRémi Verschelde
2020-05-04Merge pull request #37717 from qarmin/world_fixRémi Verschelde
Change non-existent World to World3D
2020-05-04Merge pull request #38446 from qarmin/navigation_polygon_typeRémi Verschelde
Fixes type of array in _set_outlines function
2020-05-04Merge pull request #37937 from HaSa1002/fix-pckRémi Verschelde
Priorize Embedded PCKs on loading
2020-05-04Revert "Emit signal when animation ends by seek"Rémi Verschelde
This reverts commit bf1cc116e15ec155c1dfff06bd02d2f1dfc21ee0. This needs more discussion to avoid breaking some users' expectations. See #38086 for arguments.
2020-05-04Priorize Embedded PCKs on loadingHaSa1002
If existing, embedded PCKs are loaded before the pcks the engine might find next to it. Fixes #37568
2020-05-04Merge pull request #38439 from bruvzg/mouse_pressureRémi Verschelde
Make non pressure sensitive device behavior consistent.
2020-05-04Fixes type of array in _set_outlines functionqarmin
2020-05-03[Linux/Windows] Set pressure to 1.0f when primary button is pressed and ↵bruvzg
device is not pressure sensitive.
2020-05-03Merge pull request #38376 from dreamsComeTrue/duplicate-nodes-fixRémi Verschelde
Proper naming and ordering when Duplicate nodes in SceneTreeDock
2020-05-03Merge pull request #38392 from Enhex/patch-1Rémi Verschelde
fix typo
2020-05-03Merge pull request #38394 from reduz/implement-skewRémi Verschelde
Implement Skew in Node2D
2020-05-03Merge pull request #38406 from clayjohn/VULKAN-sun-diameterRémi Verschelde
Calculate sun diameter even when not using shadows
2020-05-03Merge pull request #38420 from zzz-assault/Tilemap_update-bitmask-regionRémi Verschelde
Tilemap: Fix performance issue in fallback of update_bitmask_region
2020-05-03Merge pull request #38431 from underdoeg/renderingdevice_gdscript_singletonRémi Verschelde
register RenderingDevice as gdscript singleton
2020-05-03Merge pull request #37756 from madmiraal/fix-x11-pressure-tiltRémi Verschelde
Fix X11 pressure and tilt values.
2020-05-03register RenderingDevice as gdscript singletonPhilip Whitfield
2020-05-03Merge pull request #32534 from Xrayez/fix-dict2inst-initRémi Verschelde
Make `dict2inst` to work with arbitrary `_init` parameters
2020-05-03Merge pull request #38275 from DSteve595/indented-block-lineRémi Verschelde
Mark "Indented block expected" error after function declaration
2020-05-03Merge pull request #38421 from Calinou/remove-cpp11-polyfillsRémi Verschelde
Remove some C++11 polyfill defines that are no longer needed
2020-05-03Merge pull request #38422 from RandomShaper/fix_stb_vorbisRémi Verschelde
Fix crash in stb_vorbis.c
2020-05-03Fix crash in stb_vorbis.cPedro J. Estébanez
2020-05-02Mention offending function name in "Indented block expected" errorSteven Schoen
2020-05-03Remove some C++11 polyfill defines that are no longer neededHugo Locurcio
2020-05-03Fix performance issue in update_bitmask_region fallbackThomas Riedmair
2020-05-02Merge pull request #38413 from BastiaanOlij/add_missing_6dofjoint_enumsRémi Verschelde
Added missing spring enums for generic_6dof_joint
2020-05-02Added missing spring enums for generic_6dof_jointBastiaan Olij
2020-05-01Calculate sun diameter even when not using shadowsclayjohn
2020-05-01Merge pull request #38395 from Calinou/doc-tween-fix-rst-conversionRémi Verschelde
Tweak Tween cheatsheet link formatting to avoid rST conversion bug
2020-05-01Tweak Tween cheatsheet link formatting to avoid rST conversion bugHugo Locurcio
reStructuredText doesn't allow embedding links in bold/italic text.
2020-05-01Implement Skew in Node2DJuan Linietsky
Skew is x-axis only, because it must be bidirectionally convertible to a 2x3 matrix, but you can subtract it to the rotation to get the effect on y-axis
2020-05-01fix typoEnhex
2020-05-01Merge pull request #38380 from dreamsComeTrue/soft-reload-scripts-shortcutRémi Verschelde
Fix Soft Reload Script shortcut clash with Replace in Files
2020-05-01Merge pull request #38346 from jitspoe/master.fix_uninitialized_particle_paramRémi Verschelde
Fix custom w component being uninitialized on CPU particles.
2020-05-01Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2Fabio Alessandrelli
Removed noisy ERR check from Multiplayer API.
2020-05-01Merge pull request #37414 from Schroedi/fix_html_mouse_inputFabio Alessandrelli
Move wheel handlers from window to canvas element in HTML
2020-05-01i18n: Sync translate template for class referenceRémi Verschelde
2020-05-01doc: Sync classref with current sourceRémi Verschelde
2020-05-01Fix Soft Reload Script shortcut clash with Replace in FilesDominik 'dreamsComeTrue' Jasiński
Fixes: #38362
2020-05-01thirdparty: List release years in README.mdRémi Verschelde
And expand commit hashes to full hashes instead of shortened ones.
2020-05-01Proper naming and ordering when Duplicate nodesDominik 'dreamsComeTrue' Jasiński
Fixes: #38162
2020-05-01Merge pull request #37939 from MrRevington/SpriteFramesEditoAtlasTextureSupportRémi Verschelde
Add AtlasTexture support in SpriteFrames Editor
2020-04-30Add AtlasTexture support in SpriteFrames Editor - Add Frames from a Sprite SheetMrRevington
2020-04-30Merge pull request #37608 from Darenn/fix-bbcode-parsing-in-RichTextLabelRémi Verschelde
Fixed bbcode parsing for built-in RichTextEffects in RichTextLabel
2020-04-30Merge pull request #38365 from akien-mga/tinyexr-4dbd05aRémi Verschelde
tinyexr: Sync with upstream 4dbd05a + enable C++11 threaded loading