godot/scene/resources
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
..
default_theme Add script to fix style issues and copyright headers 2019-06-17 13:35:47 +02:00
animation.cpp Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
animation.h Add track_set_key_time() to Animation 2019-05-31 00:40:29 +02:00
audio_stream_sample.cpp AudioStreamSample: Don't crash when writing to file fails 2019-03-12 15:51:07 +01:00
audio_stream_sample.h AudioStreamSample: Don't crash when writing to file fails 2019-03-12 15:51:07 +01:00
bit_map.cpp Style: Fix issues with clang-format 8.0 2019-05-20 13:51:51 +02:00
bit_map.h Style: Fix issues with clang-format 8.0 2019-05-20 13:51:51 +02:00
box_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
box_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
canvas.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
canvas.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
capsule_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
capsule_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
capsule_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
capsule_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
circle_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
circle_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
concave_polygon_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
concave_polygon_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
concave_polygon_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
concave_polygon_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_polygon_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
convex_polygon_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_polygon_shape_2d.cpp Make 'ConvexPolygonShape2D' start empty, so it's consistent with other shapes. 2019-04-05 21:33:03 -03:00
convex_polygon_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
curve.cpp Fixing Curve2D/3D baked interpolated values 2019-05-01 20:47:38 +02:00
curve.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
cylinder_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
cylinder_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dynamic_font.cpp Add a property hint for DynamicFont size 2019-05-02 00:46:53 +02:00
dynamic_font.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
dynamic_font_stb.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dynamic_font_stb.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
environment.cpp Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
environment.h Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
font.cpp Merge pull request #26978 from qarmin/fix_recursive_bitmapfont_crash 2019-05-28 13:49:34 +02:00
font.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
gradient.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
gradient.h Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
height_map_shape.cpp Add HeightMapShape mesh in CollisionShape gizmo 2019-06-03 11:59:55 +02:00
height_map_shape.h Added height map shape that implement heightmap collision shape 2019-03-17 20:55:40 +11:00
line_shape_2d.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
line_shape_2d.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
material.cpp Tweak some editor property hints to be more flexible and consistent 2019-06-16 23:52:16 +02:00
material.h Implement shadow to opacity 2019-05-21 20:07:46 +10:00
mesh.cpp Merge pull request #25522 from aqnuep/MeshLibrary_improvements 2019-06-03 13:59:43 +02:00
mesh.h Merge pull request #25522 from aqnuep/MeshLibrary_improvements 2019-06-03 13:59:43 +02:00
mesh_data_tool.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_data_tool.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_library.cpp Consider StaticBody and NavMesh position when converting to a MeshLibrary 2019-02-26 15:38:23 +02:00
mesh_library.h Consider StaticBody and NavMesh position when converting to a MeshLibrary 2019-02-26 15:38:23 +02:00
multimesh.cpp Added set_as_bulk_array, fixed transform2D saving and documentation to MultiMesh 2019-04-26 20:30:16 +10:00
multimesh.h Added set_as_bulk_array, fixed transform2D saving and documentation to MultiMesh 2019-04-26 20:30:16 +10:00
packed_scene.cpp Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
packed_scene.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
particles_material.cpp Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial 2019-06-03 11:18:13 +02:00
particles_material.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
physics_material.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
physics_material.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
plane_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
plane_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
polygon_path_finder.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
polygon_path_finder.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
primitive_meshes.cpp Merge pull request #25522 from aqnuep/MeshLibrary_improvements 2019-06-03 13:59:43 +02:00
primitive_meshes.h MeshLibrary export improvements 2019-02-03 22:48:35 +01:00
ray_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
ray_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rectangle_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rectangle_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_format_text.cpp Escape node names when saving to .tscn 2019-06-03 16:54:41 +03:00
resource_format_text.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
room.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
room.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
segment_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
segment_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
shader.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
shader.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
shape.h Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
shape_2d.cpp Fix keying resource properties, closes #24690 2019-01-17 12:30:34 -03:00
shape_2d.h Fix functions to get direct contacts from shapes, closes #19618 2019-01-17 12:01:09 -03:00
sky.cpp fix radiance map settings 2019-05-25 18:57:32 -07:00
sky.h Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
space_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
space_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
sphere_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
sphere_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
style_box.cpp Early exit when nothing to draw in style box flat (fixes #27764) 2019-04-07 22:23:44 +02:00
style_box.h Properly handle different border widths in rounded corner aa 2019-03-19 11:51:32 +01:00
surface_tool.cpp Merge pull request #26355 from fire/expose_surface_tool 2019-05-28 14:07:16 +02:00
surface_tool.h Expose more surface tools and add create_from_blend_shape. 2019-04-30 06:50:25 -07:00
text_file.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
text_file.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
texture.cpp Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10:00
texture.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
theme.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
theme.h Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e 2019-01-25 13:14:06 +10:30
tile_set.cpp Merge pull request #24560 from guilhermefelipecgs/fix_24549 2019-06-01 09:49:18 +02:00
tile_set.h Merge pull request #24560 from guilhermefelipecgs/fix_24549 2019-06-01 09:49:18 +02:00
video_stream.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
video_stream.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_shader.cpp Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
visual_shader.h Fix GetTypeInfo error due to missing include 2019-05-27 17:33:25 +02:00
visual_shader_nodes.cpp Added Fresnel and OneMinus to visual shaders 2019-05-19 13:44:30 +03:00
visual_shader_nodes.h Added Fresnel and OneMinus to visual shaders 2019-05-19 13:44:30 +03:00
world.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
world.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
world_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
world_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00