summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-01Merge pull request #57505 from akien-mga/ci-scripts-fix-exclude-patternRémi Verschelde
2022-02-01CI: Fix exclude patterns with `git ls-files`Rémi Verschelde
Follow-up to #55785. In `black_format.sh`, the `--exclude` switch was wrongly used. It's a misnomer that only excludes _untracked_ files, arcane pathspec patterns should instead be used to exclude _tracked_ files. Using this newfound knowledge, we can also simplify the other scripts.
2022-02-01Merge pull request #57495 from Sauermann/fix-remove-layer-docRémi Verschelde
Fix TileMap remove_layer Description
2022-02-01Fix TileMap remove_layer descriptionMarkus Sauermann
2022-02-01Merge pull request #57469 from Sauermann/fix-rect2i-intersectRémi Verschelde
2022-01-31Merge pull request #57492 from Scony/fix-navigation-transformsRémi Verschelde
2022-01-31Fix transforms involved into navmesh bakingPawel Lampe
Within the context of parsing navigation geometry, this commit: - added missing transform of `MultiMeshInstance` - changed all transforms to global ones so that they don't need to be calculated by hand
2022-01-31Merge pull request #56970 from YeldhamDev/rise_tabbar_riseRémi Verschelde
2022-01-31Merge pull request #57413 from fazil47/masterRémi Verschelde
2022-01-31Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander
2022-01-31Merge pull request #57435 from AnilBK/thorvg-0.7.1Rémi Verschelde
2022-01-31Fix incorrect Rect2i calculations: intersects and enclosesMarkus Sauermann
Clarify expand documentation
2022-01-31ThorVG: Sync with upstream 0.7.1Anilforextra
Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1
2022-01-31Merge pull request #57405 from kleonc/texture_button_focus_only_logic_fixRémi Verschelde
2022-01-31Merge pull request #57276 from ↵Rémi Verschelde
IgorKordiukiewicz/fix-auto-brace-complete-wrap-on-selection
2022-01-31Merge pull request #57454 from rcorre/undo_skelRémi Verschelde
2022-01-31Merge pull request #57447 from bruvzg/unicode_escapeRémi Verschelde
2022-01-31Merge pull request #56548 from madmiraal/fix-53894Rémi Verschelde
2022-01-31Merge pull request #57419 from orosmatthew/fix_ortho_lodRémi Verschelde
2022-01-31Merge pull request #57367 from Chaosus/vs_derivativeRémi Verschelde
2022-01-31Merge pull request #57482 from Faless/js/4.x_misc_fixesFabio Alessandrelli
[HTML5] Fix Gamepad sampling, cleanup config code.
2022-01-31[HTML5] Fix gamepad samples not being properly reset.Fabio Alessandrelli
2022-01-31[HTML5] Better engine config parsing.Fabio Alessandrelli
2022-01-31Merge pull request #57462 from mashumafi/master-fix-button-icon-alpha3Rémi Verschelde
Fix button icon_disabled_color alpha channel
2022-01-31Merge pull request #57456 from Paulb23/placeholder-colorRémi Verschelde
Move placeholder colour to theme item
2022-01-31Merge pull request #57481 from bruvzg/restore_snap_controls_to_pixelsRémi Verschelde
2022-01-31Revert "Fix control node transform animation jitter with pivot offset"bruvzg
This reverts commit dfb7d46a2aaf9bef2c7dd067e699e70291062fb6.
2022-01-31Merge pull request #57432 from Ev01/audiostreamgenerator-doc-link-fixRémi Verschelde
Fixed invalid link to tutorial in AudioStreamGenerator class reference
2022-01-31Merge pull request #57450 from Pineapple/master-ltcg-embed-pckRémi Verschelde
Prevent LTCG (MSVC LTO) from removing "pck" section
2022-01-31Fixes invalid links to tutorials in AudioStreamGenerator, ↵Ev01
AudioStreamGeneratorPlayback, and AudioEffectSpectrumAnalyzer class references
2022-01-30Fix button icon_color_disabled alpha channelmashumafi
2022-01-30Add support for the escaped UTF-16 and UTF-32 Unicode characters in the ↵bruvzg
scripts and expressions.
2022-01-30Move placeholder color to theme itemPaulb23
2022-01-30Merge create_physical_skeleton undo entries.Ryan Roden-Corrent
Pressing `ctrl+z` after clicking "Create Physical Skeleton" will now undo the creation of all physical bones by that operation. Previously undo would remove one bone at a time. Fixes https://github.com/godotengine/godot/issues/55351.
2022-01-30Fix orthogonal camera auto LOD calculationorosmatthew
- Do not take orthogonal camera's distance into account when calculating LOD. - Only take into account screen size taken up.
2022-01-30With auto_brace_complete enabled, selected text now gets wrapped by bracesIgor Kordiukiewicz
2022-01-30Prevent LTCG (MSVC LTO) from removing "pck" sectionBartłomiej T. Listwon
2022-01-30Merge pull request #57412 from Chaosus/fix_doc_panel_themingYuri Roubinsky
2022-01-30Fix theming of doc backgroundYuri Roubinsky
2022-01-30Inspector retains content when detached and when dockedFazil Babu
2022-01-29Merge pull request #57409 from Calinou/physics-run-on-thread-renameRémi Verschelde
Rename the physics server `run_on_thread` project settings
2022-01-29Rename the physics server `run_on_thread` project settingsHugo Locurcio
`run_on_separate_thread` is more explicit.
2022-01-29TextureButton Fix logic for drawing only the focus texturekleonc
2022-01-29Merge pull request #55785 from nathanfranke/clang-tidyRémi Verschelde
2022-01-29Merge pull request #57384 from madmiraal/vswhere-errorsIgnacio Roldán Etcheverry
Be more verbose about why msbuild tools could not be found
2022-01-29simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke
2022-01-29Merge pull request #57379 from Faless/net/4.x_ip_cache_fixesRémi Verschelde
[Net] Simplify IP resolution code, fix caching.
2022-01-29Be more verbose about why msbuild tools could not be foundMarcel Admiraal
2022-01-29Merge pull request #57372 from KoBeWi/tween_freeze()Rémi Verschelde
Better handle infinite Tween loops
2022-01-29[Net] Simplify IP resolution code, fix caching.Fabio Alessandrelli
First, we should not insert into cache if the hostname resolution has failed (as it might be a temporary internet issue), second, the async resolver should also properly insert into cache. Took the chance to remove some duplicate code with critical section in it at the cost of little performance when calling the blocking resolve_hostname function.