Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-17 | Merge pull request #69810 from trollodel/scene_importer_material_crash_fix | Rémi Verschelde | |
Ensure that generated import IDs are unique | |||
2023-02-17 | Merge pull request #68181 from MarianoGnu/fix-convex-hull-crash | Rémi Verschelde | |
Avoid memory corruption when GodotConvexPolygonShape3D is setup more than once | |||
2023-02-17 | Merge pull request #72764 from Sauermann/fix-color-picking | Rémi Verschelde | |
Fix Color Picking | |||
2023-02-17 | Merge pull request #49102 from ANamelessGhoul/master | Rémi Verschelde | |
Fix AnimatedTexture inconsistency when setting frame | |||
2023-02-17 | Merge pull request #73420 from clayjohn/SSAO-half-size | Rémi Verschelde | |
Fix sampling bug when SSAO is using half size | |||
2023-02-17 | Merge pull request #73459 from rsjtdrjgfuzkfg/theme-crash | Rémi Verschelde | |
Theme Editor: fix crash when editing leading/main-style style boxes | |||
2023-02-17 | Merge pull request #73398 from anvilfolk/fix-getter | Rémi Verschelde | |
Fix unset getter return types resulting in strange behavior | |||
2023-02-17 | Merge pull request #73364 from anvilfolk/fix-freed | Rémi Verschelde | |
Fix crash by freed object assign to typed variable | |||
2023-02-17 | Merge pull request #73458 from paulloz/csharp/actually-clean-solution | Rémi Verschelde | |
.NET: Clicking "Clean solution" should clean, not build | |||
2023-02-17 | Merge pull request #73453 from RandomShaper/override_vsproj_name | Rémi Verschelde | |
Let VS solution name be overridden | |||
2023-02-17 | Merge pull request #73444 from bruvzg/dash_checks | Rémi Verschelde | |
Add dash and step size checks to draw_dashed_line. | |||
2023-02-16 | Fix AnimatedTexture inconsistency when setting frame | Tecelli Akıntuğ | |
2023-02-16 | Merge pull request #56490 from Calinou/light-3d-high-attenuation-warning | Yuri Sizov | |
Document caveats of high attenuation in OmniLight3D and SpotLight3D | |||
2023-02-16 | Fix crash by freed object assign to typed variable | ocean (they/them) | |
2023-02-16 | Theme Editor: fix leading styleboxes / main styles | rsjtdrjgfuzkfg | |
Recent changes in Godot cause the theme editor to become hidden when editing a child resource. This causes a crash when editing style box resources marked as "main styles" (= leading styleboxes in the code), as they try to reference the currently edited theme. This commit works around the issue by permitting the Theme Editor to keep a reference to the most recently edited Theme. Furthermore, it adds an assertion to avoid a similar crash in the future. Long-term, the workaround should probably be removed when the theme editor is fixed to remain visible while editing child resources, but I'd keep the assertion. | |||
2023-02-16 | Let VS solution name be overridden | Pedro J. Estébanez | |
2023-02-16 | Merge pull request #73359 from bruvzg/so_wrap_opt | Rémi Verschelde | |
[Linux] Make SO wrapper usage optional. | |||
2023-02-16 | Merge pull request #73447 from KoBeWi/3early5me | Rémi Verschelde | |
Fix wrong font in Event Configuration | |||
2023-02-16 | Merge pull request #73440 from aXu-AP/code-editor-toggle-comment-fix | Rémi Verschelde | |
Fix toggle comment not moving caret | |||
2023-02-16 | Merge pull request #73435 from bruvzg/file_close | Rémi Verschelde | |
Restore FileAccess.close method. | |||
2023-02-16 | Merge pull request #73437 from bruvzg/docs_ignore_import_v | Rémi Verschelde | |
Exclude platform dependent `rendering/textures/vram_compression/import_*` default values from documentation. | |||
2023-02-16 | Merge pull request #73396 from KoBeWi/sorry | Rémi Verschelde | |
Fix crash with AspectRatioContainer and TextureRect | |||
2023-02-16 | Merge pull request #73238 from vonagam/fix-read-only-vars | Rémi Verschelde | |
GDScript: Fix infer on read-only property | |||
2023-02-16 | Merge pull request #73392 from raulsntos/dotnet/vscode-open-solution | Rémi Verschelde | |
C#: Open the solution directory when using VSCode | |||
2023-02-16 | Merge pull request #73382 from RedworkDE/net-source-gen-param | Rémi Verschelde | |
C#: Fix internal source generator on the 7.0.200 SDK | |||
2023-02-16 | Merge pull request #73426 from RandomShaper/label_strikes_again | Rémi Verschelde | |
Fix width determination of non-trimmed, non-wrapped labels | |||
2023-02-16 | Merge pull request #73250 from smix8/fix_navigation_debug_script_toggle_4.x | Rémi Verschelde | |
Fix navigation debug not toggleable in scripts | |||
2023-02-16 | Fix wrong font in Event Configuration | kobewi | |
2023-02-16 | Add dash and step size checks to draw_dashed_line. | bruvzg | |
2023-02-16 | [Linux] Make SO wrapper usage optional. | bruvzg | |
2023-02-16 | Fix toggle comment not moving caret | aXu-AP | |
Fix regression if caret is at the beginning of the line and comment is toggled. | |||
2023-02-16 | GDScript: Fix infer on read-only property | Dmitrii Maganov | |
2023-02-16 | Exclude platform dependent `rendering/textures/vram_compression/import_*` ↵ | bruvzg | |
default values from documentation. | |||
2023-02-16 | Fix crash with AspectRatioContainer and TextureRect | kobewi | |
2023-02-16 | Restore FileAccess.close method. | bruvzg | |
2023-02-16 | Fix width determination of non-trimmed, non-wrapped labels | Pedro J. Estébanez | |
In other words, exclude trimmable labels from the special logic used for non-wrapping ones, since they are not expected to dictate their width authoritatively. | |||
2023-02-16 | Clicking "Clean solution" should clean, not build | Paul Joannon | |
2023-02-16 | C#: Fix internal source generator on the 7.0.200 SDK | RedworkDE | |
2023-02-16 | Fix navigation debug not toggleable in scripts | smix8 | |
Fixes that navigation debug was not toggleable in script while even the docs mentioned it. | |||
2023-02-16 | Merge pull request #73229 from smix8/navlink_global_positions_4.x | Rémi Verschelde | |
Add NavigationLink helper functions for global positions | |||
2023-02-16 | Merge pull request #73409 from voidedWarranties/scriptextension_add_bind | Rémi Verschelde | |
Add missing virtual bind for `ScriptExtension::_get_global_name` | |||
2023-02-16 | Merge pull request #73412 from timothyqiu/doc-fixes | Rémi Verschelde | |
Fix a few typos in the class reference | |||
2023-02-16 | Merge pull request #69201 from tbveralrud/ios-touch-leak-fix-master | Rémi Verschelde | |
iOS: Fix memory leak on touch input | |||
2023-02-16 | Merge pull request #73361 from ↵ | Rémi Verschelde | |
akien-mga/your-ints-aint-gonna-increment-themselves EditorProperty: Fix missing increment buttons for integers | |||
2023-02-16 | Merge pull request #73375 from KoBeWi/save_us_all_from_crash | Rémi Verschelde | |
Fix Save All trying to save empty scene paths | |||
2023-02-16 | Merge pull request #73370 from timothyqiu/tiles-i18n | Rémi Verschelde | |
Add missing i18n in tiles editor | |||
2023-02-16 | Merge pull request #73369 from SaracenOne/animation_length_read_only | Rémi Verschelde | |
Make animation length control respect read-only rules. | |||
2023-02-16 | Merge pull request #73353 from akien-mga/android-default-min-sdk-24 | Rémi Verschelde | |
Android: Default Min SDK to 24 for Vulkan mobile | |||
2023-02-16 | Merge pull request #73350 from SaracenOne/node_pointer_revert_fix | Rémi Verschelde | |
Fixes revert button on exported node properties on inherited nodes | |||
2023-02-16 | Fix sampling bug when SSAO is using half size | clayjohn | |