Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix interactive music docs saying it's "not implemented" | Micky | 2024-11-10 | 1 | -3/+3 |
| | |||||
* | [Doc] Fix some incorrect uses of `a/an` | A Thousand Ships | 2024-03-13 | 1 | -1/+1 |
| | |||||
* | Link to runtime loading/saving tutorial and improve Image documentation | Hugo Locurcio | 2023-11-14 | 1 | -0/+1 |
| | |||||
* | Add missing tutorials to documentation classes | Hugo Locurcio | 2023-08-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #79405 from Calinou/doc-import-options | Yuri Sizov | 2023-07-27 | 1 | -1/+16 |
|\ | | | | | Fill in descriptions for import options in the class reference | ||||
| * | Fill in descriptions for import options in the class reference | Hugo Locurcio | 2023-07-27 | 1 | -1/+16 |
| | | |||||
* | | Load OGGs from file system | Oğuzhan Eroğlu | 2023-07-14 | 2 | -0/+34 |
|/ | |||||
* | Fix documentation validation after 8352122e70ec2a582af9a713791eabbbcb935c10 | Yuri Sizov | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #49524 from Calinou/document-editor-import-options | Yuri Sizov | 2023-07-12 | 2 | -1/+23 |
|\ | | | | | | | Document editor import options in the class reference | ||||
| * | Document editor import options in the class reference | Hugo Locurcio | 2023-06-15 | 2 | -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 header | Rémi Verschelde | 2023-07-06 | 2 | -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-dev | Rémi Verschelde | 2023-07-05 | 2 | -2/+2 |
|/ | | | | Keep on waitin' | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 2 | -2/+2 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Rename every instance of "OGG" to "Ogg" | DeeJayLSP | 2022-07-28 | 2 | -4/+4 |
| | |||||
* | Implement BPM support | reduz | 2022-07-23 | 1 | -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 documentation | Hugo Locurcio | 2022-02-15 | 2 | -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 duplication | Aaron Franke | 2021-09-20 | 2 | -8/+0 |
| | |||||
* | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | 2021-09-09 | 2 | -0/+37 |