summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-07fix(gdscript): Infer type from preload constAntonio Dell'Annunziata
When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason. It is assumed that this only needs to be done, if the variant value is not valid to have any kind here. Solves #63715
2022-08-07Merge pull request #61893 from Calinou/light3d-add-shadow-opacityRémi Verschelde
Add a shadow opacity property to Light3D
2022-08-07Merge pull request #64028 from timothyqiu/input-event-boolRémi Verschelde
Use `%s` for bool value in vformat
2022-08-07Add a shadow opacity property to Light3DHugo Locurcio
This can be used to make shadows translucent for a specific light. The light distance fade system also uses this to smoothly fade the shadow when the light fade transition distance is greater than 0.
2022-08-07Merge pull request #64025 from kleonc/filesystem-dock-rename-crash-fixRémi Verschelde
`FileSystemDock` Fix crash when renaming a file in split mode
2022-08-07Merge pull request #64031 from Calinou/doc-httprequest-no-bold-refRémi Verschelde
Fix broken rST reference in HTTPClient documentation
2022-08-07Fix broken rST reference in HTTPClient documentationHugo Locurcio
References in reStructuredText cannot be located within bold/italic text. This caused the online class reference to have the `:ref:` text written as-is.
2022-08-07Use %s for bool value in vformatHaoyu Qiu
2022-08-07`FileSystemDock` Fix crash when renaming a file in split modekleonc
2022-08-06Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warningRémi Verschelde
2022-08-06Merge pull request #60567 from Geometror/make-unique-recursiveRémi Verschelde
2022-08-06Merge pull request #63361 from KoBeWi/floorf_lolRémi Verschelde
2022-08-06Merge pull request #60924 from KoBeWi/derpRémi Verschelde
2022-08-06Restore old lerp() behavior and add lerpf()kobewi
2022-08-06Add "Make Unique (Recursive)" to resource picker, simplify "Make Unique"Hendrik Brucker
2022-08-06Merge pull request #60843 from hoontee/CSG3Rémi Verschelde
Add `TorusMesh`
2022-08-06Merge pull request #63992 from qarmin/check_also_GLES3Rémi Verschelde
Test also GLES3 in CI
2022-08-06Check also GLES3 in CIRafał Mikrut
2022-08-06Merge pull request #63985 from raulsntos/convert-rpc-attribute-csharpRémi Verschelde
RPC improvements to the conversion tool
2022-08-06Add conversion for the RPC attributes in C#Raul Santos
2022-08-06Add conversion for `sync` and `slave` GDScript keywordsRaul Santos
2022-08-06Merge pull request #63712 from object71/fix-export-issuesRémi Verschelde
2022-08-06Merge pull request #63976 from aaronfranke/godots-own-comment-linesRémi Verschelde
2022-08-06Merge pull request #63977 from TomBCodes/masterRémi Verschelde
2022-08-06Merge pull request #63870 from Calinou/doc-editorsettingsRémi Verschelde
2022-08-06Merge pull request #62847 from RandomShaper/upgrade_spirv_reflectRémi Verschelde
spirv-reflect: Update to latest commit
2022-08-06Document editor settings in the class referenceHugo Locurcio
2022-08-06Merge pull request #63700 from YeldhamDev/no_methods_to_filter_palRémi Verschelde
Hide method filter bar when selecting a doc in the Script editor
2022-08-06Merge pull request #63698 from PrecisionRender/plane-operator-asteriskRémi Verschelde
Add operator `*` to `Plane`
2022-08-06Merge pull request #62787 from RandomShaper/vk_object_nameRémi Verschelde
Set default resource names under pure debug in Vulkan RD
2022-08-06Merge pull request #63704 from fire-forge/no-codeRémi Verschelde
Fix EditorPropertyMultilineText expression mode
2022-08-06Merge pull request #63762 from bruvzg/ft_warnRémi Verschelde
[TextServer] Add a build warning when building with external FreeType without Brotli support.
2022-08-06Merge pull request #63776 from fire-forge/shapecast2dRémi Verschelde
Add ShapeCast2D editor handle and improve debug drawing
2022-08-06Merge pull request #63859 from Rindbee/fix-hue-slider-incorrectly-rotatedRémi Verschelde
Fix Hue slider incorrectly rotated 90 degrees in ColorPicker
2022-08-06Merge pull request #63871 from bruvzg/ts_build_optionsRémi Verschelde
Add Text Server related options to the build profiles editor.
2022-08-06Merge pull request #63887 from qarmin/more_renamesRémi Verschelde
Various converter enhancements and bugfixes
2022-08-06Merge pull request #63958 from hakro/fix-control-animation-keysRémi Verschelde
Remove rect_ prefix from control properties when keyframing
2022-08-06Merge pull request #63962 from bruvzg/fix_elong_ligaRémi Verschelde
[Text Server] Prevent composite glyphs which incorporate kashida from being used for justification.
2022-08-05updated the String class with info about the 'allow_empty' optional argumentTom
2022-08-05Make "Godot source files" comment consistent in modulesAaron Franke
2022-08-05Merge pull request #63882 from RedMser/keep-screen-on-windowsRémi Verschelde
Implement `keep_screen_on` for Windows
2022-08-05Merge pull request #63953 from bruvzg/mac_keep_on_readRémi Verschelde
Implement `screen_is_kept_on` for macOS.
2022-08-05Merge pull request #63963 from ↵Rémi Verschelde
YuriSizov/editor-feature-profiles-like-it-dark-and-damp Rebuild the trees in the `EditorFeatureProfile` dialog when the editor theme changes
2022-08-05Merge pull request #63957 from YuriSizov/buttons-in-focusRémi Verschelde
Round icon position and size in buttons to make them look sharper
2022-08-05[Text Server] Prevent composite glyphs which incorporate kashida from being ↵bruvzg
used for justification. Update TextServer tests to clean up on fail.
2022-08-05Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ↵Yuri Sizov
changes
2022-08-05Remove rect_ prefix from control properties when keyframingHakim
2022-08-05Merge pull request #63951 from reduz/framebuffer-cacheClay John
Add a Framebuffer cache
2022-08-05Merge pull request #63923 from asmaloney/doc-annotation-return-typeRémi Verschelde
2022-08-05Round icon position and size in buttons to make them look sharperYuri Sizov