| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 2 | -2/+2 |
|\ |
|
| * | Allow passing UID to importer | Juan | 2024-11-11 | 2 | -2/+2 |
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 2 | -3/+5 |
|\| |
|
| * | 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 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 6 | -12/+12 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 6 | -0/+12 |
|/ |
|
* | Vorbis: Remove redundant bounds check | Lalit Shankar Chowdhury | 2024-09-27 | 1 | -1/+0 |
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
* | Fix leak when using audio samples instead of streams | Adam Scott | 2024-09-04 | 1 | -0/+3 |
* | 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 | -1/+1 |
* | Merge pull request #87246 from bs-mwoerner/ogg_crash | Rémi Verschelde | 2024-02-14 | 1 | -6/+8 |
|\ |
|
| * | Fixed an issue that could cause a crash when encountering a zero-length packe... | Michael Wörner | 2024-01-16 | 1 | -6/+8 |
* | | Fix member names of `AudioFrame` to match extension | A Thousand Ships | 2024-02-13 | 1 | -4/+4 |
|/ |
|
* | Implement audio stream playback parameters. | Juan Linietsky | 2024-01-16 | 2 | -4/+35 |
* | 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 |
* | Link to runtime loading/saving tutorial and improve Image documentation | Hugo Locurcio | 2023-11-14 | 1 | -0/+1 |
* | Fix OGG Vorbis infinite error spam with corrupt file. | lawnjelly | 2023-11-10 | 1 | -3/+3 |
* | Fix OGG audio loop offset pop. | strellydev | 2023-10-13 | 3 | -101/+83 |
* | Only warn once about OGG seeking issues | Ellen Poe | 2023-09-15 | 1 | -2/+2 |
* | 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 | Hugo Locurcio | 2023-07-27 | 1 | -1/+16 |
* | | Load OGGs from file system | Oğuzhan Eroğlu | 2023-07-14 | 7 | -51/+103 |
|/ |
|
* | 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 | 4 | -1/+28 |
|\ |
|
| * | Document editor import options in the class reference | Hugo Locurcio | 2023-06-15 | 4 | -1/+28 |
* | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 2 | -2/+2 |
* | | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 2 | -2/+2 |
* | | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 2 | -3/+4 |
|/ |
|
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 2 | -2/+2 |
* | Fix includes of thirdparty libs which can be unbundled on Linux | Rémi Verschelde | 2023-02-16 | 3 | -4/+7 |
* | 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 |
* | Code simplifications found by cppcheck | Markus Sauermann | 2022-11-21 | 1 | -2/+0 |
* | Fix typos with codespell | Rémi Verschelde | 2022-09-30 | 1 | -1/+1 |
* | Fix MSVC warning C4706: assignment within conditional expression | Rémi Verschelde | 2022-09-28 | 2 | -14/+31 |
* | Change time parameters and variables to double type | Dave Palais | 2022-09-26 | 2 | -13/+13 |
* | [Scons] Implement module dependency sorting. | Fabio Alessandrelli | 2022-08-04 | 1 | -1/+2 |
* | Swap arguments of ResourceSaver.save() | kobewi | 2022-07-29 | 1 | -1/+1 |
* | Rename every instance of "OGG" to "Ogg" | DeeJayLSP | 2022-07-28 | 8 | -107/+107 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -3/+3 |
* | Implement BPM support | reduz | 2022-07-23 | 5 | -30/+213 |
* | Merge pull request #55846 from ellenhp/fix_ogg_edge_cases | Rémi Verschelde | 2022-06-22 | 1 | -10/+7 |
|\ |
|
| * | Fix ogg edge cases | Ellen Poe | 2022-04-17 | 1 | -10/+7 |
* | | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 2 | -4/+4 |
* | | Fix warnings found by Emscripten 3.1.10 | Rémi Verschelde | 2022-05-10 | 1 | -3/+0 |
* | | Refactor module initialization | reduz | 2022-05-04 | 2 | -4/+14 |
|/ |
|