godot/editor/import
Marcel Admiraal 6d69cd40bd Add do..while(0) wrappers to macros without one.
- Add do..while(0) wrapper to ERR_FAIL_NULL macros.
- Add do..while(0) wrapper to ERR_FAIL_COND macros.
- Add do..while(0) wrapper to ERR_CONTINUE macros.
- Add do..while(0) wrapper to ERR_BREAK macros.
- Add do..while(0) wrapper to CRASH_COND macros.
- Add do..while(0) wrapper to ERR_FAIL macros.
- Add do..while(0) wrapper to ERR_PRINT macros.
- Add do..while(0) wrapper to WARN_PRINT macros.
- Add do..while(0) wrapper to WARN_DEPRECATED macros.
- Add do..while(0) wrapper to CRASH_NOW macros.
2020-02-05 11:19:12 +01:00
..
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
editor_import_collada.cpp Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
editor_import_collada.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
editor_import_plugin.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
editor_import_plugin.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
editor_scene_importer_gltf.cpp Add do..while(0) wrappers to macros without one. 2020-02-05 11:19:12 +01:00
editor_scene_importer_gltf.h Use cycle and loop hint flags in glTF2. 2020-01-10 08:02:16 -08:00
resource_importer_bitmask.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_bitmask.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_csv.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_csv.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_csv_translation.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_csv_translation.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_image.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_image.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_layered_texture.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_layered_texture.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_obj.cpp Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
resource_importer_obj.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_scene.cpp Remove unused #if 0'ed code 2020-01-21 21:41:54 +01:00
resource_importer_scene.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_texture.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_texture.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_texture_atlas.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_texture_atlas.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_wav.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer_wav.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00