Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-01 | Merge pull request #57505 from akien-mga/ci-scripts-fix-exclude-pattern | Rémi Verschelde | |
2022-02-01 | CI: 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-01 | Merge pull request #57495 from Sauermann/fix-remove-layer-doc | Rémi Verschelde | |
Fix TileMap remove_layer Description | |||
2022-02-01 | Fix TileMap remove_layer description | Markus Sauermann | |
2022-02-01 | Merge pull request #57469 from Sauermann/fix-rect2i-intersect | Rémi Verschelde | |
2022-01-31 | Merge pull request #57492 from Scony/fix-navigation-transforms | Rémi Verschelde | |
2022-01-31 | Fix transforms involved into navmesh baking | Pawel 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-31 | Merge pull request #56970 from YeldhamDev/rise_tabbar_rise | Rémi Verschelde | |
2022-01-31 | Merge pull request #57413 from fazil47/master | Rémi Verschelde | |
2022-01-31 | Bring `TabBar` to full parity with the `TabContainer` implementation. | Michael Alexsander | |
2022-01-31 | Merge pull request #57435 from AnilBK/thorvg-0.7.1 | Rémi Verschelde | |
2022-01-31 | Fix incorrect Rect2i calculations: intersects and encloses | Markus Sauermann | |
Clarify expand documentation | |||
2022-01-31 | ThorVG: Sync with upstream 0.7.1 | Anilforextra | |
Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1 | |||
2022-01-31 | Merge pull request #57405 from kleonc/texture_button_focus_only_logic_fix | Rémi Verschelde | |
2022-01-31 | Merge pull request #57276 from ↵ | Rémi Verschelde | |
IgorKordiukiewicz/fix-auto-brace-complete-wrap-on-selection | |||
2022-01-31 | Merge pull request #57454 from rcorre/undo_skel | Rémi Verschelde | |
2022-01-31 | Merge pull request #57447 from bruvzg/unicode_escape | Rémi Verschelde | |
2022-01-31 | Merge pull request #56548 from madmiraal/fix-53894 | Rémi Verschelde | |
2022-01-31 | Merge pull request #57419 from orosmatthew/fix_ortho_lod | Rémi Verschelde | |
2022-01-31 | Merge pull request #57367 from Chaosus/vs_derivative | Rémi Verschelde | |
2022-01-31 | Merge pull request #57482 from Faless/js/4.x_misc_fixes | Fabio 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-31 | Merge pull request #57462 from mashumafi/master-fix-button-icon-alpha3 | Rémi Verschelde | |
Fix button icon_disabled_color alpha channel | |||
2022-01-31 | Merge pull request #57456 from Paulb23/placeholder-color | Rémi Verschelde | |
Move placeholder colour to theme item | |||
2022-01-31 | Merge pull request #57481 from bruvzg/restore_snap_controls_to_pixels | Rémi Verschelde | |
2022-01-31 | Revert "Fix control node transform animation jitter with pivot offset" | bruvzg | |
This reverts commit dfb7d46a2aaf9bef2c7dd067e699e70291062fb6. | |||
2022-01-31 | Merge pull request #57432 from Ev01/audiostreamgenerator-doc-link-fix | Rémi Verschelde | |
Fixed invalid link to tutorial in AudioStreamGenerator class reference | |||
2022-01-31 | Merge pull request #57450 from Pineapple/master-ltcg-embed-pck | Rémi Verschelde | |
Prevent LTCG (MSVC LTO) from removing "pck" section | |||
2022-01-31 | Fixes invalid links to tutorials in AudioStreamGenerator, ↵ | Ev01 | |
AudioStreamGeneratorPlayback, and AudioEffectSpectrumAnalyzer class references | |||
2022-01-30 | Fix button icon_color_disabled alpha channel | mashumafi | |
2022-01-30 | Add support for the escaped UTF-16 and UTF-32 Unicode characters in the ↵ | bruvzg | |
scripts and expressions. | |||
2022-01-30 | Move placeholder color to theme item | Paulb23 | |
2022-01-30 | Merge 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-30 | Fix orthogonal camera auto LOD calculation | orosmatthew | |
- Do not take orthogonal camera's distance into account when calculating LOD. - Only take into account screen size taken up. | |||
2022-01-30 | With auto_brace_complete enabled, selected text now gets wrapped by braces | Igor Kordiukiewicz | |
2022-01-30 | Prevent LTCG (MSVC LTO) from removing "pck" section | Bartłomiej T. Listwon | |
2022-01-30 | Merge pull request #57412 from Chaosus/fix_doc_panel_theming | Yuri Roubinsky | |
2022-01-30 | Fix theming of doc background | Yuri Roubinsky | |
2022-01-30 | Inspector retains content when detached and when docked | Fazil Babu | |
2022-01-29 | Merge pull request #57409 from Calinou/physics-run-on-thread-rename | Rémi Verschelde | |
Rename the physics server `run_on_thread` project settings | |||
2022-01-29 | Rename the physics server `run_on_thread` project settings | Hugo Locurcio | |
`run_on_separate_thread` is more explicit. | |||
2022-01-29 | TextureButton Fix logic for drawing only the focus texture | kleonc | |
2022-01-29 | Merge pull request #55785 from nathanfranke/clang-tidy | Rémi Verschelde | |
2022-01-29 | Merge pull request #57384 from madmiraal/vswhere-errors | Ignacio Roldán Etcheverry | |
Be more verbose about why msbuild tools could not be found | |||
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | |
2022-01-29 | Merge pull request #57379 from Faless/net/4.x_ip_cache_fixes | Rémi Verschelde | |
[Net] Simplify IP resolution code, fix caching. | |||
2022-01-29 | Be more verbose about why msbuild tools could not be found | Marcel Admiraal | |
2022-01-29 | Merge 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. |