Age | Commit message (Expand) | Author |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-27 | Fix warnings on non-static data member initializers (C++11 feature) | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-22 | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus |
2018-08-21 | Fix crash while importing corrupted wav | Poommetee Ketson |
2018-07-31 | Add extra latency to microphone playback to reduce clipping. | Saracen |
2018-07-27 | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez |
2018-07-27 | Fixed audio clipping on WASAPI by fixing argument order on AudioClient | Saracen |
2018-07-27 | Modified Microphone implementation to handle only one device at a time (WIP) | Marcelo Fernandez |
2018-07-27 | Fixes for microphone clipping and latency (marcelofg55) | Saracen |
2018-07-27 | Experimental microphone support. | Saracen |
2018-07-27 | Fix of AudioRecordingEffect property | Gustav Lund |
2018-07-26 | Merge pull request #15967 from Gamblify/AudioRecordingModule | Rémi Verschelde |
2018-07-26 | Audio Recording module | Gustav Lund |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky |
2018-03-21 | Fix compressor audio effect sidechain selection | Benedikt Bär |
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa |
2018-02-01 | Merge pull request #15254 from mrcdk/pitch_scale | Rémi Verschelde |
2018-01-31 | AudioEffectReverb: max predelay_feedback to 0.98 | Poommetee Ketson |
2018-01-22 | Expose audio streams get_length() | MrCdK |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi... | MrCdK |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-20 | Properly silence buffer while not in use, fixes #14866 | Juan Linietsky |
2017-12-18 | Don't try to mix a sample that has already ended | Hein-Pieter van Braam |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-13 | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde |
2017-10-28 | Refactor bufer to buffer | Poommetee Ketson |
2017-10-22 | AudioEffectFilter: lowercase dB property to db | Poommetee Ketson |
2017-10-14 | Fix video playback | Matt Hughes |
2017-09-25 | Fixed Voice_Count issues in AudioEffectChorus: | Indah Sylvia |
2017-09-25 | AudioEffectLimiter: fix wrong soft_clip_ratio getter | Poommetee Ketson |
2017-09-23 | Rename get_position => get_playback_position and seek_pos => seek on audio cl... | Marcelo Fernandez |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-13 | Fix enums bindings | Maxim Sheronov |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam |
2017-09-01 | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde |
2017-09-01 | Corrections to audio buffer size calculations | Marcelo Fernandez |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez |