| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Merge pull request #35679 from Calinou/doc-add-xml-schema | Rémi Verschelde | 2022-02-15 | 2 | -2/+2 |
|\ |
|
| * | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 2 | -2/+2 |
* | | Fix crash and memory leak when importing OGG Vorbis | Haoyu Qiu | 2022-02-15 | 1 | -6/+16 |
|/ |
|
* | Merge pull request #56375 from Cnidarias/ogg_missing_right_channel | Ellen Poe | 2022-01-04 | 1 | -1/+1 |
|\ |
|
| * | Fix OGG Vorbis playback with more than one channel | Cnidarias | 2021-12-31 | 1 | -1/+1 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 6 | -12/+12 |
|/ |
|
* | Fix OGG streams never ending playback | Ellen Poe | 2021-12-10 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | 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 | 9 | -5/+882 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 2 | -4/+4 |
* | SCons: Add explicit dependencies on thirdparty code in cloned env | Rémi Verschelde | 2020-12-18 | 1 | -5/+15 |
* | SCons: Validate dependencies for linked multimedia modules | Rémi Verschelde | 2020-06-03 | 1 | -1/+1 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 2 | -9/+10 |
* | Adding missing include guards to header files identified by LGTM. | Rajat Goswami | 2020-03-23 | 1 | -0/+5 |
* | opus/vorbis: Remove dead code not used since 3.0 | Rémi Verschelde | 2020-03-18 | 6 | -632/+8 |
* | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 2 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 6 | -12/+12 |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -7/+2 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | Robin Hübner | 2019-08-12 | 1 | -2/+1 |
* | Fixes minor issues found by static analyzer | qarmin | 2019-07-07 | 1 | -1/+1 |
* | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde | 2019-06-18 | 1 | -1/+0 |
* | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -2/+1 |
* | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde | 2019-04-30 | 1 | -2/+2 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 6 | -12/+12 |
* | Added basic support for custom resource savers and loaders | Marc Gilleron | 2018-12-15 | 2 | -3/+5 |
* | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -1/+4 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+3 |
* | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | 2018-07-18 | 1 | -1/+1 |
* | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 6 | -2/+8 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 6 | -12/+12 |
* | Improve slang, especially in user-visible parts | Unknown | 2017-12-05 | 1 | -1/+1 |
* | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 1 | -2/+0 |
* | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | 2017-11-13 | 6 | -8/+78 |
|\ |
|
| * | Fix video playback | Matt Hughes | 2017-10-14 | 6 | -8/+78 |
* | | Refactor bufer to buffer | Poommetee Ketson | 2017-10-28 | 2 | -5/+5 |
|/ |
|
* | Use BoolVariable for third-party options. | Elliott Sales de Andrade | 2017-09-25 | 1 | -2/+2 |
* | Rename get_position => get_playback_position and seek_pos => seek on audio cl... | Marcelo Fernandez | 2017-09-23 | 2 | -5/+5 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 2 | -4/+4 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 4 | -4/+4 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 4 | -0/+4 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 3 | -166/+142 |
* | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
* | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 1 | -1/+2 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
* | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |