Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | 2016-06-22 | 1 | -1/+1 |
| | | | | | | statically typed languages, should help in the Mono integration. Disabled by default. | ||||
* | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -0/+28 |
| | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
* | Remove bogus argument in sample_get_description | Rémi Verschelde | 2015-12-28 | 1 | -1/+1 |
| | | | | Copy-paste mistake from the setter most likely. | ||||
* | Rename voice_set_volume argument to p_volume to avoid confusion | Rémi Verschelde | 2015-09-26 | 1 | -2/+2 |
| | | | | | This argument is indeed expected to be a volume on a linear scale (not dB), typically from 0.0 to 1.0, though it can go higher than 1.0. | ||||
* | remotion of some c++ includes to avoid dependency on libstdc++ | Juan Linietsky | 2015-09-10 | 1 | -4/+7 |
| | |||||
* | HTML5 exporter Improvements | Juan Linietsky | 2015-09-10 | 1 | -0/+802 |
-Better template handling -Voice support -Stream support |