godot/scene
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
..
2d Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
3d Merge pull request #8832 from Zireael07/vehicle-improvs-master 2017-05-22 07:50:34 +02:00
animation Rename [gs]et_pos to [gs]et_position for Controls 2017-04-10 08:27:34 +02:00
audio Fix crash when saving AudioPlayer without stream. 2017-05-20 03:49:54 +02:00
gui Merge pull request #8862 from volzhs/editor-theme-margin 2017-05-22 15:16:57 +02:00
io Rename [gs]et_pos to [gs]et_position for Controls 2017-04-10 08:27:34 +02:00
main Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
resources Fix errors on engine startup. 2017-05-22 20:50:59 +02:00
register_scene_types.cpp Removal of Image from Variant, converted to a Resource. 2017-05-17 07:37:45 -03:00
register_scene_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
scene_string_names.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
scene_string_names.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub Move other lone thirdparty files to thirdparty/misc 2017-04-28 21:19:25 +02:00