summaryrefslogtreecommitdiff
path: root/scene/3d/label_3d.cpp
AgeCommit message (Expand)Author
2023-02-13Merge pull request #72225 from MinusKube/shaped_text_invalidated_bugRémi Verschelde
2023-01-31[Sprite3D/Label3D] Expose alpha antialiasing properties.bruvzg
2023-01-28Mark dirty flags when shaped texts are invalidatedMinusKube
2023-01-24Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ...bruvzg
2023-01-18Implement BiDi override mode for GDScript source.bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-01[TextServer] Add support for trimming edge spaces on line break.bruvzg
2022-08-26Add ThemeDB, expose previously static Theme methodsYuri Sizov
2022-08-26Merge pull request #63528 from bruvzg/fix_lbl3d_oversamplingRémi Verschelde
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-15Hide properties that have no effect in Label3D inspectorHugo Locurcio
2022-08-01Change default material alpha scissor threshold to 0.5Hugo Locurcio
2022-07-27Fix Label3D not updated on window resize.bruvzg
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-04Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t...bruvzg
2022-06-20Clean up Hash Functionsreduz
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-23[Label3D, 4.x] Monitor default theme font changes, to prevent use of invalid ...bruvzg
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-30Expose Label3D and Sprite*3D material render priority properties.bruvzg
2022-04-28[Label3D] Add offset property.bruvzg
2022-04-22Implement Label3D node.bruvzg