| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | Fix "texture not initialized" error preventing video from playing | Lisandro Lorea | 2022-02-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #57153 | |||||
| * | | | | | | | | | | | | | | | Merge pull request #48156 from madmiraal/fix-46438 | Rémi Verschelde | 2022-02-02 | 2 | -24/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Fix `mouse_over` not dropped when mouse leaves window | |||||
| | * | | | | | | | | | | | | | | Fix mouse_over not dropped when mouse leaves window | Marcel Admiraal | 2022-02-01 | 2 | -24/+27 | |
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #57525 from AnilBK/vector-use-clear-has | Rémi Verschelde | 2022-02-01 | 36 | -64/+62 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Vectors: Use clear() and has(). | Anilforextra | 2022-02-02 | 36 | -64/+62 | |
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use clear() instead of resize(0). Use has() instead of "find(p_val) != -1". | |||||
| * | | | | | | | | | | | | | | Merge pull request #57519 from Calinou/doc-rect2-has-no-area | Rémi Verschelde | 2022-02-01 | 2 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | Clarify documentation for Rect2/Rect2i's `has_no_area()` | |||||
| | * | | | | | | | | | | | | | Clarify documentation for Rect2/Rect2i's `has_no_area()` | Hugo Locurcio | 2022-02-01 | 2 | -4/+6 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #57497 from Geometror/fix-mouse-mode | Rémi Verschelde | 2022-02-01 | 5 | -15/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fix captured mouse mode | Hendrik Brucker | 2022-02-01 | 5 | -15/+27 | |
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #57358 from akien-mga/signal-bindings-object | Rémi Verschelde | 2022-02-01 | 6 | -7/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Improve some signal bindings to use specific `Object` subtypes | Rémi Verschelde | 2022-01-28 | 6 | -7/+10 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #57355 from akien-mga/method-bindings-clearer-types | Rémi Verschelde | 2022-02-01 | 15 | -83/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Improve some method bindings to use specific `Object` subtypes | Rémi Verschelde | 2022-01-28 | 15 | -83/+54 | |
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer. | |||||
| * | | | | | | | | | | | | | | Merge pull request #57376 from Calinou/gradienttexture2d-clamp-size | Rémi Verschelde | 2022-02-01 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Clamp GradientTexture2D dimensions to 2048×2048 in the inspector | Hugo Locurcio | 2022-01-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Larger sizes take up a lot of memory for little visual benefit. They also take a while to initialize, which makes the inspector slow to refresh when the texture needs to be regenerated. | |||||
| * | | | | | | | | | | | | | | Merge pull request #57375 from ↵ | Rémi Verschelde | 2022-02-01 | 4 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/gradienttexture-curvetexture-decrease-default-size | |||||
| | * | | | | | | | | | | | | | Decrease the default GradientTexture and CurveTexture size | Hugo Locurcio | 2022-01-29 | 4 | -6/+6 | |
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides better usability when a GradientTexture or CurveTexture is added to a Control node. Visual appearance of most GradientTextures and CurveTextures will be unaffected. | |||||
| * | | | | | | | | | | | | | Merge pull request #57509 from akien-mga/windows-pck-embed-fpermissive | Rémi Verschelde | 2022-02-01 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Windows: Fix GCC -fpermissive error with 'pck' section workaround | Rémi Verschelde | 2022-02-01 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to #57450. | |||||
| * | | | | | | | | | | | | | Merge pull request #57505 from akien-mga/ci-scripts-fix-exclude-pattern | Rémi Verschelde | 2022-02-01 | 3 | -21/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | CI: Fix exclude patterns with `git ls-files` | Rémi Verschelde | 2022-02-01 | 3 | -21/+5 | |
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | | | | Merge pull request #57495 from Sauermann/fix-remove-layer-doc | Rémi Verschelde | 2022-02-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix TileMap remove_layer Description | |||||
| | * | | | | | | | | | | | | | Fix TileMap remove_layer description | Markus Sauermann | 2022-02-01 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #57469 from Sauermann/fix-rect2i-intersect | Rémi Verschelde | 2022-02-01 | 3 | -7/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Fix incorrect Rect2i calculations: intersects and encloses | Markus Sauermann | 2022-01-31 | 3 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify expand documentation | |||||
| * | | | | | | | | | | | | | | Merge pull request #57492 from Scony/fix-navigation-transforms | Rémi Verschelde | 2022-01-31 | 2 | -15/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Fix transforms involved into navmesh baking | Pawel Lampe | 2022-01-31 | 2 | -15/+10 | |
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | | | | | | | | | | | Merge pull request #56970 from YeldhamDev/rise_tabbar_rise | Rémi Verschelde | 2022-01-31 | 7 | -181/+465 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Bring `TabBar` to full parity with the `TabContainer` implementation. | Michael Alexsander | 2022-01-31 | 7 | -181/+465 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #57413 from fazil47/master | Rémi Verschelde | 2022-01-31 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Inspector retains content when detached and when docked | Fazil Babu | 2022-01-30 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #57435 from AnilBK/thorvg-0.7.1 | Rémi Verschelde | 2022-01-31 | 16 | -233/+198 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | ThorVG: Sync with upstream 0.7.1 | Anilforextra | 2022-01-31 | 16 | -233/+198 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1 | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #57405 from kleonc/texture_button_focus_only_logic_fix | Rémi Verschelde | 2022-01-31 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | TextureButton Fix logic for drawing only the focus texture | kleonc | 2022-01-29 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #57276 from ↵ | Rémi Verschelde | 2022-01-31 | 2 | -15/+74 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IgorKordiukiewicz/fix-auto-brace-complete-wrap-on-selection | |||||
| | * | | | | | | | | | | | | | | | | | With auto_brace_complete enabled, selected text now gets wrapped by braces | Igor Kordiukiewicz | 2022-01-30 | 2 | -15/+74 | |
| | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #57454 from rcorre/undo_skel | Rémi Verschelde | 2022-01-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Merge create_physical_skeleton undo entries. | Ryan Roden-Corrent | 2022-01-30 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #57447 from bruvzg/unicode_escape | Rémi Verschelde | 2022-01-31 | 4 | -12/+184 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Add support for the escaped UTF-16 and UTF-32 Unicode characters in the ↵ | bruvzg | 2022-01-30 | 4 | -12/+184 | |
| | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripts and expressions. | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #56548 from madmiraal/fix-53894 | Rémi Verschelde | 2022-01-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Set window to focused when created | Marcel Admiraal | 2022-01-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #57419 from orosmatthew/fix_ortho_lod | Rémi Verschelde | 2022-01-31 | 2 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Fix orthogonal camera auto LOD calculation | orosmatthew | 2022-01-30 | 2 | -0/+8 | |
| | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Do not take orthogonal camera's distance into account when calculating LOD. - Only take into account screen size taken up. | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #57367 from Chaosus/vs_derivative | Rémi Verschelde | 2022-01-31 | 6 | -191/+98 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | [VisualShader] Merge scalar and vector derivative functions into one | Yuri Roubinsky | 2022-01-28 | 6 | -191/+98 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #57482 from Faless/js/4.x_misc_fixes | Fabio Alessandrelli | 2022-01-31 | 2 | -21/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [HTML5] Fix Gamepad sampling, cleanup config code. | |||||
| | * | | | | | | | | | | | | | | | | | | [HTML5] Fix gamepad samples not being properly reset. | Fabio Alessandrelli | 2022-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | [HTML5] Better engine config parsing. | Fabio Alessandrelli | 2022-01-31 | 1 | -20/+21 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
