godot/drivers
Hein-Pieter van Braam cbedb54408 Fix EOF in wav file importer
In #10973 I reset the state of the stream in get_pos() assuming that the
ftell failing would cause proper error checking. This is not how this
class was designed, however. This commit fixes the get_8() method to
not return unitialized data on eof, and removes the wrong error resets
added in #10973.

This fixes #11022
2017-09-07 00:26:17 +02:00
..
alsa Corrections to audio buffer size calculations 2017-09-01 11:12:13 -03:00
convex_decomp Fix files header 2017-09-01 21:07:55 +07:00
gl_context Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gles3 Fix frame selection in 2D particles, closes #10668 2017-09-06 08:31:11 -03:00
png Fix signed and unsigned comparisons 2017-09-01 08:13:12 +02:00
pulseaudio Corrections to audio buffer size calculations 2017-09-01 11:12:13 -03:00
rtaudio Corrections to audio buffer size calculations 2017-09-01 11:12:13 -03:00
unix Fix EOF in wav file importer 2017-09-07 00:26:17 +02:00
wasapi Merge pull request #10775 from marcelofg55/buffersize_fixes 2017-09-01 21:41:24 +02:00
windows Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
xaudio2 Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
register_driver_types.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_driver_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Added new WASAPI driver for Windows 2017-08-27 15:26:15 -03:00