godot/editor/import
Rémi Verschelde c5dcbeb160 Scene: Ensure classes match their header filename
Also drop some unused files.

Renamed:
- `scene/2d/navigation2d.h` -> `navigation_2d.h`
- `scene/2d/screen_button.h` -> `touch_screen_button.h`
- `scene/3d/scenario_fx.h` -> `world_environment.h`
- `scene/audio/audio_player.h` -> `audio_stream_player.h`
- `scene/resources/bit_mask.h` -> `bit_map.h`
- `scene/resources/color_ramp.h` -> `gradient.h`
- `scene/resources/shape_line_2d.h` -> `line_shape_2d.h`
- `scene/resources/scene_format_text.h` -> `resource_format_text.h`
- `scene/resources/sky_box.h` -> `sky.h`

Dropped:
- `scene/resources/bounds.h`
2019-02-12 17:21:48 +01:00
..
editor_import_collada.cpp Remove unused iostream includes 2019-01-28 12:16:22 +01:00
editor_import_collada.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
editor_import_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
editor_import_plugin.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
editor_scene_importer_gltf.cpp Avoid crash in import (though model still does not work well), fixes #19346 2019-01-26 16:32:05 -03:00
editor_scene_importer_gltf.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_bitmask.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
resource_importer_bitmask.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
resource_importer_csv_translation.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_csv_translation.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
resource_importer_image.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_image.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
resource_importer_layered_texture.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_layered_texture.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
resource_importer_obj.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_obj.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_scene.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
resource_importer_scene.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
resource_importer_texture.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_texture.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
resource_importer_wav.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_importer_wav.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00