Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-27 | Remove link to step-by-step/animations | Nathan Lovato | |
Required for godotengine/godot-docs#4074 to pass, we're removing that page from the docs as part of the getting started section rewrite. | |||
2020-09-27 | Merge pull request #41960 from Calinou/doc-sprite3d | Rémi Verschelde | |
Update and complete the Sprite3D and SpriteBase3D class documentations | |||
2020-09-26 | Merge pull request #42016 from HaSa1002/docs-lang-2 | Rémi Verschelde | |
Translate GDScript Code Examples to C# (Classes beginning with C) | |||
2020-09-26 | Add C# code examples to the docs | HaSa1002 | |
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 | |||
2020-09-26 | Translate GDScript Code Examples to C# (C) | HaSa1002 | |
Translates Code Examples in classes beginning with `C`. Includes: * Callable * CanvasItem * CharFXTransform * Color * ColorRect * ConfigFile * ConfirmationDialog * Control * Crypto | |||
2020-09-25 | Surrounds boolean false with code tag | Haoyu Qiu | |
2020-09-24 | Merge pull request #41683 from skyace65/File | Rémi Verschelde | |
Move note about using ResourceLoader in the File documentation | |||
2020-09-24 | Move note about using Resource in the File documentation | skyace65 | |
2020-09-24 | Merge pull request #42089 from skyace65/ShelfFilters | Rémi Verschelde | |
Add documentation for shelf filters | |||
2020-09-24 | Merge pull request #42287 from Calinou/doc-color-constants-cheatsheet | Rémi Verschelde | |
Reference the Color constants cheatsheet in the class reference | |||
2020-09-23 | Reference the Color constants cheatsheet in the class reference | Hugo Locurcio | |
2020-09-23 | Reference the BaseButton class explicitly in button class documentations | Hugo Locurcio | |
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. | |||
2020-09-23 | Merge pull request #42126 from Calinou/doc-videoplayer-formats | Rémi Verschelde | |
Improve documentation about VideoPlayer video formats | |||
2020-09-23 | Improve documentation about VideoPlayer video formats | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4021. | |||
2020-09-23 | Merge pull request #42181 from Leleat/document-open-open_script_create_dialog | Rémi Verschelde | |
Add description for ScriptEditor.open_script_create_dialog() | |||
2020-09-23 | Merge pull request #42217 from Calinou/doc-richtextlabel-append-bbcode-no-close | Rémi Verschelde | |
Document `RichTextLabel.append_bbcode()` not closing previously open tags | |||
2020-09-22 | Merge pull request #41912 from skyace65/NavigationMesh | Rémi Verschelde | |
Document some properties of NavigationMesh | |||
2020-09-21 | Merge pull request #42227 from Calinou/doc-array-fix-typo | Rémi Verschelde | |
Fix a typo in the Array class documentation | |||
2020-09-21 | Fix a typo in the Array class documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4049. | |||
2020-09-21 | Cross-reference AABB and Rect2 in the class reference | Hugo Locurcio | |
2020-09-20 | Document `RichTextLabel.append_bbcode()` not closing previously open tags | Hugo Locurcio | |
This closes #42216. | |||
2020-09-20 | Document that the JavaScript singleton may be disabled at build-time | Hugo Locurcio | |
2020-09-19 | add description for ScriptEditor.open_script_create_dialog() | Leleat | |
2020-09-18 | Fix typos with codespell | Rémi Verschelde | |
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 ``` | |||
2020-09-17 | Add window click-through support. | bruvzg | |
2020-09-16 | Cross-reference AABB getter methods in the documentation | Hugo Locurcio | |
This also clarifies that `get_aabb()` returns the AABB in local space. See https://github.com/godotengine/godot/issues/42095. | |||
2020-09-15 | Add documentation for shelf filters | skyace65 | |
2020-09-15 | Merge pull request #42086 from akien-mga/makerst-newline-eof | Rémi Verschelde | |
makerst: Add missing newline at EOF | |||
2020-09-15 | Clarify that 2D cell sizes are defined in pixels | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/40577#issuecomment-662329021. | |||
2020-09-15 | makerst: Add missing newline at EOF | Rémi Verschelde | |
2020-09-14 | Several documentation improvements | Danil Alexeev | |
2020-09-14 | Merge pull request #42036 from Calinou/doc-object-metadata-remove | Rémi Verschelde | |
Document how to remove metadata from an Object | |||
2020-09-14 | Document how to remove metadata from an Object | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4010. | |||
2020-09-14 | Merge pull request #41987 from skyace65/Audio1 | Rémi Verschelde | |
Improve AudioEffectDistortion and AudioEffectFilter documentation | |||
2020-09-12 | Update and complete the Sprite3D and SpriteBase3D class documentations | Hugo Locurcio | |
This removes an outdated notice about Sprite3D performance issues which will most likely be fixed in the new implementation. | |||
2020-09-11 | Improve AudioEffectDistortion and AudioEffectFilter documentation | skyace65 | |
2020-09-11 | Clarify get_data Image method | Ebrahim Ebrahim | |
2020-09-11 | doc: Sync classref with current source | Rémi Verschelde | |
Bind missing enums. | |||
2020-09-10 | Merge pull request #41957 from skyace65/SpriteFrames | Rémi Verschelde | |
Improve SpriteFrames get_animation_loop description | |||
2020-09-10 | Improve SpriteFrames get_animation_loop description | skyace65 | |
2020-09-10 | Merge pull request #41954 from Calinou/raycast-rename-cast-to | Rémi Verschelde | |
Rename RayCast's `cast_to` property to `target_position` | |||
2020-09-10 | Rename RayCast's `cast_to` property to `target_position` | Hugo Locurcio | |
`cast_to` is sometimes mistaken as a method rather than a property. `target_position` makes it more obvious that it's a property. | |||
2020-09-10 | Merge pull request #41890 from YeldhamDev/tabs_previous | Rémi Verschelde | |
Add 'get_previous_tab()' to 'Tabs' | |||
2020-09-10 | Added Texture3D to visual shaders | Yuri Roubinsky | |
2020-09-09 | Rename ShortCut to Shortcut which is more grammatically correct | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980. | |||
2020-09-09 | Document some properties of NavigationMesh | skyace65 | |
2020-09-09 | Improve documentation related to Array error handling | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3834. | |||
2020-09-08 | Add 'get_previous_tab()' to 'Tabs' | Michael Alexsander | |
2020-09-07 | Merge pull request #38308 from bruvzg/sad_security_circus | Rémi Verschelde | |
Adds PCK encryption support (using script encryption key for export). | |||
2020-09-07 | Merge pull request #38944 from Wavesonics/http-gzip | Fabio Alessandrelli | |
HttpRequest now handles gzipping response bodies |