summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2023-01-30Merge pull request #72208 from bruvzg/rtl_fix_thr_crashRémi Verschelde
[RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `WorkerThreadPool` instead of creating new threads.
2023-01-30Merge pull request #72383 from MewPurPur/correct-tween-errorsRémi Verschelde
Fix error messages for {}Tweener.new()
2023-01-30[RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use ↵bruvzg
`WorkerThreadPool` instead of creating new threads.
2023-01-30Fix error messages of {}Tweener.new()VolTer
2023-01-30Merge pull request #72388 from TokageItLab/transition-reset-eachRémi Verschelde
Allow the Reset option of NodeTransition to be set for each Input
2023-01-31Allow the Reset option of NodeTransition to be set for each InputSilc Renew
2023-01-30Allow seek() without assigned animation in AnimationPlayerSilc Renew
2023-01-30Merge pull request #72344 from smix8/default_navmap_on_demand_only_4.xRémi Verschelde
Create default World navigation maps on demand only
2023-01-30Merge pull request #71995 from Faless/net/4.x_tls_verifyRémi Verschelde
[NET] Refactor TLS configuration.
2023-01-30Merge pull request #72365 from groud/warn_ysort_tilemapRémi Verschelde
Warn when a TileMap layer is Y-sorted but not the TileMap node itself.
2023-01-30Warn when a TileMap layer is Y-sorted but not the TileMap node itself.Gilles Roudière
2023-01-30Merge pull request #71964 from bruvzg/mat_keyRémi Verschelde
Fix unsafe murmur3 hash use for the default material keys, expose alpha hash transparency mode for default materials and Label3D and Sprite3D.
2023-01-30Merge pull request #71657 from ↵Rémi Verschelde
m4gr3d/increase_scroll_bar_size_for_touchscreen_main Update the size of the scrollbar for the editor on touchscreen devices
2023-01-30Merge pull request #72326 from TokageItLab/unlimit-transitionRémi Verschelde
Remove the max input limit & cleanup `AnimationNodeTransition` API
2023-01-30Merge pull request #72115 from AThousandShips/clip_children_fixRémi Verschelde
Hide `clip_children` for some non-drawn CanvasItems
2023-01-30Merge pull request #66266 from Calinou/editor-description-fix-tooltip-updateRémi Verschelde
Fix Editor Description tooltip not changing until scene is reopened
2023-01-30Hide clip_children for non-drawn CanvasItemsNinni Pipping
2023-01-30Create default World navigation maps on demand onlysmix8
Changes that the default navigation maps of World resources are only created on first use.
2023-01-30Fix Editor Description tooltip not changing until scene is reopenedHugo Locurcio
You still need to select another node to see the tooltip updated first, but you no longer need to save and reopen the scene to view the updated tooltip.
2023-01-30Remove the max input limit & cleanup AnimationNodeTransition APISilc Renew
2023-01-29Improve stroke drawing on 2D collision shapesDanil Alexeev
2023-01-29Merge pull request #71896 from poohcom1/fix/autocomplete-substring-filterRémi Verschelde
Fix autocomplete filter not including substrings
2023-01-29Merge pull request #72178 from DarkMessiah/fix_graph_edit_minimap_connectionRémi Verschelde
Fix connections drawing in GraphEdit minimap
2023-01-29Fix AnimatedSprite play() don't redraw immediatelySilc Renew
2023-01-28Fix connections drawing in GraphEdit minimapStanislav Labzyuk
2023-01-28Merge pull request #72228 from DarkKilauea/nav-agent-callableRémi Verschelde
Use Callable for Navigation Agent callbacks
2023-01-28Merge pull request #72233 from TokageItLab/audio-blendingRémi Verschelde
Implement blending audio feature to AnimationTree
2023-01-28Merge pull request #72157 from Kabiirk/GPUParticles2D-collision-UI-FixRémi Verschelde
Fixing Inspector Property UI for GPUParticle2D collision_base_size [w.r.t Issue#71942]
2023-01-28Implement blending audio feature to AnimationTreeSilc Renew
2023-01-28[NET] Refactor TLS configuration.Fabio Alessandrelli
Use a TLSOptions configuration object which is created via static functions. - "TLSOptions.client": uses the standard CA and common name verification. - "TLSOptions.client_unsafe": uses optional CA verification (i.e. if specified) - "TLSOptions.server": is the standard server configuration (chain + key) This will allow us to expand the TLS configuration options to include e.g. mutual authentication without bloating the classes that uses StreamPeerTLS and PacketPeerDTLS as underlying peers.
2023-01-28Add a theme usability setting which updates the touch area of UI elements ↵Fredia Huya-Kouadio
(e.g: scrollbar) for the editor on touchscreen devices
2023-01-27Use Callable for Navigation Agent callbacksJosh Jones
2023-01-28Merge pull request #72174 from bitsawer/shader_include_fixesYuri Rubinsky
Close undefined Fix undefined
2023-01-27Merge pull request #72186 from groud/improve_tileset_3to4_conversionRémi Verschelde
Improve TileSet 3to4 conversion, avoiding some data loss
2023-01-27Merge pull request #71470 from YeldhamDev/window_fixesRémi Verschelde
Fix some small bugs in the `Window` node
2023-01-27Improve TileSet 3to4 conversion, avoiding some data lossGilles Roudière
2023-01-27Merge pull request #62123 from holgac/bugfix-62097Rémi Verschelde
Fix infinite loop in animation compress
2023-01-27Merge pull request #72173 from groud/warn_autotile_conversionRémi Verschelde
Warn that autotiles from 3.x cannot be converted automatically to 4.x
2023-01-27Merge pull request #72148 from ↵Rémi Verschelde
smix8/tileset_navigationlayers_bitmask_helpers_4.x Add TileSet helper functions to set/get navigation layer bitmask values
2023-01-27Merge pull request #72129 from groud/unclamp_texture_originRémi Verschelde
Rename texture_offset and unclamp it
2023-01-27Fix several shader preprocessor include issuesbitsawer
2023-01-27Warn that autotiles from 3.x cannot be converted automatically to 4.xGilles Roudière
2023-01-27Merge pull request #62499 from fire/gltf-binary-img-compressionRémi Verschelde
Handle gltf binary images
2023-01-27Add TileSet helper functions to set/get navigation layer valuessmix8
Adds helper functions to TileSet to set / get navigation layers bitmask values.
2023-01-27Rename texture_offset and unclamp itGilles Roudière
2023-01-27Handle gltf binaryK. S. Ernest (iFire) Lee
[ Ignore and Warn | Extract Textures (default) | Optimize Loading Embedded as Basisu ] Enable compressed mip maps from Basis Universal for faster compressions. Increase the quality of Basis to avoid corruption. To keep compatibility use the first mip of the previous internal Godot format. Because texture names may have invalid filename characters, adds String::validate_filename to sanitize filenames for import pipeline use.
2023-01-27Merge pull request #58334 from Sauermann/fix-to-gui-or-not-to-guiRémi Verschelde
Fix SubViewportContainer processing Events before other Control-Nodes
2023-01-27Merge pull request #72167 from dalexeev/line-text-edit-context-menuRémi Verschelde
Fix `LineEdit` and `TextEdit` context menus not customizable
2023-01-27Merge pull request #71907 from TokageItLab/change-animated-sprite-apiRémi Verschelde
Make `AnimatedSprite`'s playback API consistent with `AnimationPlayer`
2023-01-27Merge pull request #72149 from MinusKube/rich_text_visible_chars_bugRémi Verschelde
Fix char offset calculation when processing RichTextLabel line caches