godot/drivers
Rémi Verschelde e5f1d19352 Consistency in resource format saver/loader de-registration
Some used 'is_valid()' checks, others not. Validity is already checked in 'unref()',
and 'remove_resource_format_*()' has an ERR_FAIL condition on 'is_null()' already
(which shouldn't happen since we're only unregistering things that we previously
registered.

Also add missing GDCLASS statement in ResourceFormatLoaderVideoStreamGDNative,
missed in #20552 which was last amended before #19501 was merged.
2019-01-10 12:45:57 +01:00
..
alsa Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
alsamidi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_decomp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
coreaudio Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
coremidi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dummy Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gl_context Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gles2 Fix background color rendering on GLES2 (linear should not be used) 2019-01-07 10:52:24 -03:00
gles3 Merge pull request #24568 from Shinryuuji/fix-wrong-texture-array-target 2019-01-04 16:14:29 +01:00
png Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pulseaudio Merge pull request #24301 from marcelofg55/default_device_pulseaudio 2019-01-07 20:10:50 +01:00
rtaudio Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
unix Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
wasapi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
windows Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
winmidi Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
xaudio2 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_driver_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_driver_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00