summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2022-01-10Merge pull request #56638 from skyace65/ScriptPropertyMax Hilbrunner
Add a note that the script property is part of the object class
2022-01-09Fix normal map descriptionskyace65
2022-01-09Fix Tween pause behaviorkobewi
2022-01-09Restore Tween easing descriptionskobewi
2022-01-09Expand description of is_on_X methods for CharacterBody2D/3Dzacryol
Clarifies in the description for each method that the `up_direction` and `floor_max_angle` properties are used to determine the status of a collided surface.
2022-01-09[TextServer] Improve ligature cursor handling.bruvzg
Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default.
2022-01-09Add a note that the script property is part of the object classskyace65
2022-01-09Merge pull request #56626 from KoBeWi/FilterDialogRémi Verschelde
Improve FileDialog filters
2022-01-08 Improve FileDialog filterskobewi
2022-01-08Misc documentation improvementsHaoyu Qiu
2022-01-07Update doc_status script to support constructors and operators docsHugo Locurcio
- Reorder columns from highest number of items contained within to lowest number. - Remove some obsolete code and fix a typo.
2022-01-07Merge pull request #56575 from HaSa1002/drag-signal-beganRémi Verschelde
Rename GraphEdit `connection_drag_begun` to `connection_drag_started`
2022-01-07Rename TextureRect.expand to ignore_texture_sizekobewi
2022-01-07Rename GraphEdit connection_drag_begun to connection_drag_startedJohannes Witt
2022-01-07Merge pull request #56594 from Faless/editor/4.x_keying_signal_fixRémi Verschelde
[Editor] Fix inspector keying signals argument count.
2022-01-07Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhereRémi Verschelde
2022-01-07[Editor] Fix inspector keying signals argument count.Fabio Alessandrelli
The second parameter of the signals `EditorInspector.property_keyed` and `EditorProperty.property_keyed_with_value` can be NIL, causing the event to fire with less arguments when using `emit_signal` that accepts Variant arguments, so we use the pointer version instead.
2022-01-07i18n: Sync classref translations with current 3.x codebaseRémi Verschelde
(cherry picked from commit defb8011200f3ff908dd432cdbc095e4665677ef)
2022-01-07i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit e9484e057d00131bec2aece96f4b77c4956b24a6)
2022-01-07Merge pull request #55775 from timothyqiu/slider-dragRémi Verschelde
2022-01-07Merge pull request #52441 from follower/patch-16Max Hilbrunner
Fix the "AudioEffectRecord" descriptions.