Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-01 | Make visibility range alpha fade smoother | Hugo Locurcio | |
`smoothstep()` avoids the sudden transparency jump when entering or leaving an object's alpha fade margin distance. This in turn helps make opacity transitions less noticeable to the player, as it's less likely to catch the player's eye. | |||
2022-02-01 | Merge pull request #57525 from AnilBK/vector-use-clear-has | Rémi Verschelde | |
2022-02-01 | Merge pull request #57519 from Calinou/doc-rect2-has-no-area | Rémi Verschelde | |
Clarify documentation for Rect2/Rect2i's `has_no_area()` | |||
2022-02-02 | Vectors: Use clear() and has(). | Anilforextra | |
Use clear() instead of resize(0). Use has() instead of "find(p_val) != -1". | |||
2022-02-01 | Clarify documentation for Rect2/Rect2i's `has_no_area()` | Hugo Locurcio | |
2022-02-01 | Merge pull request #57497 from Geometror/fix-mouse-mode | Rémi Verschelde | |
2022-02-01 | Merge pull request #57358 from akien-mga/signal-bindings-object | Rémi Verschelde | |
2022-02-01 | Merge pull request #57355 from akien-mga/method-bindings-clearer-types | Rémi Verschelde | |
2022-02-01 | Merge pull request #57376 from Calinou/gradienttexture2d-clamp-size | Rémi Verschelde | |
2022-02-01 | Merge pull request #57375 from ↵ | Rémi Verschelde | |
Calinou/gradienttexture-curvetexture-decrease-default-size | |||
2022-02-01 | Merge pull request #57509 from akien-mga/windows-pck-embed-fpermissive | Rémi Verschelde | |
2022-02-01 | Windows: Fix GCC -fpermissive error with 'pck' section workaround | Rémi Verschelde | |
Follow-up to #57450. | |||
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 captured mouse mode | Hendrik Brucker | |
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 | |