godot/editor/import
Rémi Verschelde d3153c28f0 Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
The last remaining ERR_EXPLAIN call is in FreeType code and makes sense as is
(conditionally defines the error message).

There are a few ERR_EXPLAINC calls for C-strings where String is not included
which can stay as is to avoid adding additional _MSGC macros just for that.

Part of #31244.
2019-08-17 13:31:22 +02:00
..
atlas_import_failed.xpm
editor_import_collada.cpp Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
editor_import_collada.h
editor_import_plugin.cpp
editor_import_plugin.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
editor_scene_importer_gltf.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
editor_scene_importer_gltf.h
resource_importer_bitmask.cpp
resource_importer_bitmask.h
resource_importer_csv_translation.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
resource_importer_csv_translation.h
resource_importer_image.cpp
resource_importer_image.h
resource_importer_layered_texture.cpp
resource_importer_layered_texture.h
resource_importer_obj.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
resource_importer_obj.h
resource_importer_scene.cpp Fix some code found by Coverity Scan and PVS Studio 2019-07-23 09:14:31 +02:00
resource_importer_scene.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_texture.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_texture.h
resource_importer_texture_atlas.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_importer_texture_atlas.h
resource_importer_wav.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
resource_importer_wav.h
SCsub