Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-31 | Merge pull request #72449 from lyuma/override_pose_cleanup | Rémi Verschelde | |
BoneAttachment3D: Remove duplicate override_pose | |||
2023-01-31 | Force update AnimationTree player cache when AnimationPlayer changes. | SaracenOne | |
2023-01-31 | BoneAttachment3D: Remove duplicate override_pose | Lyuma | |
Also removes unused override_mode property since we removed the local pose override feature in #71137. Fixes #72407 | |||
2023-01-31 | Merge pull request #62737 from kidrigger/gdext_videodecoder | Rémi Verschelde | |
Updates VideoDecoder plugin API to GDExt. | |||
2023-01-31 | Merge pull request #69248 from vonagam/fixing-typed-arrays | Rémi Verschelde | |
GDScript: Fix typed arrays | |||
2023-01-31 | GDScript: Fix issues with typed arrays | Dmitrii Maganov | |
2023-01-31 | Merge pull request #72441 from bruvzg/lbl3d_aaa | Rémi Verschelde | |
[Sprite3D/Label3D] Expose alpha antialiasing properties. | |||
2023-01-31 | Merge pull request #72437 from lyuma/lightmap_custom_uv | Rémi Verschelde | |
Implement custom uvs for Static Lightmap imported gltf | |||
2023-01-31 | Merge pull request #72357 from aaronfranke/area-gravity-unit-dist | Rémi Verschelde | |
Replace Area gravity point distance scale with unit distance | |||
2023-01-31 | [Sprite3D/Label3D] Expose alpha antialiasing properties. | bruvzg | |
2023-01-30 | Implement custom uvs for Static Lightmap imported gltf | Lyuma | |
2023-01-30 | Updates VideoDecoder plugin API to GDExtension. | anish bhobe | |
Adds VideoStream and relevant resource loaders to migrate external GDNative plugins to GDExtension. Adds a VideoStreamLoader as a specialization of ResourceFormatLoader as ClassDB::is_parent_class is inaccessible from GDExtension currently. Using Object* instead of Ref<T> in order to avoid the refcount bug (godotengine/godot-cpp#652) Also another bug is in ResourceLoader in use on the extension side that requires fixing. | |||
2023-01-30 | Merge pull request #72208 from bruvzg/rtl_fix_thr_crash | Rémi Verschelde | |
[RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `WorkerThreadPool` instead of creating new threads. | |||
2023-01-30 | Merge pull request #72383 from MewPurPur/correct-tween-errors | Ré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-30 | Fix error messages of {}Tweener.new() | VolTer | |
2023-01-30 | Merge pull request #72388 from TokageItLab/transition-reset-each | Rémi Verschelde | |
Allow the Reset option of NodeTransition to be set for each Input | |||
2023-01-31 | Allow the Reset option of NodeTransition to be set for each Input | Silc Renew | |
2023-01-30 | Allow seek() without assigned animation in AnimationPlayer | Silc Renew | |
2023-01-30 | Merge pull request #72344 from smix8/default_navmap_on_demand_only_4.x | Rémi Verschelde | |
Create default World navigation maps on demand only | |||
2023-01-30 | Merge pull request #71995 from Faless/net/4.x_tls_verify | Rémi Verschelde | |
[NET] Refactor TLS configuration. | |||
2023-01-30 | Merge pull request #72365 from groud/warn_ysort_tilemap | Rémi Verschelde | |
Warn when a TileMap layer is Y-sorted but not the TileMap node itself. | |||
2023-01-30 | Warn when a TileMap layer is Y-sorted but not the TileMap node itself. | Gilles Roudière | |
2023-01-30 | Merge pull request #71964 from bruvzg/mat_key | Ré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-30 | Merge 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-30 | Merge pull request #72326 from TokageItLab/unlimit-transition | Rémi Verschelde | |
Remove the max input limit & cleanup `AnimationNodeTransition` API | |||
2023-01-30 | Merge pull request #72115 from AThousandShips/clip_children_fix | Rémi Verschelde | |
Hide `clip_children` for some non-drawn CanvasItems | |||
2023-01-30 | Merge pull request #66266 from Calinou/editor-description-fix-tooltip-update | Rémi Verschelde | |
Fix Editor Description tooltip not changing until scene is reopened | |||
2023-01-30 | Hide clip_children for non-drawn CanvasItems | Ninni Pipping | |
2023-01-29 | Replace Area gravity point distance scale with unit distance | Aaron Franke | |
2023-01-30 | Create default World navigation maps on demand only | smix8 | |
Changes that the default navigation maps of World resources are only created on first use. | |||
2023-01-30 | Fix Editor Description tooltip not changing until scene is reopened | Hugo 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-30 | Remove the max input limit & cleanup AnimationNodeTransition API | Silc Renew | |
2023-01-29 | Improve stroke drawing on 2D collision shapes | Danil Alexeev | |
2023-01-29 | Merge pull request #71896 from poohcom1/fix/autocomplete-substring-filter | Rémi Verschelde | |
Fix autocomplete filter not including substrings | |||
2023-01-29 | Merge pull request #72178 from DarkMessiah/fix_graph_edit_minimap_connection | Rémi Verschelde | |
Fix connections drawing in GraphEdit minimap | |||
2023-01-29 | Fix AnimatedSprite play() don't redraw immediately | Silc Renew | |
2023-01-28 | Fix connections drawing in GraphEdit minimap | Stanislav Labzyuk | |
2023-01-28 | Merge pull request #72228 from DarkKilauea/nav-agent-callable | Rémi Verschelde | |
Use Callable for Navigation Agent callbacks | |||
2023-01-28 | Merge pull request #72233 from TokageItLab/audio-blending | Rémi Verschelde | |
Implement blending audio feature to AnimationTree | |||
2023-01-28 | Merge pull request #72157 from Kabiirk/GPUParticles2D-collision-UI-Fix | Rémi Verschelde | |
Fixing Inspector Property UI for GPUParticle2D collision_base_size [w.r.t Issue#71942] | |||
2023-01-28 | Implement blending audio feature to AnimationTree | Silc 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-28 | Add 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-27 | Use Callable for Navigation Agent callbacks | Josh Jones | |
2023-01-28 | Merge pull request #72174 from bitsawer/shader_include_fixes | Yuri Rubinsky | |
Close undefined Fix undefined | |||
2023-01-27 | Merge pull request #72186 from groud/improve_tileset_3to4_conversion | Rémi Verschelde | |
Improve TileSet 3to4 conversion, avoiding some data loss | |||
2023-01-27 | Merge pull request #71470 from YeldhamDev/window_fixes | Rémi Verschelde | |
Fix some small bugs in the `Window` node | |||
2023-01-27 | Improve TileSet 3to4 conversion, avoiding some data loss | Gilles Roudière | |
2023-01-27 | Merge pull request #62123 from holgac/bugfix-62097 | Rémi Verschelde | |
Fix infinite loop in animation compress |