Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | Merge pull request #70114 from clayjohn/custom-aabb | Rémi Verschelde | |
Expose GeometryInstance3D.custom_aabb property | |||
2022-12-17 | Merge pull request #70176 from clayjohn/mesh-index | Rémi Verschelde | |
Switch surface indexing to start at 0 so string name matches integer index | |||
2022-12-17 | Merge pull request #70168 from Haydoggo/autocomplete-placement-fix | Rémi Verschelde | |
Fix autocomplete box placement | |||
2022-12-16 | Switch surface indexing to start at 0 so string name matches integer index | clayjohn | |
2022-12-17 | Fix autocomplete box placement | Hayden Leete | |
2022-12-16 | Merge pull request #70075 from Sauermann/fix-missing-shortcut-handled-check | Rémi Verschelde | |
Fix missing check if shortcut event is handled for Control-nodes | |||
2022-12-15 | Queue redraw when MultiMesh instance transform changes | bmolyneaux | |
Fixes: #66849 This is a 4.0 version of #54899. | |||
2022-12-15 | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | |
2022-12-15 | Merge pull request #70103 from timothyqiu/tween-cleanup | Rémi Verschelde | |
Fix possible Tween leak on exit | |||
2022-12-15 | Merge pull request #69680 from LucasLaukka/bugfix-line_edit | Rémi Verschelde | |
Fix color picker showing incorrect number of digits when changing display scale | |||
2022-12-15 | Merge pull request #70106 from bruvzg/rtl_nested_tab | Rémi Verschelde | |
[RTL] Fix nested tables getting parent offset applied multiple times. | |||
2022-12-15 | Expose GeometryInstance3D.custom_aabb property | clayjohn | |
2022-12-15 | Fix the update of the inspector when instance shader uniform has changed | Yuri Rubinsky | |
2022-12-15 | [RTL] Fix nested tables getting parent offset applied multiple times. | bruvzg | |
2022-12-15 | Fix typos with codespell | Rémi Verschelde | |
2022-12-15 | Fix possible Tween leak on exit | Haoyu Qiu | |
2022-12-15 | Remove a confusing TileMap warning | Gilles Roudière | |
2022-12-15 | Merge pull request #70083 from clayjohn/Sprite3D-normals | Rémi Verschelde | |
Remove extra range conversion in Sprite3D normal encoding | |||
2022-12-14 | Remove extra range conversion in Sprite3D normal encoding | clayjohn | |
2022-12-14 | Fix missing check if shortcut event is handled for Control-nodes | Markus Sauermann | |
Control-nodes without a shortcut-context were missing a check if the event was handled, so that a single shortcut-event was passed to multiple Control-nodes. | |||
2022-12-14 | [RTL] Fix image click detection. | bruvzg | |
2022-12-14 | Merge pull request #69726 from xiongyaohua/tweak_curve | Rémi Verschelde | |
Handle corner cases for curve baking | |||
2022-12-14 | Fix Curve2D::get_closest_offset | Yaohua Xiong | |
2022-12-14 | Handle corner cases for curve baking | Yaohua Xiong | |
When control point and point have equal position, the derivative is 0 vector, which cause error message in Basis::look_at(). This commit handles this case. | |||
2022-12-14 | Merge pull request #69527 from clayjohn/surface-name | Rémi Verschelde | |
Index override surface name starting from 1 to match surface name | |||
2022-12-14 | Merge pull request #70024 from bruvzg/te_ime_text | Rémi Verschelde | |
[TextEdit] Fix IME intermediate text not displayed when TextEdit is empty and placeholder is set. | |||
2022-12-13 | Merge pull request #70003 from clayjohn/GLES3-cc | Rémi Verschelde | |
Various fixes and documentation for CanvasGroup | |||
2022-12-13 | [TextEdit] Fix IME intermediate text not displayed when TextEdit is empty ↵ | bruvzg | |
and placeholder is set. | |||
2022-12-13 | Various fixes and documentation for CanvasGroup | clayjohn | |
Properly apply custom materials with CanvasGroups in the GLES3 backend Properly blur backbuffer when using a partial rect in forward_plus and gl_compatibility renderers Properly set fit_margin when clear_margin is set Fix shader error during backbuffer clear in mobile renderer | |||
2022-12-13 | Merge pull request #70007 from timothyqiu/nan-scale | Rémi Verschelde | |
Fix crash after executing `ItemList.set_icon_scale` | |||
2022-12-13 | Merge pull request #69890 from Rindbee/use-buffer-to-speed-up | Rémi Verschelde | |
Use buffer to speed up copying/transcribing when renaming dependencies | |||
2022-12-13 | Use buffer to speed up copying/transcribing when renaming dependencies | Rindbee | |
If the scene is more complex, you may need to copy/transcribe a large amount of data, so use buffer to speed up this process. | |||
2022-12-13 | Merge pull request #69977 from KoBeWi/properties_together_strong | Rémi Verschelde | |
Remove single-element groups from GPUParticles2D | |||
2022-12-13 | Merge pull request #69973 from TokageItLab/null-check-animtree-edit | Rémi Verschelde | |
Add null checks to AnimationTreeEditors and `_clear_editors()` to `_node_removed()` | |||
2022-12-13 | Fix crash after executing ItemList.set_icon_scale | Haoyu Qiu | |
2022-12-12 | Remove single-element groups from GPUParticles2D | kobewi | |
2022-12-13 | Add null checks to AnimationTreeEditors and _clear_editors() | Silc Renew | |
2022-12-12 | VariantParser make readahead optional | lawnjelly | |
It turns out some areas are independently moving / reading filepointers outside of the VariantParser, which can cause the readahead caching to get out of sync. This PR makes the VariantParser readahead to be optional to allow for these use cases. | |||
2022-12-12 | Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.x | Rémi Verschelde | |
Fix Navigation agent callback wild pointer crash | |||
2022-12-12 | Merge pull request #61855 from Calinou/popup-centered-minsize-fix-freeze | Rémi Verschelde | |
Fix infinite loop when calling `Control.popup_centered_minsize()` | |||
2022-12-12 | Fix Navigation agent callback wild pointer crash | smix8 | |
Fixes crash in sanitizer builds when callback agent or object are already freed. | |||
2022-12-12 | Merge pull request #69950 from kleonc/tile-map-const-refs-for-the-win | Rémi Verschelde | |
`TileMap` Pass some parameters by `const &` instead of by value | |||
2022-12-12 | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde | |
Rename all gdnative occurences to gdextension | |||
2022-12-12 | Merge pull request #69922 from adamscott/fix-tilemap-tileset-heap-use-after-free | Rémi Verschelde | |
Fix `heap-use-after-free` error in `TileMap::~TileMap()` | |||
2022-12-12 | Merge pull request #67050 from KoBeWi/syrt | Rémi Verschelde | |
Warn if isometric TileMap is not Y-sorted | |||
2022-12-12 | TileMap Pass some parameters by `const &` instead of by value | kleonc | |
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière | |
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface | |||
2022-12-12 | Fix `heap-use-after-free` error in `TileMap::~TileMap()` | Adam Scott | |
Co-authored-by: Gilles Roudiere <gilles.roudiere@gmail.com> | |||
2022-12-12 | Merge pull request #68546 from marzecdawid/fix-deselect-all-in_tree | Rémi Verschelde | |
Fix errors while deselecting all tree items; issue #65185 | |||
2022-12-12 | Fix seeking process order to retrieve key correctly for AnimationTrack | Silc Renew | |