summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2021-11-27Fix description of Viewport `find_world_2d()` method.zacryol
The doc now states that the method searches for a World2D among ancestor Viewports as well, differentiating it from the get_world_2d() getter. and also find_world_3d()
2021-11-22Merge pull request #55151 from Chaosus/control_reset_sizeRémi Verschelde
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-22Merge pull request #55217 from KoBeWi/get_property_and_propertyRémi Verschelde
2021-11-22Clarify get_indexed in relation to Nodeskobewi
2021-11-22Add methods to get position from column and line in TextEditYuri Sizov
2021-11-22Merge pull request #55171 from dalexeev/font-data-set-fixed-sizeRémi Verschelde
2021-11-22Merge pull request #54339 from ConteZero/line_edit_drag_and_dropRémi Verschelde
2021-11-21Convert PhysicalSkyMaterial colors to SRGBclayjohn
2021-11-20Expose `FontData::{set,get}_fixed_size` methodsDanil Alexeev
2021-11-20Merge pull request #54932 from briansemrau/expose-main-thread-idRémi Verschelde
2021-11-18Merge pull request #55092 from KoBeWi/thelp_itemRémi Verschelde
Add [theme_item] tag to editor help
2021-11-18Merge pull request #54462 from Paulb23/the-last-hidden-lineRémi Verschelde
2021-11-18Add [theme_item] tag to editor helpkobewi
2021-11-17Fix TextEdit mouse interactions when the last line is hiddenPaulb23
2021-11-17Fix divide by zero in pck_packerPaulb23
2021-11-17Merge pull request #55054 from KoBeWi/marginalized_iconRémi Verschelde
2021-11-17Mention how to add margins to Button's iconkobewi
2021-11-17Expose `randfn` to global scopeYuri Roubinsky
2021-11-16Make bezier handle type a property of keyframes, update interfaceNathan Lovato
- Replaced unused code related to old close icon with a button - Add bezier handle options to right-click menu - Remove mirror handle mode, only keep balanced - Update animation reference
2021-11-16Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde
2021-11-15Fix drag and drop on LineEditConteZero
2021-11-15Merge pull request #54991 from akien-mga/dehardcode-docs-branch-urlRémi Verschelde
2021-11-15Merge pull request #54952 from Calinou/doc-editorpathsRémi Verschelde
2021-11-15Document the EditorPaths classHugo Locurcio
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-15Merge pull request #43072 from KoBeWi/point_to_angleRémi Verschelde
2021-11-15Merge pull request #54981 from Calinou/doc-giRémi Verschelde
2021-11-14Improve documentation related to global illuminationHugo Locurcio
2021-11-14Add path to functions that return iporter optionsreduz
-Allows displaying custom options for specific file format variants -Added support for scene format import to retrieve custom options This PR is necessary for #54886 to be implemented properly.
2021-11-12Expose Thread::get_main_id in core bindingsBrian Semrau
2021-11-13Merge pull request #54928 from KoBeWi/sorting_vegetablesRémi Verschelde
2021-11-12Improve sort_custom() examplekobewi
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Merge pull request #54803 from goostengine/shape-cast-2dCamille Mohr-Daurat
Add `ShapeCast2D` node
2021-11-12Remove `get_closest_*` methods from `ShapeCast2D`Andrii Doroshenko (Xrayez)
The physics API cannot provide needed functionality to ensure the correct behavior, which might lead to confusion (see `rest_info()`). However `get_closest_collision_safe/unsafe_fraction()` methods are not removed, because they return correct result from `cast_motion()`.
2021-11-12Add `ShapeCast2D` nodeAndrii Doroshenko (Xrayez)
2021-11-12Implement texture padding in TileSetAtlasSourcesGilles Roudière
2021-11-12Merge pull request #53914 from Chaosus/shader_default_texture_paramRémi Verschelde
2021-11-12Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky
2021-11-12Merge pull request #54900 from benjarmstrong/output_latency_docs_fixRémi Verschelde
2021-11-12Merge pull request #54872 from akien-mga/rect2-has_point-bordersMax Hilbrunner
Rect2: Clarify docs for `has_point` excluding bottom and right borders
2021-11-12Clarify how 'audio/driver/output_latency' project setting worksBenjamin Armstrong
2021-11-11Merge pull request #54810 from nekomatata/area-separate-override-modesCamille Mohr-Daurat
Separate space override modes for gravity/damping in Area
2021-11-11Rect2: Clarify docs for `has_point` excluding bottom and right bordersRémi Verschelde
Improve tests, as well as documentation for `expand`.
2021-11-11Merge pull request #54857 from nekomatata/raycast-hit-from-insideRémi Verschelde
2021-11-11Color: Bind `from_hsv` as static methodRémi Verschelde
2021-11-11fixed typo in NavigationPolygon docboruok
2021-11-10Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp
Makes the results consistent for all shape types with options to set the desired behavior.
2021-11-10Merge pull request #54836 from pycbouh/inspector-plugins-fixes-and-groupsRémi Verschelde