virtualx-engine/editor/import
Rémi Verschelde 82b87d7a17 Remove unsupported NO_SAFE_CAST/-fno-rtti from Android build
Android was the last platform to still attempt to disable RTTI (for binary
size), but both the Android editor and now the ICU library used by templates
need RTTI.

There could still be the possibility to support this for non-ICU template
builds (i.e. without the TextServerAdvanced module), but since this isn't one
of the build configurations we test regularly it's pretty risky to keep this
option only for that specific use case. And our code is already littered with
`dynamic_cast`s which weren't guarded with `!defined(NO_SAFE_CAST)`.
2022-10-03 11:18:31 +02:00
..
atlas_import_failed.xpm
audio_stream_import_settings.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
audio_stream_import_settings.h Implement BPM support 2022-07-23 07:31:17 +02:00
collada.cpp Remove unsupported NO_SAFE_CAST/-fno-rtti from Android build 2022-10-03 11:18:31 +02:00
collada.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
dynamic_font_import_settings.cpp [Font Inspector Plugin] Hide "Add Feature" button if supported feature list is empty. 2022-09-22 08:20:40 +03:00
dynamic_font_import_settings.h Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
editor_import_collada.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
editor_import_collada.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
editor_import_plugin.cpp Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
editor_import_plugin.h Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
post_import_plugin_skeleton_renamer.cpp Fix rest fixer for the model has skin which non inverse global rest 2022-09-04 00:04:11 +09:00
post_import_plugin_skeleton_renamer.h implement bone renamer in importer 2022-07-01 03:55:28 +09:00
post_import_plugin_skeleton_rest_fixer.cpp Fix rest fixer for the model has skin which non inverse global rest 2022-09-04 00:04:11 +09:00
post_import_plugin_skeleton_rest_fixer.h add rest fixer to importer retarget 2022-07-16 19:53:11 +09:00
post_import_plugin_skeleton_track_organizer.cpp Fix SkeletonRenamer & Organizer for non bone animations (BlendShape) 2022-07-28 01:21:29 +09:00
post_import_plugin_skeleton_track_organizer.h add position track normalization & post process key value for retarget 2022-07-26 18:48:08 +09:00
resource_importer_bitmask.cpp Refactor BitMap and add tests 2022-09-01 18:39:17 +02:00
resource_importer_bitmask.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_bmfont.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +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 Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_csv_translation.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_dynamic_font.cpp Add font LCD sub-pixel anti-aliasing support. 2022-08-23 08:47:21 +03:00
resource_importer_dynamic_font.h Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03: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 Add font LCD sub-pixel anti-aliasing support. 2022-08-23 08:47:21 +03:00
resource_importer_imagefont.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_layered_texture.cpp Make ImageLoader take bit field flags 2022-08-23 14:39:01 +03:00
resource_importer_layered_texture.h Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warning 2022-08-06 23:43:06 +02:00
resource_importer_obj.cpp Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
resource_importer_obj.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_scene.cpp Fix LOD-generation on skinned meshes. 2022-09-14 02:46:10 +01:00
resource_importer_scene.h Remove unused includes & move some includes to top of file 2022-09-23 19:06:31 -04:00
resource_importer_shader_file.cpp Rename String plus_file to path_join 2022-08-29 19:38:13 -05: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 Allow images to be imported "for editor use" and respect editor settings 2022-09-07 23:31:31 +03:00
resource_importer_texture.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_texture_atlas.cpp Clean up mesh include code and comments 2022-08-20 13:24:40 -05: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 Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +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 Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
scene_import_settings.h Fix various uninitialized member pointers 2022-09-06 11:20:27 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00