summaryrefslogtreecommitdiffstats
path: root/modules/vorbis/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
* Fix interactive music docs saying it's "not implemented"Micky2024-11-101-3/+3
|
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
|
* Link to runtime loading/saving tutorial and improve Image documentationHugo Locurcio2023-11-141-0/+1
|
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-1/+1
|
* Merge pull request #79405 from Calinou/doc-import-optionsYuri Sizov2023-07-271-1/+16
|\ | | | | Fill in descriptions for import options in the class reference
| * Fill in descriptions for import options in the class referenceHugo Locurcio2023-07-271-1/+16
| |
* | Load OGGs from file systemOğuzhan Eroğlu2023-07-142-0/+34
|/
* Fix documentation validation after 8352122e70ec2a582af9a713791eabbbcb935c10Yuri Sizov2023-07-121-1/+1
|
* Merge pull request #49524 from Calinou/document-editor-import-optionsYuri Sizov2023-07-122-1/+23
|\ | | | | | | Document editor import options in the class reference
| * Document editor import options in the class referenceHugo Locurcio2023-06-152-1/+23
| | | | | | | | | | | | | | Tooltips are displayed when hovering import options, both in the Import dock and in the import defaults editor (which is in the Project Settings). Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
| | | | | | | | | | | | 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-052-2/+2
|/ | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
| | | | Can't stop, won't stop, they said, huh?
* Rename every instance of "OGG" to "Ogg"DeeJayLSP2022-07-282-4/+4
|
* Implement BPM supportreduz2022-07-231-0/+6
| | | | | | | | | | | Based on #62896, only implements the BPM support part. * Implements BPM support in the AudioStreamOGG/MP3 importers. * Can select BPM/Bar Size and total beats in a song file, as well as edit looping points. * Looping is now BPM aware * Added a special importer UI for configuring this. * Added a special preview showing the audio waveform as well as the playback position in the resource picker. * Renamed `AudioStream::instance` to `instantiate` for correctness.
* Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
| | | | | | | | 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.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-202-8/+0
|
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-092-0/+37