| Commit message (Expand) | Author | Age | Files | Lines |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 2 | -110/+90 |
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 2 | -0/+56 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -18/+18 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -6/+6 |
| * | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 2 | -0/+376 |
| * | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 8 | -2216/+0 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -4/+8 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 2 | -16/+16 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 8 | -124/+124 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 8 | -8/+8 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 1 | -1/+1 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
| * | only call finished signal when it really finishes, closes #5222 | Juan Linietsky | 2016-06-29 | 2 | -3/+9 |
| * | -Added trigger mode to tracks, useful for properties that work as triggers, s... | Juan Linietsky | 2016-06-19 | 1 | -1/+1 |
| * | fix crash in SamplePlayer, closes #5005 | Juan Linietsky | 2016-06-11 | 1 | -2/+2 |
| * | -Added configuration warning system for nodes | Juan Linietsky | 2016-05-17 | 2 | -0/+10 |
| * | tiny fix to loop restart (#4358) | Alex | 2016-04-18 | 1 | -1/+1 |
| * | Doc: fix type of stream object | Rémi Verschelde | 2016-04-07 | 1 | -2/+2 |
| * | -Fixed bug with event player crashing, closes #3687 | Juan Linietsky | 2016-02-20 | 1 | -0/+2 |
| * | -Made some icon data types smaller so they take up less space | Juan Linietsky | 2016-02-11 | 1 | -0/+2 |
| * | -make stream player and time restore state properly if removed, fixes #1949 | Juan Linietsky | 2016-02-02 | 2 | -2/+13 |
| * | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on Audio... | Ovnuniarchos | 2016-01-21 | 1 | -3/+3 |
| * | Fix delay on audio stream pause | Saracen | 2016-01-03 | 1 | -1/+1 |
| * | added a finished signal to StreamPlayer, closes #2249 | Juan Linietsky | 2016-01-02 | 1 | -0/+3 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 8 | -8/+8 |
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 2 | -7/+5 |
| * | -another approach to solving the deadlock problem :| | Juan Linietsky | 2015-12-21 | 2 | -1/+7 |
| * | -different attempt to avod deadlock problem | Juan Linietsky | 2015-12-21 | 2 | -3/+5 |
| * | -Fix to progress dialog, speding it up | Juan Linietsky | 2015-12-21 | 2 | -5/+3 |
| * | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |
| * | -some fixes to audio | Juan Linietsky | 2015-11-01 | 1 | -4/+6 |
| * | -some fixes to where screen is read from rasterizer | Juan Linietsky | 2015-10-19 | 1 | -0/+2 |
| * | Please enter the commit message for your changes. Lines starting | Ariel Manzur | 2015-10-08 | 2 | -4/+4 |
| * | Fix return type of get_reverb_room | Rémi Verschelde | 2015-09-26 | 2 | -5/+5 |
| * | Fix default/filter/* parsing in _get | Rémi Verschelde | 2015-09-26 | 1 | -2/+2 |
| * | Fix some copy-paste mistakes in linear/db volume functions | Rémi Verschelde | 2015-09-26 | 1 | -5/+5 |
| * | Rename _voice_count to _polyphony in SamplePlayer to be consistent with Sampl... | Rémi Verschelde | 2015-09-26 | 2 | -11/+13 |
| * | remove required argument from streamplayer (was a bug), make it default as 0... | Juan Linietsky | 2015-09-21 | 1 | -1/+1 |
| * | Rewrite of the AudioStream API | Juan Linietsky | 2015-09-09 | 2 | -33/+170 |
| * | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky | 2015-06-29 | 1 | -1/+1 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 8 | -8/+8 |
| * | -refresh play options in property when setting samplelibrary (#1016) | Juan Linietsky | 2015-01-02 | 1 | -0/+1 |
| * | -fix sound room params (was not working) | Juan Linietsky | 2014-11-26 | 1 | -3/+3 |
| * | SceneMainLoop -> SceneTree | Juan Linietsky | 2014-11-05 | 3 | -14/+14 |
| * | Huge Amount of BugFix | Juan Linietsky | 2014-10-03 | 1 | -2/+2 |
| * | More Bug Fixes | Juan Linietsky | 2014-09-17 | 1 | -1/+2 |
| * | Make String::right count from pos instead of pos+1 | marynate | 2014-05-13 | 1 | -1/+1 |
| * | GODOT IS OPEN SOURCE | Juan Linietsky | 2014-02-09 | 9 | -0/+2036 |