summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2023-02-14Merge pull request #73253 from Mickeon/doc-stringname-oopsRémi Verschelde
Add missing documentation for String & StringName
2023-02-14Merge pull request #73281 from Mickeon/doc-misc-oopsRémi Verschelde
Slightly tweak `@GlobalScope` & `GDScript`'s documentation
2023-02-14Tweak `@GlobalScope` & `GDScript`'s documentationMicky
2023-02-14Fix incorrect format in Color documentationMicky
2023-02-14Add missing documentation for String & StringNameMicky
Also fixes typos brought up in #69821's replies.
2023-02-13Merge pull request #72659 from Calinou/doc-rendering-method-supportRémi Verschelde
Document unsupported features in Mobile and Compatibility rendering methods
2023-02-13Merge pull request #73248 from constantitus/characterbody2d-csharp-docRémi Verschelde
fixed c# example in CharacterBody2D doc
2023-02-13Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio
2023-02-13fixed c# example in CharacterBody2D docconstantitus
2023-02-13Clamp Decal size to positive valuesHugo Locurcio
This prevents using negative size, while also preventing error messages from being spammed if one of the decal's dimensions is set to exactly 0.
2023-02-13Merge pull request #72870 from Calinou/doc-directionallight2d-no-cull-maskRémi Verschelde
Document DirectionalLight2D not supporting cull masks
2023-02-13Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.xRémi Verschelde
Fix navigation support for multilayered TileMaps
2023-02-13Merge pull request #73198 from TokageItLab/anim-docs-stateRémi Verschelde
Add document about animation read-only props and state length
2023-02-13Merge pull request #73103 from Calinou/doc-font-get-string-sizeRémi Verschelde
Clarify `Font.get_string_size()` taking kerning into account
2023-02-13Add document about animation read-only props and state lengthSilc Renew
2023-02-12Fix return type for collide_shape to use PackedVector3ArrayAnthony Cossins
2023-02-12Add missing period for sentences in classrefHaoyu Qiu
2023-02-12Completion of parameters not described in some animation resourcesSilc Renew
2023-02-11Clarify `Font.get_string_size()` taking kerning into accountHugo Locurcio
This makes a difference when using a single call per character/word as opposed to using a single call for an entire string.
2023-02-11Document DirectionalLight2D not supporting cull masksHugo Locurcio
2023-02-11Merge pull request #73091 from TokageItLab/fix-bezier-edit-button-updateRémi Verschelde
Fix weird bezier edit button update timing in AnimationTrackEditor
2023-02-11Merge pull request #73040 from Rindbee/popup_centered_consider_current_sizeRémi Verschelde
Calling popup_center* with the default size will use the current size
2023-02-11Merge pull request #73075 from timothyqiu/ttrn-singleRémi Verschelde
Don't warn when using `TTRN()` in a language without plurals
2023-02-11Merge pull request #70723 from rburing/fill_physicsserver2d_docsRémi Verschelde
Fill and fix `PhysicsServer2D` documentation
2023-02-11Merge pull request #67155 from ↵Rémi Verschelde
touilleMan/Engine-exposes-ScriptServer-unregister_language Expose unregister language & improve usability with GDExtension
2023-02-11Merge pull request #73014 from TokageItLab/animation-tree-docsRémi Verschelde
Add document for AnimationNodes which have setter as request property
2023-02-11Calling popup_center* with the default size will use the current sizeRindbee
2023-02-11Merge pull request #72723 from ErrorInCode27/rb2d-inertia-docsYuri Sizov
2023-02-10Merge pull request #68905 from jaymehta-g/area-node-description-typoMatthew
Fix Area node description mistake
2023-02-10Add how to retrieve RigidBody2D and RigidBody3D autocomputed inertia[Error_27]
2023-02-10Add Engine::unregister_script_language and make ↵Emmanuel Leblond
Engine::register_script_language returns a Error
2023-02-10Fill and fix PhysicsServer2D documentationRicardo Buring
Fixes incorrect descriptions, adds more detail, and fills in missing descriptions. Also adds a physics object glossary at the beginning. Default values of body/area/joint parameters are now documented (based on the values in Godot Physics), to aid GDExtension developers.
2023-02-11Add document for AnimationNodes which have setter as request propertySilc 'Tokage' Renew
2023-02-10Merge pull request #70663 from EpEpDragon/feature_buffer_get_data_size_optionRémi Verschelde
Add optional size parameter to the RenderDevice buffer_get_data method.
2023-02-10Merge pull request #71572 from RedMser/docs-binary-variantYuri Sizov
Document internal usage of `encode`/`decode_variant`
2023-02-10Fix navigation support for multilayered TileMapssmix8
Fixes support for multilayered TileMaps by creating dedicated navigation maps for each layer.
2023-02-10Merge pull request #69728 from Calinou/doc-font-oversampling-exceptionsYuri Sizov
Document exceptions to font oversampling in Camera2D, CanvasItem and Control
2023-02-10Merge pull request #69731 from hackenshaw/improve-CanvasLayer.layer-tootltipYuri Sizov
Improve tooltip for CanvasLayer.layer
2023-02-10Merge pull request #73002 from KoBeWi/VisibleOnScreenConfusionRémi Verschelde
Clarify visibility in VisibleOnScreenNotifier
2023-02-10GDScript: Remove `treat_warnings_as_errors` project settingDanil Alexeev
2023-02-09Clarify visibility in VisibleOnScreenNotifierkobewi
2023-02-09Merge pull request #72931 from TokageItLab/improve-root-motion-for-rot-and-posRémi Verschelde
Add root motion accumulator to fix broken RootMotionView
2023-02-10Add root motion accumulator to fix broken RootMotionViewSilc Renew
2023-02-09Merge pull request #72897 from Geometror/graphedit-set-deprecatedRémi Verschelde
Update configuration warning for `GraphEdit` and mark it as experimental
2023-02-09Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimentalHendrik Brucker
2023-02-08doc: Fix Image 'set_pixel' doc for use of 'create'Rémi Verschelde
Fixes #72904.
2023-02-08Merge pull request #72860 from RedworkDE/editor-export-plugin-bindRémi Verschelde
Bind `EditorExportPlugin::_get_export_features`
2023-02-08Merge pull request #68016 from quinnyo/damp-docsRémi Verschelde
dampen -> damp, attenuate in audio and physics class docs
2023-02-07Bind `EditorExportPlugin::_get_export_features`RedworkDE
2023-02-07Second revision of area node descJay Mehta