summaryrefslogtreecommitdiffstats
path: root/doc/classes/AudioStreamPlayer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Document `AudioStreamPlayer.get_playback_position()` intentionally always ↵Johannes Kung2024-11-191-0/+1
| | | | returning `0.0` when using `AudioStreamInteractive`
* Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove ↵Raul Santos2024-08-301-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 documentationHaoyu Qiu2024-08-021-1/+1
|
* Add samples playback supportAdam Scott2024-06-181-0/+3
|
* Merge pull request #90310 from mhilbrunner/OutdatedDemosRémi Verschelde2024-04-081-5/+5
|\ | | | | | | Update links to outdated asset library demos
| * Update links to outdated asset library demosskyace652024-04-071-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-2030Rémi Verschelde2024-04-081-21/+25
|\ \ | |/ |/| | | Overhaul AudioStreamPlayer's documentation
| * Overhaul AudioStreamPlayer's documentationMicky2023-12-301-21/+25
| |
* | Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|/
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-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 headerRémi Verschelde2023-07-061-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-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-0/+6
|
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-2/+2
|
* AudioStreamPlayer: Clarify that no validation is made on 'bus' nameRémi Verschelde2022-07-081-0/+1
| | | | | Supersedes #39605. Fixes #39585.
* Add an XML schema for documentationHugo Locurcio2022-02-151-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 referenceRémi Verschelde2021-11-151-1/+1
|
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-0/+3
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-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 sigilJonathan Gollnick2021-06-101-1/+1
|
* Improve the AudioStreamPlayer(2D/3D) class descriptionsHugo Locurcio2021-05-051-0/+1
|
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+5
|
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-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 documentationHugo Locurcio2020-04-261-1/+1
| | | | | | This closes #29439. Co-authored-by: Cheeseness <contact@jbushproductions.com>
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-1/+1
|
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-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 classesTomasz Chabora2020-01-101-0/+2
|
* doc: Markup fixes for enums and constantsRémi Verschelde2019-12-061-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-1/+1
|
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-1/+1
| | | | They are now generated automatically by doctool.
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-8/+8
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-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 sourceRémi Verschelde2019-04-301-9/+0
|
* Added docs to AudioStreamPlayer for get_mix_timeJuan Linietsky2019-04-271-0/+9
|
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Sync classref with current sourceRémi Verschelde2019-04-151-0/+6
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde2019-01-071-1/+0
|
* doc: Add missing commas after "If true/false"Rémi Verschelde2018-12-201-2/+2
|
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-2/+2
| | | | Fixes #23509.
* Added description and measurementJason Anderson2018-07-311-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-0/+2
| | | | Fix various missing arguments in bindings.
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-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 ↵Nobelix2018-05-041-0/+1
| | | | classes.
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Sync classref with current sourceRémi Verschelde2018-02-191-0/+2
|
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|