| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow passing UID to importer | Juan | 2024-11-11 | 2 | -2/+2 |
* | Fix interactive music docs saying it's "not implemented" | Micky | 2024-11-10 | 1 | -3/+3 |
* | Fix freeze on non-thread-safe custom importers | Hunter Loftis | 2024-10-15 | 1 | -0/+2 |
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
* | AudioStreamMP3: Use a LocalVector to store data | DeeJayLSP | 2024-09-14 | 2 | -7/+3 |
* | Fix leak when using audio samples instead of streams | Adam Scott | 2024-09-04 | 1 | -0/+3 |
* | Merge pull request #96240 from DeeJayLSP/mp3-data | Rémi Verschelde | 2024-08-30 | 1 | -7/+11 |
|\ |
|
| * | MP3: Use heap for big struct when setting data | DeeJayLSP | 2024-08-28 | 1 | -7/+11 |
* | | MP3: Remove unnecessary memory allocation | DeeJayLSP | 2024-08-23 | 2 | -10/+6 |
|/ |
|
* | Add samples playback support | Adam Scott | 2024-06-18 | 2 | -0/+41 |
* | [Doc] Fix some incorrect uses of `a/an` | A Thousand Ships | 2024-03-13 | 1 | -2/+2 |
* | Replace error checks against `size` with `is_empty` | A Thousand Ships | 2024-02-09 | 1 | -1/+1 |
* | Implement audio stream playback parameters. | Juan Linietsky | 2024-01-16 | 2 | -2/+34 |
* | Correctly register editor-only module classes with the API | Yuri Sizov | 2023-12-15 | 1 | -0/+5 |
* | Rename ImportSettings dialogs to have "Dialog" in the name | Aaron Franke | 2023-11-26 | 1 | -1/+1 |
* | Add build option for MP1/MP2 audio format support. | Ithamar R. Adema | 2023-09-30 | 4 | -1/+15 |
* | Fill in descriptions for import options in the class reference | Hugo Locurcio | 2023-07-27 | 1 | -1/+16 |
* | 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 | 3 | -0/+27 |
|\ |
|
| * | Document editor import options in the class reference | Hugo Locurcio | 2023-06-15 | 3 | -0/+27 |
* | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | | Revert "minimp3: Add a .cpp file to simplify building the single-header imple... | Rémi Verschelde | 2023-06-19 | 2 | -20/+11 |
* | | Merge pull request #78271 from akien-mga/minimp3-add-cpp-for-implementation | Rémi Verschelde | 2023-06-15 | 2 | -10/+20 |
|\ \ |
|
| * | | minimp3: Add a .cpp file to simplify building the single-header implementation | Rémi Verschelde | 2023-06-15 | 2 | -11/+20 |
| |/ |
|
* / | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 4 | -3/+6 |
|/ |
|
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | docs: replace File with FileAccess | Jiri Suchan | 2023-01-30 | 1 | -6/+2 |
* | Disable OGG and MP3 looping by default on import | Juan Linietsky | 2023-01-22 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 6 | -174/+174 |
* | Change time parameters and variables to double type | Dave Palais | 2022-09-26 | 2 | -13/+13 |
* | Make "Godot source files" comment consistent in modules | Aaron Franke | 2022-08-05 | 1 | -1/+1 |
* | Swap arguments of ResourceSaver.save() | kobewi | 2022-07-29 | 1 | -1/+1 |
* | Implement BPM support | reduz | 2022-07-23 | 5 | -9/+145 |
* | Merge pull request #47935 from HaSa1002/doc-loading-run-time | Rémi Verschelde | 2022-07-20 | 1 | -1/+24 |
|\ |
|
| * | Document how to load Images and MP3 files at run-time | Johannes Witt | 2022-06-16 | 1 | -1/+24 |
* | | Merge pull request #55846 from ellenhp/fix_ogg_edge_cases | Rémi Verschelde | 2022-06-22 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Fix ogg edge cases | Ellen Poe | 2022-04-17 | 1 | -1/+3 |
* | | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 2 | -4/+4 |
* | | Refactor module initialization | reduz | 2022-05-04 | 2 | -4/+13 |
|/ |
|
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -5/+2 |
* | Discern between virtual and abstract class bindings | reduz | 2022-03-10 | 1 | -1/+1 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 6 | -12/+12 |
* | AudioStreamMP3: expose loop properties to the editor | Vincent | 2021-12-03 | 1 | -2/+2 |
* | Fix crash when loading an invalid mp3 file | Vincent | 2021-12-01 | 2 | -22/+8 |
* | Add path to functions that return iporter options | reduz | 2021-11-14 | 2 | -4/+4 |
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | 2021-11-03 | 1 | -3/+3 |
* | Fix some LGTM errors of "Multiplication result converted to larger type" | Aaron Franke | 2021-10-12 | 1 | -1/+1 |
* | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -4/+0 |