Age | Commit message (Expand) | Author |
2022-09-26 | Change time parameters and variables to double type | Dave Palais |
2022-08-05 | Make "Godot source files" comment consistent in modules | Aaron Franke |
2022-07-29 | Swap arguments of ResourceSaver.save() | kobewi |
2022-07-23 | Implement BPM support | reduz |
2022-07-20 | Merge pull request #47935 from HaSa1002/doc-loading-run-time | Rémi Verschelde |
2022-06-22 | Merge pull request #55846 from ellenhp/fix_ogg_edge_cases | Rémi Verschelde |
2022-06-16 | Document how to load Images and MP3 files at run-time | Johannes Witt |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-04 | Refactor module initialization | reduz |
2022-04-17 | Fix ogg edge cases | Ellen Poe |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-10 | Discern between virtual and abstract class bindings | reduz |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-03 | AudioStreamMP3: expose loop properties to the editor | Vincent |
2021-12-01 | Fix crash when loading an invalid mp3 file | Vincent |
2021-11-14 | Add path to functions that return iporter options | reduz |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-10-12 | Fix some LGTM errors of "Multiplication result converted to larger type" | Aaron Franke |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-09-07 | Add polyphony to Audio Stream Player nodes | Ellen Poe |
2021-08-27 | Require AudioStream::mix to return the number of frames successfully mixed | Ellen Poe |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-05 | Style: Apply clang-tidy's `readability-braces-around-statements` | Rémi Verschelde |
2021-02-15 | Fail mp3 loading when attempting to load invalid mp3s | Ellen Poe |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-07 | Descriptive error message when using AudioStream(OGG/MP3) incorrectly | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-03 | add mp3 import and playback support | Vincent |