Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-01 | Prevent PulseAudio driver to lock its mutex for too long | Marcelo Fernandez | |
2018-04-15 | Fixed high cpu usage with PulseAudio | Marcelo Fernandez | |
2018-04-12 | Fix PulseAudio problems with 8 channels devices | Marcelo Fernandez | |
2018-04-12 | Merge pull request #18124 from marcelofg55/pulse_channels | Rémi Verschelde | |
Fix PulseAudio driver for audio devices that report unknown number of channels | |||
2018-04-12 | Fix PulseAudio driver for audio devices that report unknown number of channels | Marcelo Fernandez | |
2018-04-11 | Fix error detecting for PulseAudio pa_stream_new call | Marcelo Fernandez | |
2018-03-26 | Added new audio device functions to set/get the audio device | Marcelo Fernandez | |
2018-03-01 | Support for uneven amount of channels on PulseAudio | Marcelo Fernandez | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | |
wrong function, leading to unnecesary copy on writes and reduced performance. | |||
2017-09-12 | Fixed issues with surround sound on audio server | Marcelo Fernandez | |
2017-09-01 | Corrections to audio buffer size calculations | Marcelo Fernandez | |
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 | |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-04-23 | Fix property warnings and hide some debug prints | Rémi Verschelde | |
"ALL IS GOOD" was a lie. In particular, removes verbose "path not recognized" false positive. The actual logic is to (somewhat naively) check all ResourceFormatLoaders and to pick the first good match, so no need to warn about the formats that do not match the type hint. | |||
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde | |
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 | |||
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | |
modified files) -.pck and .zip exporting redone, seems to be working.. | |||
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | |
2017-01-16 | Adapt platforms to AudioServer refactoring | Rémi Verschelde | |
Fixes compilation on Windows and likely other platforms (at least as far as AudioServer changes were concerned), though they were not tested. | |||
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky | |
2017-01-05 | Fix for the huge audio latency of the SamplePlayer (>200 ms) | lonesurvivor | |
- fixes PulseAudio, ALSA and RtAudio driver - cleans up the driver files for better readability (mostly whitespace-related stuff) - makes ALSA and Pulseaudio actually use the global setting "audio/mix_rate" for the sample rate instead of a fixed value (RtAudio did this already) | |||
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde | |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||
2016-08-13 | Fix some warnings about misleading indentation | Johan Manuel | |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-09-26 | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | |
Still need to get proper audio output latency in some platforms. | |||
2014-12-19 | Implemented PulseAudio backend and fixed audio driver selection on X11 | Alexander Stillich | |