summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #56756 from KoBeWi/great_unification_theoryRémi Verschelde2022-01-142-9/+20
|\
| * Add ViewPanner to more editorskobewi2022-01-142-9/+20
| |
* | Merge pull request #56784 from V-Sekai/expose-add-named-bindRémi Verschelde2022-01-141-0/+1
|\ \
| * | Expose add_named_bind for all essential skin bindings.K. S. Ernest (iFire) Lee2022-01-141-0/+1
| | |
* | | Merge pull request #56738 from YeldhamDev/improve_tab_consistencyRémi Verschelde2022-01-145-127/+112
|\ \ \ | |_|/ |/| |
| * | Improve looks and consistency of tabsMichael Alexsander2022-01-125-127/+112
| | |
* | | Merge pull request #55665 from KoBeWi/you_touched_my_TouchScreeenButtonRémi Verschelde2022-01-132-27/+27
|\ \ \
| * | | Rename TouchScreenButton's textureskobewi2021-12-062-27/+27
| | | |
* | | | Merge pull request #56740 from AnilBK/camera-pre-allocateRémi Verschelde2022-01-131-5/+7
|\ \ \ \
| * | | | CameraMatrix: Pre-allocate Vector in get_projection_planes().Anilforextra2022-01-131-5/+7
| | | | |
* | | | | Merge pull request #56714 from bruvzg/fix_alignment_break_overrunRémi Verschelde2022-01-132-35/+33
|\ \ \ \ \
| * | | | | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and ↵bruvzg2022-01-132-35/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #54956 from ↵Rémi Verschelde2022-01-133-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Calinou/lineedit-textedit-add-caret-width-theme-item Add a theme constant to change LineEdit and TextEdit's caret width
| * | | | | Add a theme constant to change LineEdit and TextEdit's caret widthHugo Locurcio2022-01-073-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be useful to improve caret visibility, especially at larger font sizes. This can also be used for accessibility purposes.
* | | | | | Refactor CanvasItem show/hide/set_visibleStijn Hinlopen2022-01-121-28/+13
| | | | | |
* | | | | | Merge pull request #55446 from Calinou/spritebase3d-remove-opacityRémi Verschelde2022-01-122-19/+0
|\ \ \ \ \ \
| * | | | | | Remove redundant SpriteBase3D `opacity` propertyHugo Locurcio2021-11-292-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `opacity` property is superseded by the GeometryInstance3D `transparency` property. It works the opposite way (0.0 is opaque, 1.0 is fully transparent), but provides the same behavior in a more universal manner.
* | | | | | | Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-125-19/+8
|\ \ \ \ \ \ \
| * | | | | | | Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-045-19/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each file in Godot has had multiple contributors who co-authored it over the years, and the information of who was the original person to create that file is not very relevant, especially when used so inconsistently. `git blame` is a much better way to know who initially authored or later modified a given chunk of code, and most IDEs now have good integration to show this information.
* | | | | | | | Optimize include files to improve `shader_language.h` compilation speedYuri Roubinsky2022-01-121-1/+0
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #56709 from ↵Rémi Verschelde2022-01-121-71/+108
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | YeldhamDev/die_monster_you_dont_belong_in_this_world
| * | | | | | | Fix several issues in ´TabBar´Michael Alexsander2022-01-121-71/+108
| | | | | | | |
* | | | | | | | Merge pull request #53185 from KoBeWi/viewing_panRémi Verschelde2022-01-124-21/+256
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Unify panning in sub-editors and make it configurablekobewi2022-01-114-21/+256
| | | | | | | |
* | | | | | | | Merge pull request #56696 from AnilBK/use-init-listsRémi Verschelde2022-01-1212-168/+176
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Use List Initializations for Vectors.Anilforextra2022-01-1212-168/+176
| | | | | | | |
* | | | | | | | Merge pull request #56586 from dalexeev/rtl-bracket-escapesRémi Verschelde2022-01-111-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Add BBCode escape sequencesDanil Alexeev2022-01-071-0/+6
| | | | | | | | |
* | | | | | | | | Merge pull request #56667 from Ice-Cube69/fix_incorrect_property_typesRémi Verschelde2022-01-115-8/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fixed incorrect property typesArnav Vijaywargiya2022-01-115-8/+8
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-112-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-292-5/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #56323 from ↵Rémi Verschelde2022-01-111-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gallilus/Update-default-port_grab_distance_vertical
| * | | | | | | | | Update default port_grab_distance_verticalDavid Cambré2021-12-291-1/+1
| |/ / / / / / / /
* | / / / / / / / Fix BBCode underline prevents strikethrough from renderingHaoyu Qiu2022-01-111-1/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #56637 from KoBeWi/maxxxxxxcrollRémi Verschelde2022-01-101-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set max value of inactive TextEdit scrolls to 0
| * | | | | | | | Set max value of inactive TextEdit scrolls to 0kobewi2022-01-091-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_featuresRémi Verschelde2022-01-1010-112/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [TextServer] Improve ligature cursor handling.bruvzg2022-01-0910-112/+52
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default.
* | | | | | | | | Merge pull request #55456 from KoBeWi/break_all_the_thingsRémi Verschelde2022-01-102-18/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rename TextureRect.expand to ignore_texture_sizekobewi2022-01-072-18/+13
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #56648 from KoBeWi/tween_pause()Rémi Verschelde2022-01-103-13/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Tween pause behaviorkobewi2022-01-093-13/+19
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Fix glyph index for bitmap fonts.bruvzg2022-01-101-2/+2
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix TextEdit glyph position rounding.
* | | | | | | | Merge pull request #56654 from bruvzg/fix_button_text_alignRémi Verschelde2022-01-091-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix button multiline text alignment.
| * | | | | | | | Fix button multiline text alignment.bruvzg2022-01-091-0/+2
| |/ / / / / / /
* / / / / / / / Path2D: Check points count before rendering.Anilforextra2022-01-091-0/+4
|/ / / / / / /
* | | | | | | Merge pull request #56626 from KoBeWi/FilterDialogRémi Verschelde2022-01-091-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve FileDialog filters
| * | | | | | | Improve FileDialog filterskobewi2022-01-081-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #56330 from nikitalita/convert-old-octahedralRémi Verschelde2022-01-081-48/+136
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Convert octahedral compressed normals/tangents on 3.x meshes