| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -1/+1 |
|\ |
|
| * | Core: Integrate `Ref::instantiate` where possible | Thaddeus Crews | 2024-11-10 | 1 | -1/+1 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | [Label3D] Fix updating labels in subvieports on oversampling change. | bruvzg | 2024-09-08 | 1 | -7/+7 |
* | Improve Editor Inspector/Theme item lookup performance | aaronp64 | 2024-08-20 | 1 | -4/+4 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -1/+1 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+0 |
* | Add no-change check to Label3D | Markus Stephanides | 2024-04-25 | 1 | -0/+4 |
* | Fix Label3D, TextMesh & Font not following project default theme in editor | Micky | 2024-03-09 | 1 | -2/+9 |
* | Merge pull request #89145 from bruvzg/lbl3d_aabb | Rémi Verschelde | 2024-03-05 | 1 | -6/+7 |
|\ |
|
| * | [Label3D] Calculate AABB from the full text rect instead of individual glyphs. | bruvzg | 2024-03-04 | 1 | -6/+7 |
* | | Make `Label3D` obey auto translation | Michael Alexsander | 2024-03-01 | 1 | -2/+2 |
|/ |
|
* | [TextServer] Do not draw non-visual characters. | bruvzg | 2023-12-12 | 1 | -20/+30 |
* | Introduce the concept of global theme contexts | Yuri Sizov | 2023-09-06 | 1 | -28/+17 |
* | [Text Server] Store extra spacing of individual font variations. | bruvzg | 2023-08-24 | 1 | -6/+0 |
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -7/+6 |
* | Convert some Callables to callable_mp() | kobewi | 2023-07-12 | 1 | -11/+7 |
* | Use NULL instead of COND checks when appropriate | Ninni Pipping | 2023-06-10 | 1 | -2/+2 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -2/+34 |
* | Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug | Rémi Verschelde | 2023-02-13 | 1 | -0/+12 |
|\ |
|
| * | Mark dirty flags when shaped texts are invalidated | MinusKube | 2023-01-28 | 1 | -0/+12 |
* | | [Sprite3D/Label3D] Expose alpha antialiasing properties. | bruvzg | 2023-01-31 | 1 | -1/+32 |
* | | Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ... | bruvzg | 2023-01-24 | 1 | -3/+29 |
|/ |
|
* | Implement BiDi override mode for GDScript source. | bruvzg | 2023-01-18 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add safety-checks before some servers `free()` | Adam Scott | 2022-12-29 | 1 | -0/+1 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -9/+9 |
* | [TextServer] Add support for trimming edge spaces on line break. | bruvzg | 2022-09-01 | 1 | -1/+2 |
* | Add ThemeDB, expose previously static Theme methods | Yuri Sizov | 2022-08-26 | 1 | -8/+9 |
* | Merge pull request #63528 from bruvzg/fix_lbl3d_oversampling | Rémi Verschelde | 2022-08-26 | 1 | -0/+9 |
|\ |
|
| * | Fix Label3D not updated on window resize. | bruvzg | 2022-07-27 | 1 | -0/+9 |
* | | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -1/+1 |
* | | Make `_validate_property` a multilevel method | Yuri Sizov | 2022-08-22 | 1 | -9/+9 |
* | | Hide properties that have no effect in Label3D inspector | Hugo Locurcio | 2022-08-15 | 1 | -1/+17 |
* | | Change default material alpha scissor threshold to 0.5 | Hugo Locurcio | 2022-08-01 | 1 | -1/+1 |
|/ |
|
* | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -2/+2 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -88/+17 |
* | Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t... | bruvzg | 2022-07-04 | 1 | -14/+7 |
* | Clean up Hash Functions | reduz | 2022-06-20 | 1 | -1/+1 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -11/+6 |
* | Add suffixes to all nodes and resources | FireForge | 2022-06-11 | 1 | -6/+6 |
* | [Label3D, 4.x] Monitor default theme font changes, to prevent use of invalid ... | bruvzg | 2022-05-23 | 1 | -3/+23 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -12/+12 |
* | Expose Label3D and Sprite*3D material render priority properties. | bruvzg | 2022-04-30 | 1 | -2/+34 |
* | [Label3D] Add offset property. | bruvzg | 2022-04-28 | 1 | -2/+18 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -0/+962 |