summaryrefslogtreecommitdiffstats
path: root/doc/classes/AudioStreamRandomizer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Simpler default values for AudioStreamRandomizerRedMser2023-08-021-2/+2
|
* 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?
* Add optional arguments to AudioStreamRandomizerMrBlockers2022-12-201-1/+3
| | | | | Adds stream and weight parameters to add_stream. By default, weight is 1.0f.
* Remove warning when playing random no-repeat sound with only 1 sound in poolHugo Locurcio2022-12-091-3/+3
| | | | | | | This makes setting up sounds for random pitch/volume faster, as you don't have to change the mode from Random (Avoid Repeats) to Random anymore if you only care about randomizing pitch/volume but want to prevent a warning message from appearing on every playback.
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-10/+10
|
* 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.
* Add AudioStreamRandomizer, replacing AudioStreamRandomPitchEllen Poe2022-02-091-0/+90
Add additional randomization options.