virtualx-engine/editor/import
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +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 Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
collada.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dynamic_font_import_settings.cpp Merge pull request #58233 from bruvzg/gde_ts 2022-03-18 14:29:58 +01:00
dynamic_font_import_settings.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
editor_import_collada.cpp Add GLTF, DAE and FBX importers enforcement for blend shape mask array 2022-03-24 17:15:23 -04:00
editor_import_collada.h options dict is now passed to _import_scene. 2022-01-05 01:07:54 -08:00
editor_import_plugin.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
editor_import_plugin.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_bitmask.cpp Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
resource_importer_bitmask.h Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
resource_importer_bmfont.cpp Merge pull request #54794 from bruvzg/runtime_bmfont_parser 2022-01-17 13:25:08 +01:00
resource_importer_bmfont.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_csv_translation.cpp Improve locale detection. 2022-01-18 14:30:00 +02:00
resource_importer_csv_translation.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_dynamic_font.cpp Add brotli decoder and WOFF2 support. 2022-03-18 15:09:38 +02:00
resource_importer_dynamic_font.h Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
resource_importer_image.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_image.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_imagefont.cpp Add sub-pixel glyph positioning support. 2022-02-12 19:55:52 +02:00
resource_importer_imagefont.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_layered_texture.cpp Merge pull request #58965 from TechnoPorg/remove-stex-occurrences 2022-03-11 08:00:52 +01:00
resource_importer_layered_texture.h Remove more occurrences of "stex" 2022-03-10 18:31:48 -07:00
resource_importer_obj.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
resource_importer_obj.h options dict is now passed to _import_scene. 2022-01-05 01:07:54 -08:00
resource_importer_scene.cpp Allow automatic lod when importing 3D scenes with Static Lightmaps 2022-02-25 18:03:09 -08:00
resource_importer_scene.h Improvements and fixes to occluders 2022-02-07 13:04:51 +01:00
resource_importer_shader_file.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_shader_file.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_texture.cpp Hide "Normal Map" import option when using lossless compression on Texture 2022-03-28 11:36:52 +02:00
resource_importer_texture.h Remove more occurrences of "stex" 2022-03-10 18:31:48 -07:00
resource_importer_texture_atlas.cpp Allow disabling the alpha trim on texture atlas creation. 2022-02-19 14:00:42 -06:00
resource_importer_texture_atlas.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_wav.cpp ResourceImporterWAV: Allow configuring loop mode on import 2022-03-15 16:16:09 +01:00
resource_importer_wav.h Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
scene_import_settings.cpp Add property name style toggle to Inspector 2022-03-28 18:52:09 +08:00
scene_import_settings.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00