virtualx-engine/editor/import
reduz e772b65d92 Remake resource thread safety and API
* Ensures thread safety when resources are destroyed.
* Simplified API by always forcing `ResourceCache::get_ref`, which needs less hacks and is fully thread safe.
* Removed RWLock for resources because its not possible to use for the new logic. Should not be a problem.

Supersedes #57533
2022-06-22 13:46:46 +02:00
..
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
collada.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
collada.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
dynamic_font_import_settings.cpp Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer. 2022-06-16 16:49:37 +03:00
dynamic_font_import_settings.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
editor_import_collada.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
editor_import_collada.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_import_plugin.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_import_plugin.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bitmask.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bitmask.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bmfont.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_bmfont.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_csv_translation.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_csv_translation.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_dynamic_font.cpp [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.OTC). 2022-06-07 11:35:59 +03:00
resource_importer_dynamic_font.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_image.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_image.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_imagefont.cpp i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
resource_importer_imagefont.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_layered_texture.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_layered_texture.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_obj.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_obj.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_scene.cpp Remake resource thread safety and API 2022-06-22 13:46:46 +02:00
resource_importer_scene.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
resource_importer_shader_file.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_shader_file.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_texture.cpp Revert "Disable VRAM compression by default for small textures in Detect 3D" 2022-06-20 15:30:19 +02:00
resource_importer_texture.h Revert "Disable VRAM compression by default for small textures in Detect 3D" 2022-06-20 15:30:19 +02:00
resource_importer_texture_atlas.cpp Remake resource thread safety and API 2022-06-22 13:46:46 +02:00
resource_importer_texture_atlas.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_wav.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_importer_wav.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
scene_import_settings.cpp i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
scene_import_settings.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00