summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-01-17Merge pull request #56828 from KoBeWi/7H15_15_NUMB3RRémi Verschelde
2022-01-17Clarify to_float() and to_int() methodskobewi
2022-01-17Merge pull request #56865 from bruvzg/cmd_execRémi Verschelde
2022-01-17Merge pull request #56860 from bruvzg/icu_caseRémi Verschelde
2022-01-17[Documentation] Add instruction how to execute built-in commands of various ↵bruvzg
shells.
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-17Merge pull request #54794 from bruvzg/runtime_bmfont_parserRémi Verschelde
2022-01-17[TextServer] Implement locale and context sensitive case conversion functions.bruvzg
2022-01-16Merge pull request #56309 from Calinou/remove-pvrtc-supportRémi Verschelde
2022-01-16Merge pull request #55551 from brennengreen/panorama-sky-filteringRémi Verschelde
Add filtering property to PanoramaSkyMaterial and switch from static shader to shader cache
2022-01-14Add shader cache and filter variable to PanoramaSkyMaterialBrennen Green
2022-01-15Mention that modifying text erases BBCode stackskobewi
2022-01-14Remove support for PVRTC texture encoding and decodingHugo Locurcio
On the only platform where PVRTC is supported (iOS), ETC2 generally supersedes PVRTC in every possible way. The increased memory usage is not really a problem thanks to modern iOS' devices processing power being higher than its Android counterparts.
2022-01-14Merge pull request #56784 from V-Sekai/expose-add-named-bindRémi Verschelde
2022-01-14Expose add_named_bind for all essential skin bindings.K. S. Ernest (iFire) Lee
2022-01-13Merge pull request #56268 from KoBeWi/🚗complete_settersRémi Verschelde
2022-01-13Merge pull request #55665 from KoBeWi/you_touched_my_TouchScreeenButtonRémi Verschelde
2022-01-13Merge pull request #56714 from bruvzg/fix_alignment_break_overrunRémi Verschelde
2022-01-13Merge pull request #56311 from Calinou/default-allow-hidpiRémi Verschelde
2022-01-13Merge pull request #54956 from ↵Rémi Verschelde
Calinou/lineedit-textedit-add-caret-width-theme-item Add a theme constant to change LineEdit and TextEdit's caret width
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-12i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit b9b23d2226261e09d4eaa581c865920c00a826c7)
2022-01-12Merge pull request #56708 from KoBeWi/to_hover_or_not_to_hoverRémi Verschelde
2022-01-12Merge pull request #55446 from Calinou/spritebase3d-remove-opacityRémi Verschelde
2022-01-12Merge pull request #56692 from JFonS/fix_gizmo_secondary_handlesRémi Verschelde
2022-01-12Fix secondary handles in editor gizmosjfons
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-12Improve description of mouse_exited signalkobewi
2022-01-12Merge pull request #56710 from zacryol/spriteframes-list-3dRémi Verschelde
2022-01-12Merge pull request #56684 from zacryol/file-dialog-filters-descriptionRémi Verschelde
2022-01-12Merge pull request #53185 from KoBeWi/viewing_panRémi Verschelde
2022-01-11List AnimatedSprite3D in SpriteFrames descriptionzacryol
Both AnimatedSprite2D and AnimatedSprite3D use a SpriteFrames resource, but the SpriteFrames class description currently only lists being used with the 2D variant.
2022-01-11Update description of FileDialog `filters` propertyzacryol
specify that multiple filetypes/extensions can be included in one filter within the PackedStringArray, and provide an example
2022-01-11Merge pull request #56697 from mhilbrunner/meshdatatool-docsMax Hilbrunner
Fixed typos in MeshDataTool documentation
2022-01-11Fixed typos in MeshDataTool documentationSam
- Fixed missing "be" typo in MeshDataTool's get_face_edge function - Corrected documentation to say negative values aren't valid
2022-01-11Merge pull request #56681 from skyace65/InstancePlaceholderMax Hilbrunner
Instance placeholder clarification
2022-01-11Merge pull request #56667 from Ice-Cube69/fix_incorrect_property_typesRémi Verschelde
2022-01-11Unify panning in sub-editors and make it configurablekobewi
2022-01-11Merge pull request #56525 from timothyqiu/2d-cross-productRémi Verschelde
2022-01-11Fixed incorrect property typesArnav Vijaywargiya
2022-01-11Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde
2022-01-11Merge pull request #56323 from ↵Rémi Verschelde
Gallilus/Update-default-port_grab_distance_vertical
2022-01-11Explain what 2D cross product meansHaoyu Qiu
2022-01-10Instance placeholder clarificationskyace65
2022-01-10Merge pull request #56631 from zacryol/expand-is-on-X-descriptionRémi Verschelde
2022-01-10Merge pull request #56666 from bruvzg/joy_button_fixRémi Verschelde
2022-01-10Add joystick button index boundary check. Increase max. button number to 128 ↵bruvzg
(max. buttons supported by DirectInput).
2022-01-10Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_featuresRémi Verschelde
2022-01-10Merge pull request #55456 from KoBeWi/break_all_the_thingsRémi Verschelde
2022-01-10Merge pull request #56648 from KoBeWi/tween_pause()Rémi Verschelde
2022-01-10Merge pull request #56656 from skyace65/NormalMapMax Hilbrunner
Fix normal map description