Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2023-01-27 | Merge pull request #72173 from groud/warn_autotile_conversion | Rémi Verschelde | |
Warn that autotiles from 3.x cannot be converted automatically to 4.x | |||
2023-01-27 | Merge 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-27 | Merge pull request #72129 from groud/unclamp_texture_origin | Rémi Verschelde | |
Rename texture_offset and unclamp it | |||
2023-01-27 | Fix several shader preprocessor include issues | bitsawer | |
2023-01-27 | Warn that autotiles from 3.x cannot be converted automatically to 4.x | Gilles Roudière | |
2023-01-27 | Merge pull request #62499 from fire/gltf-binary-img-compression | Rémi Verschelde | |
Handle gltf binary images | |||
2023-01-27 | Add TileSet helper functions to set/get navigation layer values | smix8 | |
Adds helper functions to TileSet to set / get navigation layers bitmask values. | |||
2023-01-27 | Rename texture_offset and unclamp it | Gilles Roudière | |
2023-01-27 | Handle gltf binary | K. 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-27 | Merge pull request #58334 from Sauermann/fix-to-gui-or-not-to-gui | Rémi Verschelde | |
Fix SubViewportContainer processing Events before other Control-Nodes | |||
2023-01-27 | Merge pull request #72167 from dalexeev/line-text-edit-context-menu | Rémi Verschelde | |
Fix `LineEdit` and `TextEdit` context menus not customizable | |||
2023-01-27 | Merge pull request #71907 from TokageItLab/change-animated-sprite-api | Rémi Verschelde | |
Make `AnimatedSprite`'s playback API consistent with `AnimationPlayer` | |||
2023-01-27 | Merge pull request #72149 from MinusKube/rich_text_visible_chars_bug | Rémi Verschelde | |
Fix char offset calculation when processing RichTextLabel line caches | |||
2023-01-27 | Fix AnimationTree MethodTrack discards all process | Silc Renew | |
2023-01-27 | Fix `LineEdit` and `TextEdit` context menus not customizable | Danil Alexeev | |
2023-01-27 | Fixing Inspector Property UI for GPUParticle2D collision_base_size[Issue#71942] | Kabiir | |
2023-01-27 | Fix char offset calculation when processing RichTextLabel line caches | MinusKube | |
2023-01-27 | Merge pull request #71427 from ↵ | Rémi Verschelde | |
Calinou/spinbox-custom-arrow-step-add-property-hint Add a property hint for SpinBox's `custom_arrow_step` property | |||
2023-01-26 | Don't change region_rect when setting texture | kobewi | |
2023-01-26 | Merge pull request #72124 from YuriSizov/gui-stylebox-texture-is-just-stylebox | Rémi Verschelde | |
Remove size restrictions from `StyleBoxTexture` | |||
2023-01-26 | Merge pull request #69689 from smix8/navagent_rename_location_4.x | Rémi Verschelde | |
Rename Navigation uses of 'location' to 'position' | |||
2023-01-26 | Merge pull request #68034 from Klowner/surfacetool-generate-normals | Rémi Verschelde | |
Make SurfaceTool.generate_normals() behave consistently with smoothing groups | |||
2023-01-26 | Merge pull request #72109 from Chaosus/shader_derivative | Rémi Verschelde | |
Add derivative functions with precision to shaders | |||
2023-01-26 | Make SurfaceTool.generate_normals() behave in a consistent manner in regard ↵ | Mark Riedesel | |
to smoothing groups, imply group 0 is flat | |||
2023-01-26 | Add derivative functions with precision to shaders | Yuri Rubinsky | |
2023-01-26 | Rename Navigation uses of 'location' to 'position' | smix8 | |
Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions. | |||
2023-01-26 | Remove size restrictions from StyleBoxTexture | Yuri Sizov | |
2023-01-26 | Added assertion check | Markus Sauermann | |
2023-01-26 | Merge pull request #71682 from TokageItLab/gdvirtual-anim-node | Rémi Verschelde | |
Make `AnimationTree` / `AnimationPlayer` processes adopt to GDVIRTUAL | |||
2023-01-26 | Merge pull request #68007 from Sauermann/fix-3d-capture | Rémi Verschelde | |
Fix event-content and mouse-signals with 3D-capture-on-drag | |||
2023-01-26 | Merge pull request #68627 from Sauermann/fix-tooltip-position | Rémi Verschelde | |
Fix position of Tooltips | |||
2023-01-26 | Merge pull request #66692 from Sauermann/fix-window-final-transform | Rémi Verschelde | |
Include the Window-transform into Viewport::get_final_transform | |||
2023-01-26 | Merge pull request #66688 from Sauermann/fix-control-get-global-rect-coordinates | Rémi Verschelde | |
Fix Control rect coordinate system inconsistency | |||
2023-01-26 | Include the Window-transform into Viewport::get_final_transform | Markus Sauermann | |
2023-01-26 | Make AnimTree/Player processes adopt to GDVIRTUAL | Silc Renew | |
2023-01-26 | Fix position of Tooltips | Markus Sauermann | |
CanvasItem::get_screen_transform returns a transform from the CanvasItem to the coordinate system, where a Popup - created as a child of the CanvasItem - should be opened. get_screen_transform makes some simplifications, that work well, when used in the editor, but not in general cases. Since Popups like Tooltips are now used more commonly in projects, it becomes necessary to correct these simplifications. This solution introduces Viewport::get_popup_base_transform, which makes the necessary calculations. |