pandemonium_engine/editor/import
lawnjelly d149a59513 Add GLOBAL_GET cached macros.
GLOBAL_GET is an expensive operation which should not be used each frame / tick.
This PR adds macros which do a cheaper revision check, and only call the expensive GLOBAL_GET when project settings have changed.

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2025-03-31 07:58:52 +02:00
..
atlas_import_failed.xpm Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
editor_import_plugin.cpp Added use_on_initial_import() virtual method to ResourceImporter. 2024-12-06 23:06:47 +01:00
editor_import_plugin.h Added use_on_initial_import() virtual method to ResourceImporter. 2024-12-06 23:06:47 +01:00
resource_importer_bitmask.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_bitmask.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_csv_translation.cpp Backport locale selection improvements. 2024-04-06 12:37:02 +02:00
resource_importer_csv_translation.h Set use_on_initial_import() in ResourceImporterCSVTranslation to false. 2024-12-06 23:12:04 +01:00
resource_importer_image.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_image.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_layered_texture.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_layered_texture.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_obj.cpp Added back ResourceImporterOBJ from godot. 2024-02-08 21:52:13 +01:00
resource_importer_obj.h Added back ResourceImporterOBJ from godot. 2024-02-08 21:52:13 +01:00
resource_importer_scene.cpp Added back the xatlas_unwrap module. Also moved xatlas into it so it's not in the thirdparty folder. 2024-07-15 20:21:33 +02:00
resource_importer_scene.h Added back the xatlas_unwrap module. Also moved xatlas into it so it's not in the thirdparty folder. 2024-07-15 20:21:33 +02:00
resource_importer_texture_atlas.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_texture_atlas.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_texture.cpp Add GLOBAL_GET cached macros. 2025-03-31 07:58:52 +02:00
resource_importer_texture.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_wav.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_wav.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00