godot/editor/import
Andreas Haas 4d8e45de17
Fix errors on engine startup.
Fixes a bunch of the most spammy console errors introduced by recent refactorings:

- `AudioServerState` does not exist, this was the reference to it in the source. The surrounding code made it clear that `AudioServerLayout` was meant to be used instead.
- `StreamCSVTranslation` same here, it's the only reference. I went with `Translation` here, but I'm not 100% sure on this one.
- Some methods have been moved from `Texture` to `Image`, but the old bindings were still there.
- A few `name == ""` errors related to duplicating nodes.
2017-05-22 20:50:59 +02:00
..
editor_import_collada.cpp Rename project file to "project.godot" 2017-05-01 17:50:19 +02:00
editor_import_collada.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
editor_import_plugin.cpp Bring back EditorImportPlugin 2017-05-12 12:46:25 +02:00
editor_import_plugin.h Bring back EditorImportPlugin 2017-05-12 12:46:25 +02:00
resource_importer_csv_translation.cpp Fix errors on engine startup. 2017-05-22 20:50:59 +02:00
resource_importer_csv_translation.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_importer_obj.cpp support obj with negative indices 2017-05-02 19:43:01 +08:00
resource_importer_obj.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_importer_scene.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_importer_scene.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_importer_texture.cpp Removal of Image from Variant, converted to a Resource. 2017-05-17 07:37:45 -03:00
resource_importer_texture.h Removal of Image from Variant, converted to a Resource. 2017-05-17 07:37:45 -03:00
resource_importer_wav.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_importer_wav.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub