godot/editor/import
lawnjelly b411a731fe Add nodiscard to core math classes to catch c++ errors.
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
2022-01-20 13:07:49 +00:00
..
atlas_import_failed.xpm
collada.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
collada.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dynamicfont_import_settings.cpp Improve locale detection. 2022-01-18 14:30:00 +02:00
dynamicfont_import_settings.h Improve locale detection. 2022-01-18 14:30:00 +02:00
editor_import_collada.cpp Fix various typos 2022-01-13 23:20:01 -05: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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_import_plugin.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_bitmask.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_bitmask.h Update copyright statements to 2022 2022-01-03 21:27:34 +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_dynamicfont.cpp [TextServer] Improve ligature cursor handling. 2022-01-09 19:03:48 +02:00
resource_importer_dynamicfont.h Update copyright statements to 2022 2022-01-03 21:27:34 +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 Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_imagefont.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_layered_texture.cpp Remove support for PVRTC texture encoding and decoding 2022-01-14 21:08:22 +01:00
resource_importer_layered_texture.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_obj.cpp options dict is now passed to _import_scene. 2022-01-05 01:07:54 -08: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 Add nodiscard to core math classes to catch c++ errors. 2022-01-20 13:07:49 +00:00
resource_importer_scene.h Fix import hints breaking node paths in animations 2022-01-18 12:18:42 +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_atlas.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_texture_atlas.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_texture.cpp Remove property hints referencing unsupported svgz extension 2022-01-17 12:40:43 +01:00
resource_importer_texture.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_wav.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_importer_wav.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_import_settings.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_import_settings.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub