godot/editor/export
A Thousand Ships 194bdde947
Cleanup of raw `nullptr` checks with `Ref`
Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
2024-08-31 15:01:09 +02:00
..
SCsub
codesign.cpp [iOS export] Automatically generate ARM64 simulator library from device library if it's missing. 2024-06-16 10:46:49 +03:00
codesign.h [iOS export] Automatically generate ARM64 simulator library from device library if it's missing. 2024-06-16 10:46:49 +03:00
editor_export.cpp Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export.h Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_platform.cpp Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_platform.h Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_platform_extension.cpp Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_platform_extension.h Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_platform_pc.cpp Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_platform_pc.h Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_plugin.cpp Cleanup of raw `nullptr` checks with `Ref` 2024-08-31 15:01:09 +02:00
editor_export_plugin.h Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_preset.cpp Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
editor_export_preset.h Allow adding custom export platforms using scripts / GDExtension. 2024-08-28 10:29:01 +03:00
export_template_manager.cpp Disable export template downloading in offline mode 2024-08-30 22:17:36 +08:00
export_template_manager.h Disable export template downloading in offline mode 2024-08-30 22:17:36 +08:00
lipo.cpp [iOS export] Automatically generate ARM64 simulator library from device library if it's missing. 2024-06-16 10:46:49 +03:00
lipo.h [iOS export] Automatically generate ARM64 simulator library from device library if it's missing. 2024-06-16 10:46:49 +03:00
macho.cpp [iOS export] Automatically generate ARM64 simulator library from device library if it's missing. 2024-06-16 10:46:49 +03:00
macho.h [iOS export] Automatically generate ARM64 simulator library from device library if it's missing. 2024-06-16 10:46:49 +03:00
project_export.cpp [Scene] Add SceneStringName::toggled 2024-08-28 15:14:26 +03:00
project_export.h [Native File Dialog] Add support for using native dialogs in the editor. 2024-03-28 11:53:03 +02:00