Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2023-01-26 | Merge pull request #72100 from bruvzg/sysf_msdf | Rémi Verschelde | |
[SystemFont] Add missing MSDF properties. | |||
2023-01-26 | Merge pull request #72099 from bruvzg/ime_commit | Rémi Verschelde | |
[Windows] Fix committing IME text without IME deactivation. | |||
2023-01-26 | Merge pull request #72096 from TokageItLab/spamspamspam | Rémi Verschelde | |
Fix spamming audio preview and cleanup process in `AnimationPlayer/Tree` | |||
2023-01-26 | [SystemFont] Add missing MSDF properties. | bruvzg | |
2023-01-26 | [Windows] Fix committing IME text without IME deactivation. | bruvzg | |
2023-01-26 | Fix spamming audio preview and cleanup process in AnimationPlayer/Tree | Silc Renew | |
2023-01-26 | Make AnimatedSprite's playback API consistent with AnimationPlayer | Silc Renew | |
2023-01-26 | Merge pull request #72046 from MewPurPur/buttons-inspector-clutter-reduction | Rémi Verschelde | |
Add groups to Button and BaseButton to reduce inspector clutter | |||
2023-01-25 | Add more sections to Button and BaseButton | VolTer | |
2023-01-25 | Merge pull request #71983 from vmedea/push-customfx | Rémi Verschelde | |
Expose RichTextLabel::push_customfx to GDScript | |||
2023-01-25 | Merge pull request #71284 from SaracenOne/state_machine_editor_extra_info | Rémi Verschelde | |
Transition progress display in Animation State Machine Editor | |||
2023-01-25 | Merge pull request #71685 from groud/gesture_into_viewpanner | Rémi Verschelde | |
Add gesture to ViewPanner and simplify a bit its API |