summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* i18n: Remove line numbers from classref PO filesRémi Verschelde2021-12-2139-443230/+442471
| | | | | | | | | | | It's useful context for translators but it generates very spammy diffs whenever a line is added or removed, changing the comments for hundreds or thousands of msgids needlessly. We still have the file names so it's relatively easy to search in file to find the location of the source string. (cherry picked from commit dbfe36728ed32ee93bd200678534733c89dc3150)
* i18n: Sync editor translations with WeblateRémi Verschelde2021-12-214-224/+219
| | | | (cherry picked from commit 0fe94ee6e55e1231df5e80c20e58e7f2d73adde8)
* Merge pull request #55761 from KoBeWi/alt_hackRémi Verschelde2021-12-214-12/+49
|\
| * Add drag and drop for NodePathskobewi2021-12-094-12/+49
| |
* | Merge pull request #56119 from timothyqiu/make-rstRémi Verschelde2021-12-211-4/+31
|\ \
| * | Update `make_rst.py` for non-latin textsHaoyu Qiu2021-12-211-4/+31
| | |
* | | Merge pull request #56028 from ↵Rémi Verschelde2021-12-211-4/+1
|\ \ \ | | | | | | | | | | | | madmiraal/revert-55978-fix-switch-controller-event-spam
| * | | Revert "Fixed event spam when using the Nintendo Switch controller"Marcel Admiraal2021-12-171-4/+1
| | | |
* | | | Merge pull request #55823 from KoBeWi/optional_buttonRémi Verschelde2021-12-213-47/+74
|\ \ \ \
| * | | | Implement property array for OptionButtonkobewi2021-12-213-47/+74
| | |/ / | |/| |
* | | | Merge pull request #56102 from jmb462/fix-wrong-gradientedit-colorpicker-shapeRémi Verschelde2021-12-213-0/+8
|\ \ \ \
| * | | | Fix wrong ColorPicker shape with GradientEditjmb4622021-12-203-0/+8
| |/ / /
* | | | Merge pull request #56111 from kleonc/editor-atlas-packer-zero-height-fixRémi Verschelde2021-12-211-2/+2
|\ \ \ \
| * | | | EditorAtlasPacker Fix incorrectly deducing zero height in some caseskleonc2021-12-201-2/+2
| |/ / /
* | | | Merge pull request #56106 from Calinou/print-fps-vsync-modeRémi Verschelde2021-12-211-0/+18
|\ \ \ \
| * | | | Print requested V-Sync mode when Print Fps is enabledHugo Locurcio2021-12-201-0/+18
| |/ / / | | | | | | | | | | | | | | | | This can be used to diagnose why the printed FPS is locked to the monitor refresh rate.
* | | | Merge pull request #56105 from zaevi/fix_tooltip_trRémi Verschelde2021-12-211-1/+1
|\ \ \ \
| * | | | Fix BaseButton's localization for tooltip with shortcutZae2021-12-211-1/+1
| |/ / /
* | | | Merge pull request #56098 from Faless/mbedtls/2.16.12Rémi Verschelde2021-12-2165-881/+1080
|\ \ \ \ | |/ / / |/| | |
| * | | Bump mbedtls to 2.16.12Fabio Alessandrelli2021-12-2065-881/+1080
|/ / / | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Re-apply padlock and uwp patches. NOTE: We could replace our padloack patch with mbedtls 3452.
* | | Merge pull request #56048 from Faless/headless/os_featuresRémi Verschelde2021-12-201-1/+3
|\ \ \
| * | | [Headless] Workaround texture load failure.Fabio Alessandrelli2021-12-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some assets are loaded based on OS/server feature detection, namely textures (but potentially others). The ResourceImporter will fail to load a texture if the OS reports not supporting it. The OS, in turn, checks texture format support via the RenderingServer. This commit makes the dummy rasterizer report known texture formats as supported (although unused), so that scenes can be correctly loaded when they include references to imported textures.
* | | | Merge pull request #56039 from Rubonnek/update-detect-prime-formatting-masterRémi Verschelde2021-12-201-4/+7
|\ \ \ \
| * | | | Sync detect_prime_x11.cpp formatting changes from 3.x branchWilson E. Alvarez2021-12-171-4/+7
| | | | |
* | | | | Merge pull request #56071 from great90/masterRémi Verschelde2021-12-201-8/+8
|\ \ \ \ \
| * | | | | Fix variable name 'max_size' to 'min_size' in aabbgreat902021-12-191-8/+8
|/ / / / /
* | | | | Merge pull request #55918 from BastiaanOlij/fix_win_opengl_destroy_crashRémi Verschelde2021-12-187-78/+73
|\ \ \ \ \ | | | | | | | | | | | | Fix incorrect destroy of OpenGL driver if using Vulkan on Windows
| * | | | | Fix initialising of gl_manager and checking gl_manager and context_vulkan ↵Bastiaan Olij2021-12-187-78/+73
| |/ / / / | | | | | | | | | | | | | | | preventing crash issues.
* | | | | Merge pull request #56046 from timothyqiu/map-patternRémi Verschelde2021-12-181-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Fix crash when executing `TileMap.map_pattern`
| * | | | Fix crash when executing `TileMap.map_pattern`Haoyu Qiu2021-12-181-0/+1
| |/ / / | | | | | | | | | | | | Validates the input reference.
* | | | Merge pull request #56041 from Zylann/null_checks2Rémi Verschelde2021-12-181-0/+1
|\ \ \ \ | |/ / / |/| | | Fix crash if font fails loading when generating a preview
| * | | Fix crash if font fails loading when generating a previewMarc Gilleron2021-12-181-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Historical crash log: ERROR: No loader found for resource: res://addons/gdquest.mannequin/assets/theme/fonts/montserrat/Montserrat-Medium.ttf. at: (core\io\resource_loader.cpp:213) ERROR: res://addons/gdquest.mannequin/assets/theme/fonts/default_font.tres:8 - Parse Error: [ext_resource] referenced non-loaded resource at: res://addons/gdquest.mannequin/assets/theme/fonts/montserrat/Montserrat-Medium.ttf at: ResourceLoaderText::_parse_ext_resource (scene\resources\resource_format_text.cpp:170) ERROR: res://addons/gdquest.mannequin/assets/theme/fonts/default_font.tres:8 - Parse Error: [ext_resource] referenced non-loaded resource at: res://addons/gdquest.mannequin/assets/theme/fonts/montserrat/Montserrat-Medium.ttf at: ResourceLoaderText::load (scene\resources\resource_format_text.cpp:649) ERROR: Failed loading resource: res://addons/gdquest.mannequin/assets/theme/fonts/default_font.tres. Make sure resources have been imported by opening the project in the editor at least once. at: (core\io\resource_loader.cpp:206)
* | | Merge pull request #52170 from Ansraer/2d-scale-factorRémi Verschelde2021-12-174-3/+28
|\ \ \
| * | | add 2d scale factor propertyAnsraer2021-12-174-3/+28
| |/ /
* | | Merge pull request #55976 from timothyqiu/font-preview-fgRémi Verschelde2021-12-175-2/+16
|\ \ \
| * | | Fix font preview text color on light backgroundHaoyu Qiu2021-12-185-2/+16
| |/ /
* | | Merge pull request #56023 from Zylann/null_checksRémi Verschelde2021-12-171-0/+6
|\ \ \ | |/ / |/| |
| * | Don't crash when texture param is nullMarc Gilleron2021-12-171-0/+6
|/ /
* | Update AUTHORS and DONORS listRémi Verschelde2021-12-173-44/+60
| | | | | | | | | | | | | | New contributors added to AUTHORS: @Gallilus, @Listwon, @zaevi Thanks to all contributors and donors for making Godot possible!
* | Sync controller mappings DB with SDL2 community repoRémi Verschelde2021-12-171-2/+2
| | | | | | | | Synced with gabomdq/SDL_GameControllerDB@265b43b7895bc5cd5eaf498414e9c62b5152b0fb.
* | Merge pull request #55966 from bruvzg/wt💩4Rémi Verschelde2021-12-163-3/+18
|\ \
| * | [Windows] Detect new Windows Terminal and disable unsupported ↵bruvzg2021-12-153-3/+18
| | | | | | | | | | | | set_console_visible code.
* | | Merge pull request #55980 from slouken/fix-xinput-detectionRémi Verschelde2021-12-161-2/+4
|\ \ \ | | | | | | | | Fixed detecting the Valve Streaming Gamepad
| * | | Fixed detecting the Valve Streaming GamepadSam Lantinga2021-12-161-2/+4
| | | | | | | | | | | | | | | | Fixed the GUID, and compare the contents of the GUID, not just the pointers
* | | | Merge pull request #55978 from slouken/fix-switch-controller-event-spamRémi Verschelde2021-12-161-1/+4
|\ \ \ \ | | | | | | | | | | Fixed event spam when using the Nintendo Switch controller
| * | | | Fixed event spam when using the Nintendo Switch controllerSam Lantinga2021-12-161-1/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | There is no filtering on the Nintendo Switch Pro controller thumbstick, so there will frequently be events with very slight change. These are turned into "not pressed" events, which cancel "pressed" events from keys and buttons. This change filters out up to 5% jitter, but it might be worth revisiting whether "not pressed" events should cancel "pressed" events.
* | | | i18n: Sync classref translations with current `3.4` docsRémi Verschelde2021-12-1638-8467/+9112
| | | | | | | | | | | | | | | | (cherry picked from commit f8b4412b51dadcc262d90a1158efad79f6f55f0b)
* | | | Merge pull request #55165 from Calinou/doc-gui-theme-item-focus-transparentRémi Verschelde2021-12-1612-12/+12
|\ \ \ \
| * | | | Document that transparent StyleBoxes/textures should be used for UI focusHugo Locurcio2021-12-1512-12/+12
| | |/ / | |/| |
* | | | i18n: Sync classref translations with WeblateRémi Verschelde2021-12-167-1609/+71252
| | | | | | | | | | | | | | | | (cherry picked from commit 9f838dbece20fb3eb53c6b57c4c1efb8361ea43c)