summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-10Merge pull request #55797 from KoBeWi/internal_shenanigansRémi Verschelde
2021-12-10Merge pull request #55770 from Calinou/shader-rename-hint-anisoRémi Verschelde
2021-12-10Merge pull request #40547 from KoBeWi/directory_inspectoryRémi Verschelde
2021-12-10Fix wrong internal children usage in BoxContainerkobewi
2021-12-10Rename `hint_aniso` to `hint_anisotropy` in the shader languageHugo Locurcio
The word "anisotropy" is used in full form in BaseMaterial3D's anisotropy-related properties.
2021-12-10Improve Directory content navigationTomasz Chabora
2021-12-10Merge pull request #51235 from AnilBK/awkward-funcsRémi Verschelde
2021-12-10Merge pull request #55723 from rydergaming/get-colliding-body-vehiclewheelRémi Verschelde
VehicleWheel can now return the surface it's colliding with.
2021-12-10Merge pull request #55784 from cdemirer/fix-lookup-symbol-class-memberRémi Verschelde
Fix "Lookup Symbol" on global class members not switching to the class' script
2021-12-10Merge pull request #55623 from Chaosus/shader_refactor_const_suffixYuri Roubinsky
2021-12-10Refactor constant suffix parsing in a shaderYuri Roubinsky
2021-12-10VehicleWheel can now return the surface it's colliding with.Steve Szilágyi
Fixed PR issues. Update vehicle_body_3d.cpp Apply suggestions from code review Co-authored-by: Camille Mohr-Daurat <pouleyKetchoup@gmail.com>
2021-12-10Fix "Lookup Symbol" on global class memberscdemirer
"Lookup Symbol" on global class members now does switch to the relevant script.
2021-12-10i18n: Remove deleted translations from PO filesRémi Verschelde
Since we bundle the whole files in the editor binary, they actual impact the binary size needlessly. Automate it via `make merge`. (cherry picked from commit 6fb47a271fdb009c03fd328feaeccb22f612a90f)
2021-12-10i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit f4b3c3ff09a6324ce52f5211683444464a89e163)
2021-12-10i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit fd86272ca055cdf01ba48e8e9f043843ef540578)
2021-12-10Merge pull request #54002 from ↵Rémi Verschelde
Calinou/editor-anchor-icon-improve-accent-visibility
2021-12-10Merge pull request #55762 from nekomatata/body-motion-no-marginRémi Verschelde
2021-12-10Merge pull request #55756 from timothyqiu/html-spinnerRémi Verschelde
2021-12-10Merge pull request #55781 from akien-mga/sync-gamecontrollerdbRémi Verschelde
2021-12-10Sync controller mappings DB with SDL2 community repoRémi Verschelde
Synced with gabomdq/SDL_GameControllerDB@348cfa347f21825e922493e3d15ed1bb3836e6c4.
2021-12-10Merge pull request #53323 from xMakerx/patch-1Rémi Verschelde
2021-12-10Merge pull request #55263 from RPicster/ParticleMaterial-random-start-colorRémi Verschelde
2021-12-10Merge pull request #55704 from RandomShaper/fix_little_vk_mistakeRémi Verschelde
2021-12-10Merge pull request #55572 from aaronfranke/ci-doubleRémi Verschelde
2021-12-10Merge pull request #55739 from Paulb23/text-edit-base-performanceRémi Verschelde
2021-12-10Merge pull request #55763 from Chaosus/shader_hint_completionYuri Roubinsky
2021-12-10Merge pull request #43181 from nathanfranke/string-emptyRémi Verschelde
Replace String comparisons with "", String() to is_empty()
2021-12-10Added completion for uniform hints in a shaderYuri Roubinsky
2021-12-10Merge pull request #55766 from FelipeMatoba/masterRémi Verschelde
2021-12-09Merge pull request #55767 from m4gr3d/config_hand_tracking_frequency_masterRémi Verschelde
2021-12-09Merge pull request #55759 from m4gr3d/enable_exclude_from_recents_masterRémi Verschelde
2021-12-09Merge pull request #55737 from m4gr3d/add_min_target_sdk_configs_masterRémi Verschelde
2021-12-09Add support for configuring the xr hand tracking frequency modene0fhyk
2021-12-09Increased time delay on selection when opening a popupFelipeMatoba
2021-12-09Handle test body motion with 0 marginPouleyKetchoupp
Margin needs to have a high enough value for test body motion to work properly (separate using the margin, move without then gather rest info with the margin again). Fixes issues with test motion returning no collision in some cases with margin equal to 0.
2021-12-09Merge pull request #55714 from Geometror/fix-fog-spotlightRémi Verschelde
2021-12-09Enable configuration of the `android:excludeFromRecents` activity attribute.Fredia Huya-Kouadio
2021-12-09Add a double-precision editor build to CIAaron Franke
2021-12-09Center the indeterminate spinner on HTML5 pageHaoyu Qiu
2021-12-09Merge pull request #55700 from Razoric480/raz/lsp-extraneous-codeRémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings
2021-12-09Fixup last commit, change misleading CodeEditor for consistencyRémi Verschelde
2021-12-09Fix mid-air conflict between #55299 and #55692Rémi Verschelde
2021-12-09Merge pull request #55594 from Fro-Z/fix-html-file-dropFabio Alessandrelli
Fix files_dropped in HTML5 export mono builds.
2021-12-09Merge pull request #55299 from nathanfranke/renamesRémi Verschelde
2021-12-09Merge pull request #55748 from cptchuckles/fix-sprite-validate-propertyRémi Verschelde
2021-12-09Merge pull request #49473 from cptchuckles/fix-auto-reload-scriptsRémi Verschelde
2021-12-09Merge pull request #55692 from Chaosus/material_editor_canvas_item_modeRémi Verschelde
2021-12-09Merge pull request #55745 from KoBeWi/commit_farmingYuri Roubinsky