Age | Commit message (Expand) | Author |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-03-18 | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde |
2022-03-16 | Implement GDExtension export plugin. | bruvzg |
2022-03-14 | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg |
2022-03-11 | Merge pull request #58986 from akien-mga/diraccessref | Rémi Verschelde |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
2022-03-04 | Improve app name and system permission message localization. | bruvzg |
2022-03-04 | [macOS and iOS export] Add localized application name to the translation .pli... | bruvzg |
2022-02-16 | i18n: Sync editor translations with Weblate | Rémi Verschelde |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-14 | [OSX] Codesign exporter now uses CryptoCore RNG. | Fabio Alessandrelli |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-03 | [macOS] Add empty translation files to the exported app bundle, to allow tran... | bruvzg |
2022-01-22 | [Export] Instead of removing unsupported options, hide it. | bruvzg |
2022-01-18 | [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra priv... | bruvzg |
2022-01-10 | [macOS export] Improve code signing/notarization options validation. | bruvzg |
2022-01-05 | Merge pull request #56517 from bruvzg/fix_export_utf8 | Rémi Verschelde |
2022-01-05 | Merge pull request #56047 from piiertho/feature/osx-sign-directory | Rémi Verschelde |
2022-01-05 | Fix decoding UTF-8 filenames on unzipping. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-28 | OSX: Add signing of directory structure in Library when exporting for OSX. | Pierre-Thomas Meisels |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-06 | [Export] Read and ZIP project files in 16K chunks instead of reading the whol... | bruvzg |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-14 | Fix specific warnings issues by Clang | K. S. Ernest (iFire) Lee |
2021-09-27 | [macOS, sandbox] Add export option to embed and sign helper executables. | bruvzg |
2021-08-31 | Make platform feature tag names lowercase | Hugo Locurcio |
2021-08-22 | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke |
2021-08-12 | Use the Unicode multiplication symbol where relevant | Hugo Locurcio |
2021-08-12 | Split osx platform export template into multiple files | Sergey Minakov |
2021-07-26 | [macOS] Add "debugging" (`get-task-allow`) to the export options, to allow us... | bruvzg |
2021-07-09 | [macOS, Mono] Automatically enable JIT entitlements for the Mono exports. | bruvzg |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-14 | Add LSApplicationCategoryType to the template and export dialog. | bruvzg |
2021-06-12 | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde |
2021-06-11 | Add Time singleton | Aaron Franke |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-31 | Implement shader caching | reduz |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-24 | Add GDNative Framework loading and export support. | bruvzg |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-03-29 | [macOS] Enable code signing by default, use ad-hoc signature if no identity s... | bruvzg |
2021-03-18 | Add "Replace existing signature" to the macOS export (enabled by default). | bruvzg |
2021-03-03 | Merge pull request #43768 from sjml/mac-mono-export-fix | Rémi Verschelde |
2021-03-03 | Mono/macOS: Separate data dir into frameworks and resources for codesigning | Shane Liesegang |