summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-14Merge pull request #49348 from Geometror/fix-particles-hidden-basecolorRémi Verschelde
Fix color properties of particle nodes/material
2021-07-14Merge pull request #50409 from ↵Rémi Verschelde
godot-joe/fix-ambiguous-variant-on-debian-10-build Fixes ambiguous variant error for build on Debian 10 (Buster) using clang v7
2021-07-14Merge pull request #50436 from pycbouh/ci-check-for-new-docsRémi Verschelde
Check if there are new docs missing on CI
2021-07-14Check if there are new docs missing on CIYuri Sizov
2021-07-14Merge pull request #50429 from pycbouh/classref-get-theme-itemsRémi Verschelde
Improve `Control`'s theme item methods documentation
2021-07-14Merge pull request #50255 from Calinou/physicsserver3d-add-set-iterationsRémi Verschelde
Add a method to set the number of physics solver iterations in 3D
2021-07-14Merge pull request #50437 from akien-mga/rename-curve3-curvexyzRémi Verschelde
Rename Curve3Texture to CurveXYZTexture
2021-07-14Rename Curve3Texture to CurveXYZTextureRémi Verschelde
Neither name is a perfect match but `Curve3Texture` looked too similar to `CurveTexture` and `Curve3D`, which made things confusing when picking a texture type or browsing the API reference.
2021-07-14Improve Control's theme item methods documentationYuri Sizov
2021-07-14Merge pull request #42753 from KoBeWi/vs_docsRémi Verschelde
Document remaining Visual Script classes
2021-07-13Document remaining Visual Script classesTomasz Chabora
2021-07-13Merge pull request #50433 from naithar/fix/ios-plugin-configRémi Verschelde
[iOS] Fix plugin configuration loading
2021-07-13Merge pull request #50063 from nekomatata/more-accurate-move-and-slideRémi Verschelde
Make move_and_slide collision detection more accurate
2021-07-13[iOS] Fix plugin configuration loadingSergey Minakov
Clear ConfigFile parameter before loading new file. Ignore duplicate input plist keys
2021-07-13Merge pull request #50056 from Blackiris/fix-in-operatorGeorge Marques
Fix 'in' operator to check if an object member exists
2021-07-13Merge pull request #50402 from reduz/use-specialization-constantsJuan Linietsky
Use specialization constants in clustered renderer
2021-07-13Merge pull request #47604 from christinoleo/masterRémi Verschelde
Separate underscore from grapheme punctuation to enable doubleclick and caret jump over snakecase variables in editor
2021-07-13Merge pull request #50299 from YeldhamDev/window_wrap_controls_fixRémi Verschelde
Fix `Window`'s `wrap_controls` not actually doing anything
2021-07-13Merge pull request #50420 from KoBeWi/counter_headersRémi Verschelde
Add header theme type variations to labels
2021-07-13Merge pull request #50422 from Faless/js/4.x_memory_initial_32Rémi Verschelde
[HTML5] Raise default initial memory to 32 MiB.
2021-07-13Merge pull request #50418 from Calinou/fix-to-stop-word-casingRémi Verschelde
Fix casing of the "to" stop word in editor strings
2021-07-13[HTML5] Raise default initial memory to 32 MiB.Fabio Alessandrelli
The memory was resized in any case during start. Mitigate Chromium issue: https://bugs.chromium.org/p/v8/issues/detail?id=11863 Also fix a warning about SAFE_HEAP being a linker only flag.
2021-07-13Add header theme type variations to labelskobewi
2021-07-13Merge pull request #50381 from reduz/implement-disable-classesRémi Verschelde
Implement the ability to disable classes
2021-07-13Fix casing of the "to" stop word in editor stringsHugo Locurcio
This also fixes a C# documentation example that had one of its strings incorrectly converted.
2021-07-13Merge pull request #50169 from pycbouh/theme-type-variationsRémi Verschelde
2021-07-13Separate underscore from grapheme punctuation to enable doubleclick and ↵Leonardo Christino
caret jump over snakecase variables in editor
2021-07-13Implement the ability to disable classesreduz
* This PR adds the ability to disable classes when building. * For now it's only possible to do this via command like: `scons disable_classes=RayCast2D,Area3D` * Eventually, a proper UI will be implemented to create a build config file to do this at large scale, as well as detect what is used in the project.
2021-07-13Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @LightningAA, @thebestnom Thanks to all contributors and donors for making Godot possible!
2021-07-13i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 1c840a31a54de77e1a1b0c107a2fd8d8b09df755)
2021-07-13Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde
Improvements to Label's layout options
2021-07-13Merge pull request #50412 from timothyqiu/fastlz-decompressRémi Verschelde
2021-07-13Merge pull request #38078 from Faymoon/masterRémi Verschelde
2021-07-13Merge pull request #47667 from Calinou/assetlib-auto-install-promptRémi Verschelde
Automatically display the installer after downloading an asset
2021-07-13Merge pull request #48252 from Calinou/improve-2d-editor-zoomRémi Verschelde
2021-07-13Let thread func have optional parameterFaymoon
Fixes #38042.
2021-07-13Fix decompression with FastLZ when buffer size is less than 16 bytesHaoyu Qiu
2021-07-13Merge pull request #48375 from bowling-allie/discrete-carry-bugRémi Verschelde
2021-07-13Merge pull request #49291 from NoFr1ends/fix-49262Rémi Verschelde
String::format leave passed values untouched
2021-07-13Merge pull request #50135 from KoBeWi/🌲.update()Rémi Verschelde
Update Tree when modified
2021-07-13Merge pull request #50410 from timothyqiu/similar-msgRémi Verschelde
Merge similar editor strings
2021-07-13Merge pull request #50341 from goostengine/vcs-diff-min-sizeRémi Verschelde
Set minimum size for "Version Control" diff bottom panel
2021-07-13Merge pull request #50304 from timothyqiu/memfree-paramRémi Verschelde
Fix memfree parameter name
2021-07-13Merge pull request #50401 from Calinou/decal-add-node-configuration-warningsRémi Verschelde
Add node configuration warnings for the Decal node
2021-07-13Merge similar editor stringsHaoyu Qiu
2021-07-13Fix for ambiguous variant error during build on Debian 10(Buster) using clang v7joe
2021-07-13Add node configuration warnings for the Decal nodeHugo Locurcio
2021-07-12Use specialization constants in clustered rendererreduz
* Keep track of when projector, softshadow or directional sofshadow were enabled. * Enable them via specializaton constant where it makes sense. * Re-implements soft shadows. * Re-implements light projectors.
2021-07-13Add type variations to ThemeYuri Sizov
2021-07-12Merge pull request #50262 from nekomatata/convex-hull-simplificationRémi Verschelde
Options to clean/simplify convex hull generated from mesh