virtualx-engine/modules
Rémi Verschelde d6176db271 Unexpose subclasses of ResourceFormatLoader and -Saver
ResourceFormatLoader and ResourceFormatSaver are meant to be overridden
to add support for different formats in ResourceLoader and ResourceSaver.
Those should be exposed as they can be overridden in plugins.

On the other hand, all predefined subclasses of those two base classes
are only meant to register support for new file and resource types, but
should not and cannot be used directly from script, so they should not
be exposed.

Also unexposed ResourceImporterOGGVorbis (and thus its base class
ResourceImporter) which are editor-only.
2019-06-18 17:56:23 +02:00
..
assimp removed a redundant NULL check in assimp editor of a pointer to an array declared in the same statement block 2019-05-20 18:08:59 -04:00
bmp Import 4/1 bit bmp images 2019-04-23 17:02:13 +03:00
bullet Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
csg Take CSG into account for nav-mesh generation 2019-06-13 13:44:41 +02:00
cvtt SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
dds Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
enet Fix ENet incorrectly binding to wildcard. 2019-06-15 05:59:50 +02:00
etc Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
freetype Freetype clone env for no-SMID single file 2019-05-01 18:38:50 +02:00
gdnative Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
gdscript Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
gridmap Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
hdr Cleanup unused header 2019-01-28 06:29:39 +01:00
jpg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
mbedtls Small hack to avoid runtime error when using ubsan 2019-02-20 01:49:47 +01:00
mobile_vr Send notifications to ARVRInterfaces 2019-04-27 08:39:21 +10:00
mono Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
ogg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
opensimplex Added description to get_noise_1d() in OpenSimplexNoise 2019-06-17 13:22:48 +05:30
opus Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
pvr Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
recast Take CSG into account for nav-mesh generation 2019-06-13 13:44:41 +02:00
regex Add RegEx substitution testcase and fix relevant docs 2019-05-11 09:03:19 +02:00
squish SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
stb_vorbis Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
svg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
tga Fix TGA indexed images loaded with flipped color table 2019-04-21 16:05:00 +03:00
theora Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
tinyexr Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
upnp SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
vhacd SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
visual_script Merge pull request #28766 from pgoral/editor_validation_issue 2019-06-17 23:13:08 +02:00
vorbis Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
webm Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
webp SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
webrtc Fix compilation warnings in JS and Windows builds 2019-06-15 14:40:45 +02:00
websocket Expose WebSocket set_buffers and document it. 2019-06-15 17:21:08 +02:00
xatlas_unwrap SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
register_module_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub