1
0
Fork 0
godot/editor/export
Dario 9086b5c05f Fix editor export plugins always causing resources to be edited.
- Remove the ', true' which always caused the if statement to be true.
- Add a new comparison before setting again the same array or dictionary back to the object. Not all objects are programmed to take into account that the setter could be called with the exact same Array or Dictionary from the class. This check ensures that scenario doesn't happen since it should be unnecessary.
2025-08-28 12:21:30 -03:00
..
SCsub
codesign.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
codesign.h Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`. 2025-03-31 20:49:50 +02:00
dedicated_server_export_plugin.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
dedicated_server_export_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_export.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_export.h Remove empty constructors and destructors from editor/ 2025-03-17 21:20:02 +01:00
editor_export_platform.compat.inc [Export] Use project settings overrides with the target preset features instead of current platform features. 2025-04-08 21:22:37 +03:00
editor_export_platform.cpp Fix editor export plugins always causing resources to be edited. 2025-08-28 12:21:30 -03:00
editor_export_platform.h Fix editor one-click icons not showing. 2025-07-21 12:18:44 +03:00
editor_export_platform_apple_embedded.cpp Fix editor one-click icons not showing. 2025-07-21 12:18:44 +03:00
editor_export_platform_apple_embedded.h Fix editor one-click icons not showing. 2025-07-21 12:18:44 +03:00
editor_export_platform_extension.cpp Fix editor one-click icons not showing. 2025-07-21 12:18:44 +03:00
editor_export_platform_extension.h Fix editor one-click icons not showing. 2025-07-21 12:18:44 +03:00
editor_export_platform_pc.cpp Show shader baker related export warnings only if enabled 2025-06-06 21:05:39 +05:30
editor_export_platform_pc.h Add shader baker to project exporter. 2025-05-27 12:45:27 -03:00
editor_export_plugin.cpp Add shader baker to project exporter. 2025-05-27 12:45:27 -03:00
editor_export_plugin.h Add shader baker to project exporter. 2025-05-27 12:45:27 -03:00
editor_export_preset.cpp [Export] Use project settings overrides with the target preset features instead of current platform features. 2025-04-08 21:22:37 +03:00
editor_export_preset.h [Export] Use project settings overrides with the target preset features instead of current platform features. 2025-04-08 21:22:37 +03:00
export_template_manager.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
export_template_manager.h Merge pull request #103235 from etherealxx/export-template-online-button 2025-03-11 09:34:41 -05:00
gdextension_export_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
lipo.cpp Remove unused header in editor. 2024-12-24 00:40:38 +08:00
lipo.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
macho.cpp Remove unused header in editor. 2024-12-24 00:40:38 +08:00
macho.h Introduce 'visionos' platform derived from 'apple_embedded' 2025-05-19 15:47:01 -07:00
plugin_config_apple_embedded.cpp Introduce 'drivers/apple_embedded' abstract platform for code reuse 2025-05-19 15:37:13 -07:00
plugin_config_apple_embedded.h Introduce 'drivers/apple_embedded' abstract platform for code reuse 2025-05-19 15:37:13 -07:00
project_export.cpp Fix export path "leaking" between presets 2025-07-10 15:18:34 +02:00
project_export.h Texture format error on export: Show project setting 2025-06-03 13:25:45 +02:00
project_zip_packer.cpp Add `String::replace_char(s)` methods for performance and convenience 2025-04-10 13:08:45 +02:00
project_zip_packer.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
register_exporters.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
shader_baker_export_plugin.cpp Remove selective shader baking. 2025-07-23 23:02:43 +03:00
shader_baker_export_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00