summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-21Merge pull request #70394 from akien-mga/libpng-1.6.39Rémi Verschelde
libpng: Update to upstream 1.6.39
2022-12-21Merge pull request #70404 from YuriSizov/theme-!importantRémi Verschelde
Add fallback values for font and scale to the default theme
2022-12-21Merge pull request #70410 from Maran23/4-x-search-result-theme-updateRémi Verschelde
Rebuild search result tree when the theme is changed
2022-12-21Merge pull request #70403 from rburing/fix_edge_map_capacityRémi Verschelde
Fix edge map capacity in convex hull computer
2022-12-21Merge pull request #70360 from dustinsth/fix_import_dialog_textRémi Verschelde
Fix overlapping text in Advanced Import Settings action dialogs.
2022-12-21Merge pull request #70261 from Maran23/4-x-editor-inspector-section-clickRémi Verschelde
EditorInspectorSection is not (un)folded when clicking under the font
2022-12-21Merge pull request #70215 from quentinguidee/refactor/get-owner-node-themeRémi Verschelde
ThemeOwner: Extract get_owner_node_theme
2022-12-21Merge pull request #70355 from Chaosus/gds_fix_loopsRémi Verschelde
Fix empty zero assigners for the variant types
2022-12-21Merge pull request #69975 from YuriSizov/docs-area-nd-deserves-betterRémi Verschelde
Improve signal documentation for Area2D/3D
2022-12-21Merge pull request #70398 from Sauermann/fix-esc-input-focusRémi Verschelde
Fix closing project setting window with ESC while listening for input
2022-12-21Merge pull request #70353 from twaritwaikar/remove-vsc-project-pathRémi Verschelde
VCS: Remove `project_path` VCS property, let plugins decide
2022-12-21Merge pull request #70208 from stmSi/fix-crash-compressing-empty-dataRémi Verschelde
Fix crashed when compressing empty image data.
2022-12-21Merge pull request #68894 from souplamp/editor-layout-saveRémi Verschelde
Improve editor layout dialog with input context, window sizing based on editor scale
2022-12-21Rebuild search result tree when the theme is changedMarius Hanl
2022-12-21Add fallback values for font and scale to the default themeYuri Sizov
2022-12-21Fix edge map capacity in convex hull computerRicardo Buring
The desired capacity could be less than the default, so reserve would error.
2022-12-21ThemeOwner: Extract get_owner_node_themeQuentin Guidée
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2022-12-21Fix closing project setting window with ESC while listening for inputMarkus Sauermann
This is done by disallowing ESC to be used for closing the window while the filter-LineEdit is focused.
2022-12-21libpng: Update to upstream 1.6.39Rémi Verschelde
2022-12-21Fix crashed when compressing empty image data.stmSi
2022-12-21Merge pull request #70366 from ↵Rémi Verschelde
quentinguidee/refactoring/fix-double-get-singleton Fix double get_singleton()
2022-12-21Merge pull request #70350 from Chaosus/stringname_operatorRémi Verschelde
Add missing != operator to `StringName`
2022-12-21Merge pull request #69351 from smix8/gridmap_item_navigation_layers_4.xRémi Verschelde
Change GridMap navigation_layers to per mesh_library item
2022-12-21Merge pull request #70367 from Chaosus/astargrid_get_point_posRémi Verschelde
Add `get_point_position` method to `AStarGrid2D`
2022-12-21Merge pull request #70388 from ipforums/gignore-x86Rémi Verschelde
Do not ignore x86 source code directories anywhere under thirdparty d…
2022-12-21Merge pull request #70372 from TokageItLab/fix-state-machine-connection-abortedRémi Verschelde
Fix AnimationStateMachine cannot connect nodes bug
2022-12-21Merge pull request #70331 from anvilfolk/run-weirdRémi Verschelde
Unify GDScriptAnalyzer in-editor and runtime autoload checks
2022-12-21Merge pull request #70389 from bruvzg/unicode_stdioRémi Verschelde
Fix reading Unicode from stdio.
2022-12-21Merge pull request #70374 from twaritwaikar/add-confirm-dialog-discard-changesRémi Verschelde
VCS: Add a stern confirmation dialog before discarding all changes
2022-12-21Merge pull request #67922 from MrBlockers/asr-addstream-fixesRémi Verschelde
Add optional stream argument to AudioStreamRandomizer.add_stream
2022-12-21Merge pull request #70381 from Maran23/4-x-theme-inspector-updateRémi Verschelde
Queue inspector tree update when changing the theme
2022-12-21Merge pull request #70317 from HolonProduction/svg_assetsRémi Verschelde
Add support for svg images in the asset lib.
2022-12-21Merge pull request #70357 from MarcusElg/audioimporthideRémi Verschelde
Disable properties that don't have an effect in the advanced audio im…
2022-12-21Fix reading Unicode from stdio.bruvzg
2022-12-21VCS: Remove method binds that are not being used in VersionControlEditorPluginTwarit Waikar
2022-12-20Do not ignore x86 source code directories anywhere under thirdparty directoryipsoftdev
2022-12-21Queue inspector tree update when changing the theme.Marius Hanl
2022-12-20Unify GDScriptAnalyzer in-editor and runtime autoload checksocean (they/them)
2022-12-20Add optional arguments to AudioStreamRandomizerMrBlockers
Adds stream and weight parameters to add_stream. By default, weight is 1.0f.
2022-12-21VCS: Add a stern confirmation dialog before discarding all changesTwarit Waikar
2022-12-21Fix StateMachine cannot connect nodes bugSilc Renew
2022-12-20Add `get_point_position` method to `AStarGrid2D`Yuri Rubinsky
2022-12-20Change GridMap navigation_layers to be per mesh_library itemsmix8
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-20Fix double get_singleton()Quentin Guidée
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
2022-12-20Fix overlapping text in Advanced Import Settings action dialogs.dustinsth
2022-12-20Disable properties that don't have an effect in the advanced audio importerMarcus Elg
2022-12-20Fix empty zero assigners for the variant typesYuri Rubinsky
2022-12-20VCS: Remove `project_path` VCS property, let plugins decideTwarit Waikar
2022-12-20Add support for svg images in the asset lib.HolonProduction
Pixel based image formats are identified by magic numbers. This is not possible with svg therefore svg parsing is tried and if it succeeded the result is used. WebP and bmp support is added as well. But I could not test it as I am not able to run a local instance of the asset lib and there is no asset using those formats.
2022-12-20Add missing != operator to `StringName`Yuri Rubinsky