| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde | 2018-09-29 | 1 | -6/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Expose audio streams get_length() | MrCdK | 2018-01-22 | 1 | -2/+2 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Merge pull request #15223 from ibrahn/ogg-data-leak-fix | Rémi Verschelde | 2018-01-04 | 1 | -0/+2 |
|\ |
|
| * | free associated audio data on AudioStreamOGGVorbis destruction | Ibrahn Sahir | 2017-12-31 | 1 | -0/+2 |
* | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
|/ |
|
* | Revert "Added loop_begin and loop_end to OggVorbisStream" | Juan Linietsky | 2017-11-20 | 1 | -10/+3 |
* | Add loop_begin and loop_end to OggVorbisStream | MrCdK | 2017-11-04 | 1 | -3/+10 |
* | Rename get_position => get_playback_position and seek_pos => seek on audio cl... | Marcelo Fernandez | 2017-09-23 | 1 | -2/+2 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -1/+1 |
* | Fix missing pragma push | Hein-Pieter van Braam | 2017-09-02 | 1 | -0/+1 |
* | Fix use of unitialized variables | Hein-Pieter van Braam | 2017-09-02 | 1 | -0/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | readded ability to set loop offset in seconds, closes #9630 | Juan Linietsky | 2017-08-22 | 1 | -0/+4 |
* | Rename Godot-specific resource extensions | George Marques | 2017-06-15 | 1 | -1/+1 |
* | Move other lone thirdparty files to thirdparty/misc | Rémi Verschelde | 2017-04-28 | 1 | -1/+1 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -17/+14 |
* | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 1 | -0/+28 |
* | Changed OGG Vorbis type to be imported, so it's possible to specify loop | Juan Linietsky | 2017-02-03 | 1 | -9/+8 |
* | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -0/+84 |