summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Rename the ".import" folder to ".godot/imported"Aaron Franke2020-09-281-2/+2
|
* Merge pull request #41579 from Calinou/doc-basematerial3d-billboard-modeRémi Verschelde2020-09-281-0/+1
|\ | | | | Document the BaseMaterial3D billboard mode not being suited for VR
| * Document the BaseMaterial3D billboard mode not being suited for VRHugo Locurcio2020-08-311-0/+1
| | | | | | | | See #41567.
* | Merge pull request #42304 from akien-mga/os-drop-get_splash_tick_msecRémi Verschelde2020-09-281-7/+0
|\ \ | | | | | | OS: Remove unused get_splash_tick_msec
| * | OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-241-7/+0
| | | | | | | | | | | | | | | | | | It was added in 3e20391bf607dc7c452b056854aed4a8c99ba0f6 but it doesn't seem particularly useful, and it was only implemented for the custom splash branch and not the default one, so it could return an uninitialized int.
* | | Remove link to step-by-step/animationsNathan Lovato2020-09-271-1/+0
| | | | | | | | | | | | | | | Required for godotengine/godot-docs#4074 to pass, we're removing that page from the docs as part of the getting started section rewrite.
* | | Merge pull request #41960 from Calinou/doc-sprite3dRémi Verschelde2020-09-272-5/+10
|\ \ \ | | | | | | | | Update and complete the Sprite3D and SpriteBase3D class documentations
| * | | Update and complete the Sprite3D and SpriteBase3D class documentationsHugo Locurcio2020-09-122-5/+10
| | | | | | | | | | | | | | | | | | | | This removes an outdated notice about Sprite3D performance issues which will most likely be fixed in the new implementation.
* | | | Merge pull request #42016 from HaSa1002/docs-lang-2Rémi Verschelde2020-09-269-112/+495
|\ \ \ \ | | | | | | | | | | Translate GDScript Code Examples to C# (Classes beginning with C)
| * | | | Translate GDScript Code Examples to C# (C)HaSa10022020-09-269-112/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translates Code Examples in classes beginning with `C`. Includes: * Callable * CanvasItem * CharFXTransform * Color * ColorRect * ConfigFile * ConfirmationDialog * Control * Crypto
* | | | | Add C# code examples to the docsHaSa10022020-09-2612-66/+388
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only existing GDScript code examples are converted and added to the docs. This is the first batch include classes beginning with A and B. Included classes: * AcceptDialog * AESContext * Animation * AnimationNodeStateMachine * AnimationNodeStateMachinePlayback * AnimationNodeStateMachineTransition * Array * ArrayMesh * AStar * AStar2D * Bool * Button
* | | | Surrounds boolean false with code tagHaoyu Qiu2020-09-252-2/+2
| | | |
* | | | Merge pull request #41683 from skyace65/FileRémi Verschelde2020-09-241-1/+2
|\ \ \ \ | |_|/ / |/| | | Move note about using ResourceLoader in the File documentation
| * | | Move note about using Resource in the File documentationskyace652020-09-241-1/+2
| | | |
* | | | Merge pull request #42089 from skyace65/ShelfFiltersRémi Verschelde2020-09-242-0/+4
|\ \ \ \ | | | | | | | | | | Add documentation for shelf filters
| * | | | Add documentation for shelf filtersskyace652020-09-152-0/+4
| | | | |
* | | | | Merge pull request #42287 from Calinou/doc-color-constants-cheatsheetRémi Verschelde2020-09-241-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Reference the Color constants cheatsheet in the class reference
| * | | | | Reference the Color constants cheatsheet in the class referenceHugo Locurcio2020-09-231-0/+1
| | | | | |
* | | | | | Reference the BaseButton class explicitly in button class documentationsHugo Locurcio2020-09-238-0/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Users are sometimes confused as to the `pressed` property not being visible in the Button class documentation. This is because `pressed` is defined in BaseButton.
* | | | | Merge pull request #42126 from Calinou/doc-videoplayer-formatsRémi Verschelde2020-09-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Improve documentation about VideoPlayer video formats
| * | | | | Improve documentation about VideoPlayer video formatsHugo Locurcio2020-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/4021.
* | | | | | Merge pull request #42181 from Leleat/document-open-open_script_create_dialogRémi Verschelde2020-09-231-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add description for ScriptEditor.open_script_create_dialog()
| * | | | | | add description for ScriptEditor.open_script_create_dialog()Leleat2020-09-191-0/+1
| | | | | | |
* | | | | | | Merge pull request #42217 from Calinou/doc-richtextlabel-append-bbcode-no-closeRémi Verschelde2020-09-231-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Document `RichTextLabel.append_bbcode()` not closing previously open tags
| * | | | | | | Document `RichTextLabel.append_bbcode()` not closing previously open tagsHugo Locurcio2020-09-201-1/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | This closes #42216.
* | | | | | | Merge pull request #41912 from skyace65/NavigationMeshRémi Verschelde2020-09-221-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Document some properties of NavigationMesh
| * | | | | | | Document some properties of NavigationMeshskyace652020-09-091-0/+10
| | | | | | | |
* | | | | | | | Merge pull request #42227 from Calinou/doc-array-fix-typoRémi Verschelde2020-09-211-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix a typo in the Array class documentation
| * | | | | | | | Fix a typo in the Array class documentationHugo Locurcio2020-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/4049.
* | | | | | | | | Cross-reference AABB and Rect2 in the class referenceHugo Locurcio2020-09-213-3/+6
|/ / / / / / / /
* | / / / / / / Document that the JavaScript singleton may be disabled at build-timeHugo Locurcio2020-09-201-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Fix typos with codespellRémi Verschelde2020-09-183-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using codespell 1.17.1. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn 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 ```
* | | | | | | Add window click-through support.bruvzg2020-09-171-0/+24
| |/ / / / / |/| | | | |
* | | | | | Cross-reference AABB getter methods in the documentationHugo Locurcio2020-09-163-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also clarifies that `get_aabb()` returns the AABB in local space. See https://github.com/godotengine/godot/issues/42095.
* | | | | | Merge pull request #42086 from akien-mga/makerst-newline-eofRémi Verschelde2020-09-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | makerst: Add missing newline at EOF
| * | | | | | makerst: Add missing newline at EOFRémi Verschelde2020-09-151-1/+1
| | | | | | |
* | | | | | | Clarify that 2D cell sizes are defined in pixelsHugo Locurcio2020-09-151-2/+2
| |_|/ / / / |/| | | | | | | | | | | | | | | | | See https://github.com/godotengine/godot/issues/40577#issuecomment-662329021.
* | | | | | Several documentation improvementsDanil Alexeev2020-09-141-1/+1
| | | | | |
* | | | | | Merge pull request #42036 from Calinou/doc-object-metadata-removeRémi Verschelde2020-09-141-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Document how to remove metadata from an Object
| * | | | | | Document how to remove metadata from an ObjectHugo Locurcio2020-09-141-2/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/4010.
* | | | | | Merge pull request #41987 from skyace65/Audio1Rémi Verschelde2020-09-142-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Improve AudioEffectDistortion and AudioEffectFilter documentation
| * | | | | Improve AudioEffectDistortion and AudioEffectFilter documentationskyace652020-09-112-3/+5
| | | | | |
* | | | | | Clarify get_data Image methodEbrahim Ebrahim2020-09-111-1/+1
|/ / / / /
* | | / / doc: Sync classref with current sourceRémi Verschelde2020-09-1113-75/+610
| |_|/ / |/| | | | | | | | | | | Bind missing enums.
* | | | Merge pull request #41957 from skyace65/SpriteFramesRémi Verschelde2020-09-101-1/+1
|\ \ \ \ | | | | | | | | | | Improve SpriteFrames get_animation_loop description
| * | | | Improve SpriteFrames get_animation_loop descriptionskyace652020-09-101-1/+1
| | | | |
* | | | | Merge pull request #41954 from Calinou/raycast-rename-cast-toRémi Verschelde2020-09-102-6/+6
|\ \ \ \ \ | |/ / / / |/| | | | Rename RayCast's `cast_to` property to `target_position`
| * | | | Rename RayCast's `cast_to` property to `target_position`Hugo Locurcio2020-09-102-6/+6
| |/ / / | | | | | | | | | | | | | | | | `cast_to` is sometimes mistaken as a method rather than a property. `target_position` makes it more obvious that it's a property.
* | | | Merge pull request #41890 from YeldhamDev/tabs_previousRémi Verschelde2020-09-101-0/+7
|\ \ \ \ | | | | | | | | | | Add 'get_previous_tab()' to 'Tabs'
| * | | | Add 'get_previous_tab()' to 'Tabs'Michael Alexsander2020-09-081-0/+7
| | | | |