Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document `AudioStreamPlayer.get_playback_position()` intentionally always ↵ | Johannes Kung | 2024-11-19 | 1 | -0/+1 |
| | | | | returning `0.0` when using `AudioStreamInteractive` | ||||
* | Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove ↵ | Raul Santos | 2024-08-30 | 1 | -1/+1 |
| | | | | | | | | `AudioStreamPlayer::{2D,3D}::_is_active` - The `_is_active` method seems to be unused, so it was removed. - The `_set_playing` method is now exposed, as the setter of the `playing` property. - The `play` method can't be used as a setter because it takes a `float` parameter instead of a `bool` parameter. | ||||
* | Fix several typos in the documentation | Haoyu Qiu | 2024-08-02 | 1 | -1/+1 |
| | |||||
* | Add samples playback support | Adam Scott | 2024-06-18 | 1 | -0/+3 |
| | |||||
* | Merge pull request #90310 from mhilbrunner/OutdatedDemos | Rémi Verschelde | 2024-04-08 | 1 | -5/+5 |
|\ | | | | | | | Update links to outdated asset library demos | ||||
| * | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -5/+5 |
| | | | | | | | | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com> | ||||
* | | Merge pull request #81858 from Mickeon/doc-peeves-that-will-be-merged-in-2030 | Rémi Verschelde | 2024-04-08 | 1 | -21/+25 |
|\ \ | |/ |/| | | | Overhaul AudioStreamPlayer's documentation | ||||
| * | Overhaul AudioStreamPlayer's documentation | Micky | 2023-12-30 | 1 | -21/+25 |
| | | |||||
* | | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 1 | -1/+1 |
|/ | |||||
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -1/+1 |
| | | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors. | ||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Implement blending audio feature to AnimationTree | Silc Renew | 2023-01-28 | 1 | -0/+6 |
| | |||||
* | [doc] Use "param" instead of "code" to refer to parameters (8) | Andy Maloney | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -2/+2 |
| | |||||
* | AudioStreamPlayer: Clarify that no validation is made on 'bus' name | Rémi Verschelde | 2022-07-08 | 1 | -0/+1 |
| | | | | | Supersedes #39605. Fixes #39585. | ||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | ||||
* | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -1/+1 |
| | |||||
* | Add polyphony to Audio Stream Player nodes | Ellen Poe | 2021-09-07 | 1 | -0/+3 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -14/+7 |
| | | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | ||||
* | Let var2str display StringName with correct sigil | Jonathan Gollnick | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | Improve the AudioStreamPlayer(2D/3D) class descriptions | Hugo Locurcio | 2021-05-05 | 1 | -0/+1 |
| | |||||
* | Link to demos from within the class reference | Aaron Franke | 2020-10-01 | 1 | -0/+5 |
| | |||||
* | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -1/+1 |
| | | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | ||||
* | Improve `pitch_scale` descriptions in AudioStreamPlayer documentation | Hugo Locurcio | 2020-04-26 | 1 | -1/+1 |
| | | | | | | This closes #29439. Co-authored-by: Cheeseness <contact@jbushproductions.com> | ||||
* | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | 2020-02-22 | 1 | -1/+1 |
| | |||||
* | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
| | | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | ||||
* | Complete documentation of various classes | Tomasz Chabora | 2020-01-10 | 1 | -0/+2 |
| | |||||
* | doc: Markup fixes for enums and constants | Rémi Verschelde | 2019-12-06 | 1 | -1/+1 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-07-15 | 1 | -1/+1 |
| | |||||
* | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | 2019-06-30 | 1 | -1/+1 |
| | | | | They are now generated automatically by doctool. | ||||
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -8/+8 |
| | | | | Thanks to @bojidar-bg's impressive work in #29380. | ||||
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-04-30 | 1 | -9/+0 |
| | |||||
* | Added docs to AudioStreamPlayer for get_mix_time | Juan Linietsky | 2019-04-27 | 1 | -0/+9 |
| | |||||
* | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2019-04-15 | 1 | -0/+6 |
| | |||||
* | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | doc: Fix wrong references found by Sphinx and new makerst.py | Rémi Verschelde | 2019-01-07 | 1 | -1/+0 |
| | |||||
* | doc: Add missing commas after "If true/false" | Rémi Verschelde | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | 2018-11-05 | 1 | -2/+2 |
| | | | | Fixes #23509. | ||||
* | Added description and measurement | Jason Anderson | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 1 | -0/+2 |
| | | | | Fix various missing arguments in bindings. | ||||
* | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 1 | -2/+2 |
| | | | | Also change the <tutorials> structure to make use of individual <link> tags | ||||
* | Added a description to the picth_scale property in the AudioStreamPlayer ↵ | Nobelix | 2018-05-04 | 1 | -0/+1 |
| | | | | classes. | ||||
* | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
| | | | | It has no practical use case and just generates noise for each alpha, beta, etc. | ||||
* | doc: Sync classref with current source | Rémi Verschelde | 2018-02-19 | 1 | -0/+2 |
| | |||||
* | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 |
| |