Commit History

Author SHA1 Message Date
  kobewi d2900429e8 Add static methods for creating Image and ImageTexture 3 years ago
  bruvzg 4cca1352b9 [macOS export] Unref FileAccess to ensure chmod is successful. 3 years ago
  bruvzg e00571b194 Add readable export errors. 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  bruvzg d36c5514d3 Fix ZipIO crash when reused (and possible leaks). 3 years ago
  bruvzg 4bf99f4af2 Narrow FileAccess scope to prevent deadlocks. 3 years ago
  bruvzg 9381acb6a4 Make FileAccess and DirAccess classes reference counted. 3 years ago
  bruvzg f851c4aa33 Fix some issues found by cppcheck. 3 years ago
  Rémi Verschelde cc1bc09090 Merge pull request #58455 from bruvzg/export_script 3 years ago
  bruvzg 98d0af7d5c Implement GDExtension export plugin. 3 years ago
  bruvzg f0315c28a8 [Export] Add "export console script" option for Linux, macOS, and Windows exports. 3 years ago
  bruvzg 12cb6386f6 Improve app name and system permission message localization. 3 years ago
  bruvzg 5fdea69276 [macOS and iOS export] Add localized application name to the translation .plist files. 3 years ago
  Rémi Verschelde c4c29728a3 i18n: Sync editor translations with Weblate 3 years ago
  Rémi Verschelde 11572c6e30 Editor: Cleanup some includes dependencies 3 years ago
  Hendrik Brucker b396fd4eef Improve compilation speed (forward declarations/includes cleanup) 3 years ago
  bruvzg 2eeff4caec [macOS] Add empty translation files to the exported app bundle, to allow translation detection by the OS. 3 years ago
  bruvzg 3bf05c9018 [Export] Instead of removing unsupported options, hide it. 3 years ago
  bruvzg 8bb00a2dfd [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra privacy settings, entitlements warnings and error checking. 4 years ago
  bruvzg 4e2c6c1444 [macOS export] Improve code signing/notarization options validation. 3 years ago
  Rémi Verschelde 75c06289c4 Merge pull request #56517 from bruvzg/fix_export_utf8 3 years ago
  Rémi Verschelde 63d9308b4b Merge pull request #56047 from piiertho/feature/osx-sign-directory 3 years ago
  bruvzg d2573c1636 Fix decoding UTF-8 filenames on unzipping. 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Pierre-Thomas Meisels 5e0e4f209a OSX: Add signing of directory structure in Library when exporting for OSX. 3 years ago
  Nathan Franke 49403cbfa0 Replace String comparisons with "", String() to is_empty() 3 years ago
  Rémi Verschelde 7da392bcc5 Don't return reference on copy assignment operators 3 years ago
  bruvzg c8f3dd776b [Export] Read and ZIP project files in 16K chunks instead of reading the whole file at once. 3 years ago
  Rémi Verschelde 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 3 years ago
  K. S. Ernest (iFire) Lee 8f0c056431 Fix specific warnings issues by Clang 3 years ago