summaryrefslogtreecommitdiffstats
path: root/platform/iphone/export
Commit message (Expand)AuthorAgeFilesLines
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-216-2635/+0
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-5/+1
* Add readable export errors.bruvzg2022-06-081-3/+7
* Add a new HashSet templatereduz2022-05-202-4/+4
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-14/+14
* Replace most uses of Map by HashMapreduz2022-05-162-5/+5
* Add a new HashMap implementationreduz2022-05-121-15/+10
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+0
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-13/+17
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-44/+33
* Fix some issues found by cppcheck.bruvzg2022-04-062-2/+5
* Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
* Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde2022-03-111-77/+61
|\
| * Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-77/+61
* | Improve app name and system permission message localization.bruvzg2022-03-041-14/+29
|/
* [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-041-0/+53
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+2
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
* [iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg2022-01-251-4/+29
* [iOS] Improve iOS icon / loading screen export.bruvzg2022-01-171-82/+69
* Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-6/+3
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+3
* [iOS export] Capture and display xcodebuild output.bruvzg2021-11-071-2/+6
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-1/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-3/+3
* iOS: Don't embed project static frameworks/libsIgnacio Roldán Etcheverry2021-10-171-1/+1
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-2/+0
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Split iphone platform export template into multiple filesSergey Minakov2021-08-125-2021/+2506
* [iOS] Fix plugin configuration loadingSergey Minakov2021-07-131-1/+6
* Fix casing of the "to" stop word in editor stringsHugo Locurcio2021-07-131-1/+1
* Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0Rémi Verschelde2021-06-221-3/+38
|\
| * [iOS] Support multiple plist typesSergey Minakov2021-06-211-3/+38
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/
* Merge pull request #49137 from RandomShaper/ios_targeted_familyRémi Verschelde2021-05-311-0/+16
|\
| * Add iOS export option for device familyPedro J. Estébanez2021-05-271-0/+16
* | Set schemes' build config to debug/release in iOS Xcode exportPedro J. Estébanez2021-05-251-0/+2
|/
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-16/+32
* Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde2021-02-181-13/+13
|\
| * Modernize atomicsPedro J. Estébanez2021-02-181-13/+13
* | Reorganize Project Settingsreduz2021-02-181-1/+1
|/
* [iOS] Additional 'linker_flags' plugin parameterSergey Minakov2021-02-031-0/+30
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-4/+3
|\