Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-13 | Merge pull request #56268 from KoBeWi/🚗complete_setters | Rémi Verschelde | |
2022-01-13 | Merge pull request #55124 from akien-mga/freetype-2.11.0 | Rémi Verschelde | |
2022-01-13 | freetype: Update to upstream version 2.11.1 | Rémi Verschelde | |
2022-01-13 | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and ↵ | bruvzg | |
interaction between these modes. Fix "Fill" alignment processing wrong side of the text if overrun trim was applied. Improve "Fill" alignment to avoid adding excessive subsequent spaces or elongations. Add font detection to the overrun, to correctly add ellipsis (was using last glyph font, which doesn't necessary have dot character). Improve line breaking to avoid adding excessive subsequent soft break points for languages without word separator. Port missing overrun/justification code to the Fallback text server. Fix inferred text direction detection by controls. Add tests for "Fill" alignment and line breaking glyph flags. | |||
2022-01-12 | Merge pull request #56722 from akien-mga/glslang-support-system-library | Rémi Verschelde | |
2022-01-12 | Merge pull request #56692 from JFonS/fix_gizmo_secondary_handles | Rémi Verschelde | |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde | |
2022-01-12 | glslang: Fix support for building against public/system library | Rémi Verschelde | |
Fix include paths to support both vendored and system-installed glslang. Remove usage of the private `StandAlone` bits. Requires us to vendor a copy of `DefaultTBuiltInResource` (or provide our own customized one) as glslang doesn't provide it in its public API. Also removes unused C interface as it's not well encapsulated and depends on `StandAlone`. Fixes #56307. | |||
2022-01-12 | Fix secondary handles in editor gizmos | jfons | |
Primary and secondary handles are no longer differentiated by their ids, so a bool was added to tell them apart in all the handle-related methods. Includes a minor fix in CollisionPolygon3DEditor, unrelated to editor gizmos. | |||
2022-01-12 | Merge pull request #56646 from Chaosus/vst_context_menu | Rémi Verschelde | |
2022-01-12 | Merge pull request #53185 from KoBeWi/viewing_pan | Rémi Verschelde | |
2022-01-12 | Merge pull request #56693 from timothyqiu/vs-i18n | Rémi Verschelde | |
i18n: Make VisualScript node caption & text translatable | |||
2022-01-11 | Merge pull request #56130 from Faless/mbedtls/2.28.0 | Rémi Verschelde | |
2022-01-11 | Merge pull request #56667 from Ice-Cube69/fix_incorrect_property_types | Rémi Verschelde | |
2022-01-11 | i18n: Make VisualScript node caption & text translatable | Haoyu Qiu | |
2022-01-11 | Unify panning in sub-editors and make it configurable | kobewi | |
2022-01-11 | Fixed incorrect property types | Arnav Vijaywargiya | |
2022-01-11 | Assign member type when parsing setters to prevent | SaracenOne | |
'Compiler bug: unresolved assign' errors | |||
2022-01-10 | Merge pull request #56326 from NNesh/fix/unknown_default_value_callable | Rémi Verschelde | |
Extended the _make_arguments_hint function to get default values for function arguments in hint | |||
2022-01-10 | Fixed <unknown> text for callable default value for a function arguments hint | NNesh | |
Format switch Added a case for constant subscripts Fixed default value hinting for the enum type Removed is_null checking for value Added a case for dictionary | |||
2022-01-10 | Merge pull request #55715 from nathanfranke/enum-ordered | Rémi Verschelde | |
2022-01-10 | Merge pull request #56194 from cdemirer/fix-operation-result-type-inference | Rémi Verschelde | |
2022-01-10 | Merge pull request #56232 from V-Sekai/invalid_explicit_variant_assign_fix | Rémi Verschelde | |
2022-01-10 | Merge pull request #56260 from ↵ | Rémi Verschelde | |
cdemirer/fix-type-mutation-upon-assignment-with-operation | |||
2022-01-10 | Merge pull request #56287 from ↵ | Rémi Verschelde | |
cdemirer/fix-member-property-only-getter-cant-be-set | |||
2022-01-10 | Merge pull request #56288 from ↵ | Rémi Verschelde | |
cdemirer/fix-member-property-getter-dont-update-subscript-chain-root | |||
2022-01-10 | Merge pull request #56342 from NNesh/fix/class-completion | Rémi Verschelde | |
2022-01-10 | Merge pull request #56409 from ↵ | Rémi Verschelde | |
cdemirer/fix-unexpected-copying-when-parameter-is-typed | |||
2022-01-10 | Merge pull request #56651 from ↵ | Rémi Verschelde | |
gerhean/Fix-leak-when-function-returning-parent-class-type | |||
2022-01-10 | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | |
2022-01-10 | Merge pull request #56662 from timothyqiu/fbx-fixes | Rémi Verschelde | |
2022-01-10 | Merge pull request #56663 from bruvzg/fix_tab_inf_loop | Rémi Verschelde | |
2022-01-10 | Merge pull request #56602 from V-Sekai/csg_selection | Rémi Verschelde | |
2022-01-10 | Fix crash on importing FBX file | Haoyu Qiu | |
2022-01-10 | Fix freezes when tab is zero or negative width. | bruvzg | |
2022-01-10 | Fix glyph index for bitmap fonts. | bruvzg | |
Fix TextEdit glyph position rounding. | |||
2022-01-10 | Fix leak when function returning self type | Ger Hean | |
Leak is caused by cyclic reference | |||
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg | |
Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default. | |||
2022-01-09 | Add context menu to visual script editor | Yuri Roubinsky | |
2022-01-08 | Merge pull request #56617 from AnilBK/use_fill | Rémi Verschelde | |
Use fill() to fill an entire image instead of setting pixels individually. | |||
2022-01-08 | Skip Draco-compressed glTF 3d format files. | K. S. Ernest (iFire) Lee | |
2022-01-08 | Use fill() to fill an entire image instead of setting pixels individually. | Anilforextra | |
2022-01-08 | Fixed completion showing for class members | NNesh | |
2022-01-07 | Fix selection of CSG objects | SaracenOne | |
2022-01-07 | Fix some more wrong node names | kobewi | |
2022-01-06 | Merge pull request #55213 from Scony/fix-gdscript-crash | Rémi Verschelde | |
2022-01-06 | Fix multiple missing UTF-8 decoding. | bruvzg | |
2022-01-06 | Merge pull request #56006 from KoBeWi/6yearslater | JFonS | |
Add physics material to GridMap | |||
2022-01-06 | Add a GDScript template for `VisualShaderNodeCustom` | Yuri Roubinsky | |
2022-01-05 | Merge pull request #56479 from V-Sekai/import-options | Rémi Verschelde | |