summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* Document the BaseMaterial3D classHugo Locurcio2022-10-242-4/+12
| | | | This makes the class 100% documented again.
* Merge pull request #67755 from m4gr3d/input_event_screen_touch_double_tap_mainFredia Huya-Kouadio2022-10-231-0/+3
|\ | | | | Add double_tap attribute to InputEventScreenTouch
| * Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-0/+3
| | | | | | | | This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events.
* | Merge pull request #67677 from rsubtil/doc_popupmenuMax Hilbrunner2022-10-231-0/+2
|\ \ | | | | | | Document PopupMenu "id_pressed" behavior
| * | Document PopupMenu id behaviorEv1lbl0w2022-10-191-0/+2
| | |
* | | Merge pull request #67718 from Mickeon/doc-peeves-the-constant-burdenMax Hilbrunner2022-10-221-64/+78
|\ \ \ | | | | | | | | Tweak `@GlobalScope` constants documentation overall
| * | | Tweak `@GlobalScope` constants documentation overallMicky2022-10-211-64/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General: - Replace most type names with strong references (such as "integer" to "[int]"); - Made the writing style closer to how the rest of the documentation is formatted. - Use uppercase Inspector when referring to the Inspector dock. - Describe missing MethodFlags, Variant.Type constants. Key: - Add " key." to the `KEY_0` to `KEY_9` constants; - Reword some MouseButton constants; - In a programming context, it's kind of odd hearing about the plural of "mouse". Error: - Reword OK constant to flow better, use `printerr()` over `print()`; - Describe where `ERR_HELP` is used by the engine; - Point to the Github Issues Page in ERR_BUG. PropertyHint: - Mention that PROPERTY_HINT_IMAGE_COMPRESS_LOSSY and PROPERTY_HINT_IMAGE_COMPRESS_LOSSLESS are unused; - Mention that PROPERTY_HINT_PASSWORD allows a placeholder string. - Describe PROPERTY_HINT_OBJECT_TOO_BIG, PROPERTY_HINT_MAX. PropertyUsageFlags: - Describe PROPERTY_USAGE_HIGH_END_GFX, PROPERTY_USAGE_ARRAY.
* | | | Fix class doc for TileMap navigation visibility modesmix82022-10-221-1/+1
| |_|/ |/| | | | | | | | fix small copy&paste error
* | | Merge pull request #67725 from TokageItLab/add-tuts-link-retargetMax Hilbrunner2022-10-223-0/+3
|\ \ \ | |/ / |/| | Add a tutorial link to `BoneMap` and `SkeletonProfile`
| * | Add a tutorial link to Retarget ClassesSilc Renew2022-10-223-0/+3
| | |
* | | Merge pull request #67072 from Mickeon/uh-oh-stinkyMax Hilbrunner2022-10-213-20/+40
|\ \ \ | | | | | | | | Rewrite most of Resource's documentation
| * | | Rewrite most of Resource's documentationMicky2022-10-183-20/+40
| | | |
* | | | Merge pull request #67254 from TechnoPorg/doc-projection-classMax Hilbrunner2022-10-211-0/+62
|\ \ \ \ | | | | | | | | | | Fully document the Projection class.
| * | | | Fully document the Projection class.TechnoPorg2022-10-191-0/+62
| | | | | | | | | | | | | | | | | | | | Projection is a 4x4 matrix that applies a projective transformation.
* | | | | Merge pull request #67648 from Calinou/doc-cylindershape3d-bugsMax Hilbrunner2022-10-211-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Document known issues with CylinderShape3D
| * | | | | Document known issues with CylinderShape3DHugo Locurcio2022-10-191-0/+1
| | | | | |
* | | | | | Merge pull request #67656 from MewPurPur/instance🧹Max Hilbrunner2022-10-2120-34/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix minor mistakes throughout the documentation
| * | | | | | Fix small mistakes throughout much of the documentationVolTer2022-10-2120-34/+34
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #67684 from patchfx/fix-typo-in-draw-rect-regionMax Hilbrunner2022-10-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix tp_canvas_item typo in _draw_rect_region
| * | | | | | Fix tp_canvas_item typo in _draw_rect_regionRichard Patching2022-10-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #67444 from nonunknown/array_pick_randomMax Hilbrunner2022-10-211-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add ability to pick random value from array
| * | | | | | add ability to pick random value from arrayNonunknown2022-10-201-0/+10
| | | | | | |
* | | | | | | Merge pull request #67506 from squashiv/masterClay John2022-10-201-0/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Expose Shape2D::get_rect to scripting
| * | | | | | Expose Shape2D::get_rect to scriptingsquash2022-10-201-0/+6
| |/ / / / /
* | | | | | Merge pull request #66950 from ↵Clay John2022-10-191-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/doc-surfacetool-generate-normals-smooth-groups Document `SurfaceTool.generate_normals()` interaction with smooth groups
| * | | | | | Document `SurfaceTool.generate_normals()` interaction with smooth groupsHugo Locurcio2022-10-051-0/+1
| | | | | | |
* | | | | | | Merge pull request #66279 from aaronfranke/control-min-sizeMax Hilbrunner2022-10-191-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert `custom_minimum_size` type back to `Vector2` instead of `Vector2i`
| * | | | | | | Revert custom_minimum_size type back to Vector2 instead of Vector2iAaron Franke2022-09-221-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #66940 from aaronfranke/doc-get-tr-aabbMax Hilbrunner2022-10-193-10/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove the global space `get_transformed_aabb` helper method
| * | | | | | | | Remove the global space `get_transformed_aabb` helper methodAaron Franke2022-10-183-10/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #65613 from ↵Max Hilbrunner2022-10-191-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commander-Firestrike/audiostreamgeneratorplayback_docs_fix_0 Update AudioStreamGeneratorPlayback.xml
| * | | | | | | | Update AudioStreamGeneratorPlayback.xmlFireflash2022-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed incorrect method description for `get_frames_available`. According to [The AudioStreamGenerator source](https://github.com/godotengine/godot/blob/master/servers/audio/effects/audio_stream_generator.cpp#L132), the `get_frames_available` method should return the space remaining in the sample buffer.
* | | | | | | | | Merge pull request #66134 from MewPurPur/fix-outdated-editor-settingsMax Hilbrunner2022-10-191-8/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve some Text Editor editor settings
| * | | | | | | | | Improve some Text Editor editor settingsVolTer2022-09-201-8/+8
| | | | | | | | | |
* | | | | | | | | | Merge pull request #66410 from RedMser/patch-1Max Hilbrunner2022-10-191-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix `Control.get_global_rect` documentation
| * | | | | | | | | | Fix Control.get_global_rect documentationRedMser2022-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It uses `get_global_position` internally, which is relative to the current canvas layer (unlike `get_screen_position`).
* | | | | | | | | | | Merge pull request #66326 from zak-grumbles/editor_script_reference_docsMax Hilbrunner2022-10-191-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add note regarding RefCounted to EditorScript docs
| * | | | | | | | | | | Add note regarding RefCounted to EditorScript docsZak Grumbles2022-09-231-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #67001 from KoBeWi/🎲Max Hilbrunner2022-10-1918-4/+104
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fill random docs
| * | | | | | | | | | | | Fill random docskobewi2022-10-0718-4/+104
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #67208 from Mickeon/doc-peeves-the-peeveningMax Hilbrunner2022-10-191-156/+171
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Tweak `@GlobalScope` functions documentation overall
| * | | | | | | | | | | | Tweak `@GlobalScope` functions documentation overallMicky2022-10-181-156/+171
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generally: - Made use of [param] more frequently; - Link to other classes' documentation more often; - Improve and add more examples; - Ensure that multiple comments of an codeblock example are spaced out equally for better readability; - Made the writing style closer to how the rest of the documentation is formatted; - Ensure these are called "functions", not "methods". - Fixed a few typos. - Touched up a few cases of zero being written as "zero" or "0" where "0" or "0.0" would be more appropriate. - Removed mentions of "(real)". In 3.x, this was associated with floats, because TYPE_FLOAT was called TYPE_REAL. More specifically: - Every type-safe version of a function (such as `ceili` has a consistent final note ("A type-safe version of [method ceil], returning a [int]"). - Added more details to `randomize`, `seed`. - Corrected `floori()`'s description. It's not the same as `int()`. This was not correct behavior and has been fixed.
* | | | | | | | | | | | Merge pull request #67458 from ↵Rémi Verschelde2022-10-171-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sauermann/fix-expose-viewport-get-screen-transform Expose Viewport::get_screen_transform to GDScript
| * | | | | | | | | | | | Expose Viewport::get_screen_transform to GDScriptMarkus Sauermann2022-10-151-0/+6
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #67322 from ztc0611/add-ios-ui-optionsRémi Verschelde2022-10-171-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add iOS UI Options
| * | | | | | | | | | | | Add iOS UI OptionsZach Coleman2022-10-121-0/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix missing parenthesis in the documentationDominus Iniquitatis2022-10-161-1/+1
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #63332 from KoBeWi/static_images_aka_photosRémi Verschelde2022-10-151-4/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make some Image methods static
| * | | | | | | | | | | | Make some Image methods statickobewi2022-10-141-4/+15
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #67403 from bitbrain/rename-to-positionRémi Verschelde2022-10-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename `pos` to `index` on Node