Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-31 | ThorVG: Sync with upstream 0.7.1 | Anilforextra | |
Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1 | |||
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 | 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. | |||
2022-01-29 | Merge pull request #57296 from emcguirk/bug-57253-fix-hint-label | Rémi Verschelde | |
2022-01-29 | Better handle infinite Tween loops | kobewi | |
2022-01-29 | Merge pull request #52557 from jmb462/rename_layers | Rémi Verschelde | |
2022-01-28 | Merge pull request #57330 from eikobear/master | Rémi Verschelde | |
2022-01-28 | Merge pull request #57365 from pycbouh/editor-icons-uniformity | Rémi Verschelde | |
2022-01-28 | Renaming layers from the inspector via a popup menu. | jmb462 | |
2022-01-28 | Merge pull request #56601 from Scony/fix-navigation-obstacle-errors | Rémi Verschelde | |
2022-01-28 | Merge pull request #57371 from Scony/fix-navigation-2d-defaults | Rémi Verschelde | |
2022-01-28 | Merge pull request #57368 from TokageItLab/fix-delta-for-animation-tree | Rémi Verschelde | |
2022-01-28 | Merge pull request #57326 from ↵ | Rémi Verschelde | |
Josephblt/material-preview-sphere-icon-has-wrong-inactive-modulation | |||
2022-01-28 | Make various improvements to OptionButton | eikobear | |
- Allow OptionButton selection to be set to -1 to signify no selection, both via API and in the editor. - Reset OptionButton selection to -1 when the selected item has been removed. - Fully convert PopupMenu to a zero-based ID system, which improves an inconsistency in generated IDs when making new items in the editor. | |||
2022-01-29 | Fix theme application in various curve editors | Yuri Sizov | |
2022-01-29 | Fix the breakpoint icon in CodeEdit | Yuri Sizov | |
2022-01-29 | Update icons and color conversion rules to simplify the palette | Yuri Sizov | |
2022-01-28 | Improve Navigation2D default settings, see #56852 | Pawel Lampe | |
This commit reduces `cell_size` and `edge_connection_margin` default values so that `Navigation2D` behaves more like in Godot <= `3.4` by default. | |||
2022-01-29 | Make AnimationTree delta argument force double in core | Silc 'Tokage' Renew | |
2022-01-28 | Merge pull request #57347 from Chaosus/vs_refactor_addop | Rémi Verschelde | |
2022-01-28 | Merge pull request #56933 from Chaosus/fix_shader_editor_theming | Rémi Verschelde | |
2022-01-28 | Merge pull request #57359 from madmiraal/fix-gles3_builder-typo | Rémi Verschelde | |
2022-01-28 | Merge pull request #57353 from KoBeWi/tween_stop() | Rémi Verschelde | |
2022-01-28 | Fix typo in gles3_builders.py | Marcel Admiraal | |
2022-01-28 | Merge pull request #57351 from akien-mga/tileset-get_tile_data-better-return | Rémi Verschelde | |
2022-01-28 | Merge pull request #57336 from bruvzg/win_con_redir | Rémi Verschelde | |
2022-01-28 | Fix not being able to stop() empty Tweens | kobewi | |
2022-01-28 | TileSetAtlasSource: Make `get_tile_data` return `TileData *` | Rémi Verschelde | |
This is now possible thanks to `Variant` changes. Also unbind some `_` prefixed methods which don't need to be exposed. | |||
2022-01-28 | Remove unnecessary transformations from editor icons | Yuri Sizov | |
2022-01-28 | Merge pull request #57344 from bruvzg/rtl_fix_tab_offset | Rémi Verschelde | |
2022-01-28 | Refactor AddOption in visual shader editor | Yuri Roubinsky | |
2022-01-28 | Fix RTL table offset, if indent is set. | bruvzg | |
2022-01-28 | Merge pull request #57248 from bruvzg/win_confined | Rémi Verschelde | |
2022-01-28 | Merge pull request #57116 from bruvzg/win_net_share | Rémi Verschelde | |
2022-01-28 | Merge pull request #57338 from bruvzg/rtl_fix_missing_line_sep2 | Rémi Verschelde | |
2022-01-28 | Merge pull request #57318 from TechnoPorg/fix-face-area-calculation | Rémi Verschelde | |
2022-01-28 | Fix MOUSE_MODE_CONFINED not updating area when full-screen is toggled or ↵ | bruvzg | |
current screen is changed. | |||
2022-01-28 | [RTL] Fix calculation of the last line height. | bruvzg | |
2022-01-28 | [Windows] Disable console I/O redirection, if it's already redirected to the ↵ | bruvzg | |
pipe or file. | |||
2022-01-27 | Fixes Hint label in 2D editor appearing at wrong position and pushes zoom ↵ | Eric McGuirk | |
controls | |||
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde | |
Allow method binds to take Object subclasses as arguments | |||
2022-01-27 | Fix to prevent icons from disappearing. | Wagner Scholl Lemos | |
2022-01-27 | Fix triangular area calculation | TechnoPorg | |
It's a triangle, so the area should be halved. Co-authored-by: Jeffrey Cochran <koenigcochran@gmail.com> | |||
2022-01-27 | Merge pull request #57307 from Calinou/doc-reflectionprobe-max-distance | Rémi Verschelde | |
2022-01-27 | Merge pull request #57310 from raulsntos/rename-subsequence | Rémi Verschelde | |
Rename C# `IsSubsequenceOfI` to `IsSubsequenceOfN` | |||
2022-01-27 | Merge pull request #57304 from bruvzg/fix_fit_content_height | Rémi Verschelde | |
2022-01-27 | Improve documentation for `ReflectionProbe.max_distance` property | Hugo Locurcio | |