Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-21 | Merge pull request #70395 from akien-mga/mbedtls-2.28.2 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.28.2 | |||
2022-12-21 | Merge pull request #70394 from akien-mga/libpng-1.6.39 | Rémi Verschelde | |
libpng: Update to upstream 1.6.39 | |||
2022-12-21 | Merge pull request #70404 from YuriSizov/theme-!important | Rémi Verschelde | |
Add fallback values for font and scale to the default theme | |||
2022-12-21 | Merge pull request #70410 from Maran23/4-x-search-result-theme-update | Rémi Verschelde | |
Rebuild search result tree when the theme is changed | |||
2022-12-21 | Merge pull request #70403 from rburing/fix_edge_map_capacity | Rémi Verschelde | |
Fix edge map capacity in convex hull computer | |||
2022-12-21 | Merge pull request #70360 from dustinsth/fix_import_dialog_text | Rémi Verschelde | |
Fix overlapping text in Advanced Import Settings action dialogs. | |||
2022-12-21 | Merge pull request #70261 from Maran23/4-x-editor-inspector-section-click | Rémi Verschelde | |
EditorInspectorSection is not (un)folded when clicking under the font | |||
2022-12-21 | Merge pull request #70215 from quentinguidee/refactor/get-owner-node-theme | Rémi Verschelde | |
ThemeOwner: Extract get_owner_node_theme | |||
2022-12-21 | Merge pull request #70355 from Chaosus/gds_fix_loops | Rémi Verschelde | |
Fix empty zero assigners for the variant types | |||
2022-12-21 | Merge pull request #69975 from YuriSizov/docs-area-nd-deserves-better | Rémi Verschelde | |
Improve signal documentation for Area2D/3D | |||
2022-12-21 | Merge pull request #70398 from Sauermann/fix-esc-input-focus | Rémi Verschelde | |
Fix closing project setting window with ESC while listening for input | |||
2022-12-21 | Merge pull request #70353 from twaritwaikar/remove-vsc-project-path | Rémi Verschelde | |
VCS: Remove `project_path` VCS property, let plugins decide | |||
2022-12-21 | Merge pull request #70208 from stmSi/fix-crash-compressing-empty-data | Rémi Verschelde | |
Fix crashed when compressing empty image data. | |||
2022-12-21 | Merge pull request #68894 from souplamp/editor-layout-save | Rémi Verschelde | |
Improve editor layout dialog with input context, window sizing based on editor scale | |||
2022-12-21 | Rebuild search result tree when the theme is changed | Marius Hanl | |
2022-12-21 | Add fallback values for font and scale to the default theme | Yuri Sizov | |
2022-12-21 | Fix edge map capacity in convex hull computer | Ricardo Buring | |
The desired capacity could be less than the default, so reserve would error. | |||
2022-12-21 | ThemeOwner: Extract get_owner_node_theme | Quentin Guidée | |
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com> | |||
2022-12-21 | Fix closing project setting window with ESC while listening for input | Markus Sauermann | |
This is done by disallowing ESC to be used for closing the window while the filter-LineEdit is focused. | |||
2022-12-21 | mbedtls: Update to upstream version 2.28.2 | Rémi Verschelde | |
2022-12-21 | libpng: Update to upstream 1.6.39 | Rémi Verschelde | |
2022-12-21 | Fix crashed when compressing empty image data. | stmSi | |
2022-12-21 | Merge pull request #70366 from ↵ | Rémi Verschelde | |
quentinguidee/refactoring/fix-double-get-singleton Fix double get_singleton() | |||
2022-12-21 | Merge pull request #70350 from Chaosus/stringname_operator | Rémi Verschelde | |
Add missing != operator to `StringName` | |||
2022-12-21 | Merge pull request #69351 from smix8/gridmap_item_navigation_layers_4.x | Rémi Verschelde | |
Change GridMap navigation_layers to per mesh_library item | |||
2022-12-21 | Merge pull request #70367 from Chaosus/astargrid_get_point_pos | Rémi Verschelde | |
Add `get_point_position` method to `AStarGrid2D` | |||
2022-12-21 | Merge pull request #70388 from ipforums/gignore-x86 | Rémi Verschelde | |
Do not ignore x86 source code directories anywhere under thirdparty d… | |||
2022-12-21 | Merge pull request #70372 from TokageItLab/fix-state-machine-connection-aborted | Rémi Verschelde | |
Fix AnimationStateMachine cannot connect nodes bug | |||
2022-12-21 | Merge pull request #70331 from anvilfolk/run-weird | Rémi Verschelde | |
Unify GDScriptAnalyzer in-editor and runtime autoload checks | |||
2022-12-21 | Merge pull request #70389 from bruvzg/unicode_stdio | Rémi Verschelde | |
Fix reading Unicode from stdio. | |||
2022-12-21 | Merge pull request #70374 from twaritwaikar/add-confirm-dialog-discard-changes | Rémi Verschelde | |
VCS: Add a stern confirmation dialog before discarding all changes | |||
2022-12-21 | Merge pull request #67922 from MrBlockers/asr-addstream-fixes | Rémi Verschelde | |
Add optional stream argument to AudioStreamRandomizer.add_stream | |||
2022-12-21 | Merge pull request #70381 from Maran23/4-x-theme-inspector-update | Rémi Verschelde | |
Queue inspector tree update when changing the theme | |||
2022-12-21 | Merge pull request #70317 from HolonProduction/svg_assets | Rémi Verschelde | |
Add support for svg images in the asset lib. | |||
2022-12-21 | Merge pull request #70357 from MarcusElg/audioimporthide | Rémi Verschelde | |
Disable properties that don't have an effect in the advanced audio im… | |||
2022-12-21 | Fix reading Unicode from stdio. | bruvzg | |
2022-12-21 | VCS: Remove method binds that are not being used in VersionControlEditorPlugin | Twarit Waikar | |
2022-12-20 | Do not ignore x86 source code directories anywhere under thirdparty directory | ipsoftdev | |
2022-12-21 | Queue inspector tree update when changing the theme. | Marius Hanl | |
2022-12-20 | Unify GDScriptAnalyzer in-editor and runtime autoload checks | ocean (they/them) | |
2022-12-20 | Add optional arguments to AudioStreamRandomizer | MrBlockers | |
Adds stream and weight parameters to add_stream. By default, weight is 1.0f. | |||
2022-12-21 | VCS: Add a stern confirmation dialog before discarding all changes | Twarit Waikar | |
2022-12-21 | Fix StateMachine cannot connect nodes bug | Silc Renew | |
2022-12-20 | Add `get_point_position` method to `AStarGrid2D` | Yuri Rubinsky | |
2022-12-20 | Change GridMap navigation_layers to be per mesh_library item | smix8 | |
Changes GridMap navigation_layers from a single bitmask for the entire GridMap to a bitmask for each item used in the mesh_library with a baked navmesh. | |||
2022-12-20 | Fix double get_singleton() | Quentin Guidée | |
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com> | |||
2022-12-20 | Fix overlapping text in Advanced Import Settings action dialogs. | dustinsth | |
2022-12-20 | Disable properties that don't have an effect in the advanced audio importer | Marcus Elg | |
2022-12-20 | Fix empty zero assigners for the variant types | Yuri Rubinsky | |
2022-12-20 | VCS: Remove `project_path` VCS property, let plugins decide | Twarit Waikar | |