summaryrefslogtreecommitdiffstats
path: root/modules/minimp3/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-2/+2
|
* Fill in descriptions for import options in the class referenceHugo Locurcio2023-07-271-1/+16
|
* Fix documentation validation after 8352122e70ec2a582af9a713791eabbbcb935c10Yuri Sizov2023-07-121-1/+1
|
* Merge pull request #49524 from Calinou/document-editor-import-optionsYuri Sizov2023-07-121-0/+22
|\ | | | | | | Document editor import options in the class reference
| * Document editor import options in the class referenceHugo Locurcio2023-06-151-0/+22
| | | | | | | | | | | | | | 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-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?
* docs: replace File with FileAccessJiri Suchan2023-01-301-6/+2
|
* 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.
* Document how to load Images and MP3 files at run-timeJohannes Witt2022-06-161-1/+24
|
* 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.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* add mp3 import and playback supportVincent2020-12-031-0/+26