| .. |
|
SCsub
|
…
|
|
|
codesign.cpp
|
Remove allocations and memcpy that were not necessary
|
2025-03-12 08:34:24 +01: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 |
|
editor_export.cpp
|
Remove empty constructors and destructors from editor/
|
2025-03-17 21:20:02 +01:00 |
|
editor_export.h
|
Remove empty constructors and destructors from editor/
|
2025-03-17 21:20:02 +01:00 |
|
editor_export_platform.cpp
|
Do not use Dictionary::keys() for Dictionary iteration.
|
2025-04-05 18:42:13 +08:00 |
|
editor_export_platform.h
|
Remove empty constructors and destructors from editor/
|
2025-03-17 21:20:02 +01:00 |
|
editor_export_platform_extension.cpp
|
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
|
2024-09-27 13:53:16 +02:00 |
|
editor_export_platform_extension.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
editor_export_platform_pc.cpp
|
Fix incorrect order: `TTR(vformat` instead of `vformat(TTR`
|
2024-11-14 11:37:17 +03:00 |
|
editor_export_platform_pc.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
editor_export_plugin.cpp
|
Add support for export plugins to modify the Android prebuilt manifest
|
2025-03-14 16:05:09 -07:00 |
|
editor_export_plugin.h
|
Add support for export plugins to modify the Android prebuilt manifest
|
2025-03-14 16:05:09 -07:00 |
|
editor_export_preset.cpp
|
Do not use Dictionary::keys() for Dictionary iteration.
|
2025-04-05 18:42:13 +08:00 |
|
editor_export_preset.h
|
Remove empty constructors and destructors from editor/
|
2025-03-17 21:20:02 +01:00 |
|
export_template_manager.cpp
|
Replace append_utfx with direct String::utfx
|
2025-03-30 19:56:38 +02:00 |
|
export_template_manager.h
|
Merge pull request #103235 from etherealxx/export-template-online-button
|
2025-03-11 09:34:41 -05: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
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
project_export.cpp
|
Change ClassDB::get_inheriters_from_class.
|
2025-04-04 23:47:19 +08:00 |
|
project_export.h
|
Remove empty constructors and destructors from editor/
|
2025-03-17 21:20:02 +01:00 |
|
project_zip_packer.cpp
|
Add menu bar item for "Pack Project as ZIP..."
|
2025-01-09 20:37:02 -08:00 |
|
project_zip_packer.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |