summaryrefslogtreecommitdiffstats
path: root/scene/resources/audio_stream_sample.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Reworked translation systemJuan Linietsky2017-06-281-3/+2
| | | | | -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
| | | | From https://github.com/lucasdemarchi/codespell
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-231/+204
| | | | | | | | | | | | | | | | | | | | | | | | 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
|
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-14/+14
| | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-7/+7
| | | | This saves typing and is a step towards fixing #56
* wav file importing!Juan Linietsky2017-02-021-0/+557