godot/modules/gdnative
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
..
android Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
doc_classes PluginScript: Add support for the new() method 2018-11-10 17:28:30 +09:00
gdnative Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
include Merge pull request #20552 from KidRigger/gsoc-peer 2019-01-09 17:30:09 +01:00
nativescript Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
net Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pluginscript Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
videodecoder Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
SCsub Added interface for GDNative Videodecoder. 2018-12-13 15:19:09 +01:00
config.py doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
gdnative.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_api.json Merge pull request #20552 from KidRigger/gsoc-peer 2019-01-09 17:30:09 +01:00
gdnative_builders.py Added interface for GDNative Videodecoder. 2018-12-13 15:19:09 +01:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00