summaryrefslogtreecommitdiffstats
path: root/modules/webm
Commit message (Expand)AuthorAgeFilesLines
* Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-1/+1
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-4/+4
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-232-4/+4
* Rename pos to position in user facing methods and variablesletheed2017-09-202-3/+3
* Fix files headerPoommetee Ketson2017-09-012-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-274-4/+4
* Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-221-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
* Put brave old bb10 platform to a well-deserved restRémi Verschelde2017-05-081-1/+1
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-281-1/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-084-0/+4
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-052-30/+27
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-1/+2
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-072-2/+2
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-022-3/+3
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-014-4/+4
* WebM: Fix compilation on Linux/X11 ARM platformBłażej Szczygieł2016-12-081-3/+5
* WebM: Fix iPhone x86 compilationBłażej Szczygieł2016-11-161-3/+4
* Merge pull request #7019 from vnen/rename-winrt-uwpRémi Verschelde2016-11-061-4/+4
|\
| * Rename WinRT files to UWPGeorge Marques2016-11-031-4/+4
* | opus: Move public headers to match system installRémi Verschelde2016-11-031-1/+1
|/
* scons: Reorder options for clarityRémi Verschelde2016-11-031-4/+4
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-0/+1
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-013-12/+12
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-014-322/+322
* Add WebM moduleBłażej Szczygieł2016-10-238-0/+1117