aboutsummaryrefslogtreecommitdiff
path: root/modules/stb_vorbis/resource_importer_ogg_vorbis.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix silent failure of importing OGG Vorbis filesrobfram2018-03-061-0/+1
| | | | | | | | When importing non-valid OGG Vorbis audio files, now the filesystem navigation tree shows the correct sad red-face icon, as it does with non-valid PNG, JPG or WAV files. Fix #9793.
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Revert "Added loop_begin and loop_end to OggVorbisStream"Juan Linietsky2017-11-201-6/+3
|
* Add loop_begin and loop_end to OggVorbisStreamMrCdK2017-11-041-3/+6
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* readded ability to set loop offset in seconds, closes #9630Juan Linietsky2017-08-221-0/+3
|
* Complete changing of resource extensionsGeorge Marques2017-06-161-1/+1
| | | | Some places were missing in e42d59f.
* Rename Godot-specific resource extensionsGeorge Marques2017-06-151-1/+1
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-19/+12
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
|
* Changed OGG Vorbis type to be imported, so it's possible to specify loopJuan Linietsky2017-02-031-0/+84