Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Move placeholder color to theme item | Paulb23 | |
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-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 | 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. | |||
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 | |