aboutsummaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_wav.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+1
| | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+1
| | | | The second in my quest to make Godot 3.x compile with -Werror on GCC7
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Implement 32 bit IEEE float WAVE formatMarcelo Fernandez2017-08-011-24/+28
|
* Fix possible division by zero crashes on the wav importerMarcelo Fernandez2017-07-311-2/+2
|
* Inline documentation request satisfied.Mike Demchenko2017-07-071-0/+11
|
* 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
|
* 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-237/+197
| | | | | | | | | | | | | | | | | | | | | | | | 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
|
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+619
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.