summaryrefslogtreecommitdiffstats
path: root/scene/3d/label_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Label3D] Fix updating labels in subvieports on oversampling change.bruvzg2024-09-081-7/+7
* Improve Editor Inspector/Theme item lookup performanceaaronp642024-08-201-4/+4
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add no-change check to Label3DMarkus Stephanides2024-04-251-0/+4
* Fix Label3D, TextMesh & Font not following project default theme in editorMicky2024-03-091-2/+9
* Merge pull request #89145 from bruvzg/lbl3d_aabbRémi Verschelde2024-03-051-6/+7
|\
| * [Label3D] Calculate AABB from the full text rect instead of individual glyphs.bruvzg2024-03-041-6/+7
* | Make `Label3D` obey auto translationMichael Alexsander2024-03-011-2/+2
|/
* [TextServer] Do not draw non-visual characters.bruvzg2023-12-121-20/+30
* Introduce the concept of global theme contextsYuri Sizov2023-09-061-28/+17
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-6/+0
* Unify and streamline connecting to Resource changeskobewi2023-07-171-7/+6
* Convert some Callables to callable_mp()kobewi2023-07-121-11/+7
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-2/+2
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-2/+34
* Merge pull request #72225 from MinusKube/shaped_text_invalidated_bugRémi Verschelde2023-02-131-0/+12
|\
| * Mark dirty flags when shaped texts are invalidatedMinusKube2023-01-281-0/+12
* | [Sprite3D/Label3D] Expose alpha antialiasing properties.bruvzg2023-01-311-1/+32
* | Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ...bruvzg2023-01-241-3/+29
|/
* Implement BiDi override mode for GDScript source.bruvzg2023-01-181-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+9
* [TextServer] Add support for trimming edge spaces on line break.bruvzg2022-09-011-1/+2
* Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-8/+9
* Merge pull request #63528 from bruvzg/fix_lbl3d_oversamplingRémi Verschelde2022-08-261-0/+9
|\
| * Fix Label3D not updated on window resize.bruvzg2022-07-271-0/+9
* | Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-9/+9
* | Hide properties that have no effect in Label3D inspectorHugo Locurcio2022-08-151-1/+17
* | Change default material alpha scissor threshold to 0.5Hugo Locurcio2022-08-011-1/+1
|/
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-2/+2
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-88/+17
* Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t...bruvzg2022-07-041-14/+7
* Clean up Hash Functionsreduz2022-06-201-1/+1
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-11/+6
* Add suffixes to all nodes and resourcesFireForge2022-06-111-6/+6
* [Label3D, 4.x] Monitor default theme font changes, to prevent use of invalid ...bruvzg2022-05-231-3/+23
* Replace most uses of Map by HashMapreduz2022-05-161-12/+12
* Expose Label3D and Sprite*3D material render priority properties.bruvzg2022-04-301-2/+34
* [Label3D] Add offset property.bruvzg2022-04-281-2/+18
* Implement Label3D node.bruvzg2022-04-221-0/+962