summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)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 VRHugo Locurcio2020-08-311-0/+1
* | 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_msecRémi Verschelde2020-09-241-7/+0
* | | Remove link to step-by-step/animationsNathan Lovato2020-09-271-1/+0
* | | Merge pull request #41960 from Calinou/doc-sprite3dRémi Verschelde2020-09-272-5/+10
|\ \ \
| * | | Update and complete the Sprite3D and SpriteBase3D class documentationsHugo Locurcio2020-09-122-5/+10
* | | | Merge pull request #42016 from HaSa1002/docs-lang-2Rémi Verschelde2020-09-269-112/+495
|\ \ \ \
| * | | | Translate GDScript Code Examples to C# (C)HaSa10022020-09-269-112/+495
* | | | | Add C# code examples to the docsHaSa10022020-09-2612-66/+388
|/ / / /
* | | | 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 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 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 referenceHugo Locurcio2020-09-231-0/+1
* | | | | | Reference the BaseButton class explicitly in button class documentationsHugo Locurcio2020-09-238-0/+8
|/ / / / /
* | | | | Merge pull request #42126 from Calinou/doc-videoplayer-formatsRémi Verschelde2020-09-231-1/+1
|\ \ \ \ \
| * | | | | Improve documentation about VideoPlayer video formatsHugo Locurcio2020-09-231-1/+1
* | | | | | 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()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 tagsHugo Locurcio2020-09-201-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #41912 from skyace65/NavigationMeshRémi Verschelde2020-09-221-0/+10
|\ \ \ \ \ \ \
| * | | | | | | 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 documentationHugo Locurcio2020-09-211-1/+1
* | | | | | | | | 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
* | | | | | | Add window click-through support.bruvzg2020-09-171-0/+24
| |/ / / / / |/| | | | |
* | | | | | Cross-reference AABB getter methods in the documentationHugo Locurcio2020-09-163-4/+4
* | | | | | Merge pull request #42086 from akien-mga/makerst-newline-eofRémi Verschelde2020-09-151-1/+1
|\ \ \ \ \ \
| * | | | | | 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
| |_|/ / / / |/| | | | |
* | | | | | 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 ObjectHugo Locurcio2020-09-141-2/+3
| |/ / / / /
* | | | | | Merge pull request #41987 from skyace65/Audio1Rémi Verschelde2020-09-142-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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
| |_|/ / |/| | |
* | | | Merge pull request #41957 from skyace65/SpriteFramesRémi Verschelde2020-09-101-1/+1
|\ \ \ \
| * | | | 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`Hugo Locurcio2020-09-102-6/+6
| |/ / /
* | | | Merge pull request #41890 from YeldhamDev/tabs_previousRémi Verschelde2020-09-101-0/+7
|\ \ \ \
| * | | | Add 'get_previous_tab()' to 'Tabs'Michael Alexsander2020-09-081-0/+7