summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34086 from Calinou/doc-improve-styleboxRémi Verschelde2019-12-073-4/+36
|\ | | | | Improve the StyleBox class documentations
| * Improve the StyleBox class documentationsHugo Locurcio2019-12-063-4/+36
| |
* | Document RichTextEffect and CharFXTransformHugo Locurcio2019-12-062-0/+34
| |
* | Merge pull request #34128 from akien-mga/doc-animplayer-play-stopRémi Verschelde2019-12-061-8/+7
|\ \ | | | | | | doc: Fix and clarify AnimationPlayer play and stop descriptions
| * | doc: Fix and clarify AnimationPlayer play and stop descriptionsRémi Verschelde2019-12-051-8/+7
| | | | | | | | | | | | Closes #34125.
* | | Merge pull request #34132 from flyingpimonster/arvr-docsRémi Verschelde2019-12-062-13/+14
|\ \ \ | |/ / |/| | Docs: ARVRController and ARVRInterface
| * | Docs: ARVRController and ARVRInterfaceJames Westman2019-12-052-13/+14
| | | | | | | | | | | | | | | | | | This commit clarifies a few methods and members in the AR/VR docs. It also updates some wording according to the style guide and fixes a couple typos.
* | | Merge pull request #34039 from Eoin-ONeill-Yokai/multimeshfixRémi Verschelde2019-12-051-0/+8
|\ \ \ | | | | | | | | Added Missing Binding for `multimesh_create` to VisualServer
| * | | Added method binding for `multimesh_create` that was missing from ↵Eoin O'Neill2019-12-041-0/+8
| | | | | | | | | | | | | | | | VisualServer class.
* | | | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-042-0/+6
| | | |
* | | | [ci skip] OS class documentations, adds platform compatibility notes.bruvzg2019-12-031-4/+40
| |_|/ |/| |
* | | doc: Fix markup errorsRémi Verschelde2019-12-031-2/+2
| | |
* | | Merge pull request #34077 from Calinou/doc-improve-dynamicfontRémi Verschelde2019-12-031-4/+10
|\ \ \ | | | | | | | | Improve the DynamicFont class documentation
| * | | Improve the DynamicFont class documentationHugo Locurcio2019-12-031-4/+10
| | | |
* | | | Merge pull request #34076 from Calinou/doc-listenerRémi Verschelde2019-12-031-0/+8
|\ \ \ \ | | | | | | | | | | Add documentation for the Listener class
| * | | | Add documentation for the Listener classHugo Locurcio2019-12-031-0/+8
| |/ / /
* / / / Improve the Camera class documentationHugo Locurcio2019-12-031-6/+11
|/ / / | | | | | | | | | This makes the Camera class 100% documented.
* | | Merge pull request #33857 from nekomatata/polygon-2d-antialiasingRémi Verschelde2019-12-032-0/+5
|\ \ \ | |/ / |/| | Fixed antialiased option for Polygon2D
| * | Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp2019-11-282-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Polygon2D: The property wasn't used anymore after switching from canvas_item_add_polygon() to canvas_item_add_triangle_array() for drawing. Line2D: Added the same property as for Polygon2D & fixed smooth line drawing to use indices correctly. Fixes #26823
* | | Add docs for is_equal_approx on structuresAaron Franke2019-11-3010-2/+12
| | |
* | | Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")miere432019-11-301-1/+1
| | |
* | | Docs: GridMap and MeshLibraryJames Westman2019-11-291-5/+17
| |/ |/| | | | | | | The only methods left to document are resource_changed, set_clip, and the methods dealing with baked meshes.
* | Document the `ViewportContainer.stretch_shrink` propertyHugo Locurcio2019-11-271-0/+3
| |
* | document popup behaviourHaSa10022019-11-271-1/+1
| |
* | Only display Environment sky rotation in degrees in the InspectorHugo Locurcio2019-11-261-3/+3
| | | | | | | | This makes it consistent with Spatial.
* | Merge pull request #33867 from rcorre/get_node_docsRémi Verschelde2019-11-251-2/+2
|\ \ | | | | | | Clarify get_node vs get_node_or_null.
| * | Clarify get_node vs get_node_or_null.Ryan Roden-Corrent2019-09-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #2771. It is confusing to say get_node will "raise an error" if the node does not exist, as this phrase is used elsewhere in the godot docs (e.g. at several points in the GDScript overview) to indicate something that will completely stop execution. Saying it logs an error is more accurate.
* | | Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde2019-11-252-9/+7
|\ \ \ | | | | | | | | Add download_chunk_size property to HTTPRequest.
| * | | Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-242-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | This allows setting the `read_chunk_size` of the internal HTTPClient. This is important to reduce the allocation overhead and number of file writes when downloading large files, allowing for better download speed.
* | | | Update Viewport.xmlRobert Colton2019-11-241-0/+1
| |_|/ |/| | | | | Add description for gui_is_dragging to document drag and drop behavior.
* | | Fix typos with codespellRémi Verschelde2019-11-221-7/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
* | Better description of the binds parameter of connectBenjamin Navarro2019-11-211-1/+8
| | | | | | | | Now states how binds are handled if they are used together with parameters passed to emit_signal
* | Editor: fix typo in VCS plugin method namesmerumelu2019-11-191-1/+1
| |
* | Merge pull request #33663 from Calinou/add-node-get-process-priorityRémi Verschelde2019-11-172-10/+3
|\ \ | | | | | | Implement `Node::get_process_priority()` and its associated property
| * | Implement `Node::get_process_priority()` and its associated propertyHugo Locurcio2019-11-172-10/+3
| | | | | | | | | | | | This closes #33660.
* | | Merge pull request #33658 from NeoSpark314/rename_ext_msaaRémi Verschelde2019-11-161-2/+2
|\ \ \ | |/ / |/| | Rename External MSAA to AndroidVR MSAA
| * | Rename External MSAA to AndroidVR MSAAHolger Dammertz2019-11-161-2/+2
| | | | | | | | | | | | | | | | | | A new external MSAA setting was introduced in https://github.com/godotengine/godot/pull/33518 that fixed issues on GLES2 and Oculus Mobile VR. To avoid misunderstanding it was suggested by @BastiaanOlij and discussed on discord to rename it to AndroidVR.
* | | Added more in-depth examples of NodePaths in API docs.willnationsdev2019-11-131-0/+13
| | |
* | | Merge pull request #33591 from zaksnet/fix-string-docs-splitRémi Verschelde2019-11-131-2/+17
|\ \ \ | | | | | | | | Fix split/rsplit docs
| * | | Fix split/rsplit docsZak2019-11-131-2/+17
| | | |
* | | | Merge pull request #33576 from merumelu/doc-reload-current-sceneRémi Verschelde2019-11-121-1/+1
|\ \ \ \ | | | | | | | | | | Doc: Add return values for SceneTree::reload_current_scene
| * | | | Doc: Add return values for SceneTree::reload_current_scenemerumelu2019-11-121-1/+1
| | |/ / | |/| |
* / | | doc: PCKPacker class example codeIlyaStuurFedorov2019-11-121-0/+9
|/ / /
* | | doc: Sync classref with current sourceRémi Verschelde2019-11-112-1/+17
| | |
* | | Mention that `Dictionary.hash()` can be used for equality comparisonsHugo Locurcio2019-11-111-1/+7
| | | | | | | | | | | | See #27615.
* | | Merge pull request #33518 from BastiaanOlij/msaa_ext_modesRémi Verschelde2019-11-111-0/+6
|\ \ \ | | | | | | | | Add MSAA mode for Quest
| * | | Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisationBastiaan Olij2019-11-111-0/+6
| | | |
* | | | Merge pull request #33453 from Calinou/expose-low-processor-mode-sleep-usecRémi Verschelde2019-11-111-0/+3
|\ \ \ \ | | | | | | | | | | Expose the `OS.low_processor_usage_mode_sleep_usec` property
| * | | | Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio2019-11-081-0/+3
| | | | | | | | | | | | | | | | | | | | This makes it possible to change it at runtime in projects.
* | | | | Merge pull request #33496 from QbieShay/spring-arm-docRémi Verschelde2019-11-111-0/+17
|\ \ \ \ \ | | | | | | | | | | | | Added documentation for SpringArm doc