summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-23Fixes updating CPUParticles emmision shape valuesbooer
2020-09-23Merge pull request #42195 from extrawurst/patch-1Rémi Verschelde
2020-09-23Merge pull request #42196 from Calinou/fix-file-access-zip-crashRémi Verschelde
2020-09-23Merge pull request #42203 from rcorre/physicsmat_hintRémi Verschelde
2020-09-23Merge pull request #42217 from Calinou/doc-richtextlabel-append-bbcode-no-closeRémi Verschelde
2020-09-23Fix C# string.IsAbsPath()Zae
2020-09-22Merge pull request #42254 from Chaosus/vs_fix_expressionsYuri Roubinsky
2020-09-22Fix expressions nodes in visual shadersYuri Roubinsky
2020-09-22Merge pull request #41912 from skyace65/NavigationMeshRémi Verschelde
2020-09-22Merge pull request #42215 from Chaosus/forbid_invalid_varyingsRémi Verschelde
2020-09-22Merge pull request #41430 from Lunatoid/no-icon-resizeRémi Verschelde
2020-09-22Fixes DefaultProjectIcon scaling with editor scaleLunatoid
2020-09-22Merge pull request #42171 from Pineapple/fix-custom-modules-vs-masterRémi Verschelde
2020-09-22Forbids varying declaration in particles and sky shadersYuri Roubinsky
2020-09-22Merge pull request #42243 from Chaosus/vs_fix_bugYuri Roubinsky
2020-09-22Fix UniformRef invalid updating when LineEdit focus outYuri Roubinsky
2020-09-21Merge pull request #42225 from Chaosus/vs_fix_bugsYuri Roubinsky
2020-09-21Fix some bugs in visual shader editorYuri Roubinsky
2020-09-21Merge pull request #42227 from Calinou/doc-array-fix-typoRémi Verschelde
2020-09-21Fix a typo in the Array class documentationHugo Locurcio
2020-09-21Merge pull request #42226 from Calinou/doc-rect2-aabbRémi Verschelde
2020-09-21Cross-reference AABB and Rect2 in the class referenceHugo Locurcio
2020-09-20Document `RichTextLabel.append_bbcode()` not closing previously open tagsHugo Locurcio
2020-09-20Merge pull request #42211 from Calinou/doc-javascript-build-time-disableRémi Verschelde
2020-09-20Document that the JavaScript singleton may be disabled at build-timeHugo Locurcio
2020-09-20Merge pull request #41426 from madmiraal/fix-bullet-zero-scaleRémi Verschelde
2020-09-19Fix hints on PhysicsMaterial bounce/friction.Ryan Roden-Corrent
2020-09-19Fix crash when opening a ZIP data packHugo Locurcio
2020-09-19add iOS Simulator platform Stephan Dilly
2020-09-18Add overridable init method for the Godot fragment instance.Fredia Huya-Kouadio
2020-09-19add description for ScriptEditor.open_script_create_dialog()Leleat
2020-09-18Merge pull request #42174 from akien-mga/zstd-1.4.5Rémi Verschelde
2020-09-18zstd: Update to upstream version 1.4.5Rémi Verschelde
2020-09-18Fix popup menu item selected when opening the menuPouleyKetchoupp
2020-09-18Fix custom modules in Visual StudioBartłomiej T. Listwon
2020-09-18[HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli
2020-09-18Fix RasterizerDummy, override, cleanup.Fabio Alessandrelli
2020-09-18Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde
2020-09-18Add a VScript func to sanitize variant valuesFrancois Belair
2020-09-18Merge pull request #41930 from RandomShaper/fix_gdscript_leaksRémi Verschelde
2020-09-18Merge pull request #42165 from akien-mga/codespellRémi Verschelde
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-18Merge pull request #42157 from akien-mga/math-RANDOM_MAX-netbsdRémi Verschelde
2020-09-18X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't foundRémi Verschelde
2020-09-18NetBSD: Implement OS_Unix::get_executable_path()Rémi Verschelde
2020-09-18Linux/BSD: Fix support for NetBSDRémi Verschelde
2020-09-17Fixes the resize of tile shapes when a vertex is outside of the tilesheet. Fi...Dashcell
2020-09-17Merge pull request #41528 from keegano/physics-fix-wrap-angleRémi Verschelde
2020-09-17Merge pull request #39944 from bruvzg/click-through-4Rémi Verschelde
2020-09-17Add window click-through support.bruvzg